diff --git a/package.json b/package.json index b060b2f..7e99348 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@apiclient.xyz/elasticsearch", - "version": "3.1.2", + "version": "3.1.3", "private": false, - "description": "log to elasticsearch in a kibana compatible format", + "description": "Enterprise-grade TypeScript client for Elasticsearch with type-safe queries, transactions, bulk operations, and observability", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", - "author": "Lossless GmbH", + "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", @@ -46,12 +46,12 @@ ], "repository": { "type": "git", - "url": "https://gitlab.com/mojoio/elasticsearch.git" + "url": "https://code.foss.global/apiclient.xyz/elasticsearch.git" }, "bugs": { - "url": "https://gitlab.com/mojoio/elasticsearch/issues" + "url": "https://community.foss.global/" }, - "homepage": "https://gitlab.com/mojoio/elasticsearch#readme", + "homepage": "https://code.foss.global/apiclient.xyz/elasticsearch", "pnpm": { "overrides": {} },