fix(package): Update repository URLs to code.foss.global and community.foss.global
This commit is contained in:
12
package.json
12
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": {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user