fix(package): Update repository URLs to code.foss.global and community.foss.global

This commit is contained in:
2025-11-29 21:26:46 +00:00
parent 9d18af91fe
commit 994af2469d

View File

@@ -1,11 +1,11 @@
{ {
"name": "@apiclient.xyz/elasticsearch", "name": "@apiclient.xyz/elasticsearch",
"version": "3.1.2", "version": "3.1.3",
"private": false, "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", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH", "author": "Task Venture Capital GmbH",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
@@ -46,12 +46,12 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitlab.com/mojoio/elasticsearch.git" "url": "https://code.foss.global/apiclient.xyz/elasticsearch.git"
}, },
"bugs": { "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": { "pnpm": {
"overrides": {} "overrides": {}
}, },