chore(repo): change owner

This commit is contained in:
TomyJan 2024-08-09 11:37:27 +08:00
parent 61a80e447c
commit a521a8f5f8
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"version": "0.1.1", "version": "0.1.1",
"description": "Metapackage of telemetry for TachyBase which bundles OpenTelemetry node core and instrumentations", "description": "Metapackage of telemetry for TachyBase which bundles OpenTelemetry node core and instrumentations",
"author": "TachyBase Team", "author": "TachyBase Team",
"homepage": "https://git.daoyoucloud.com/TomyJan/opentelemetry-auto-instrumentations", "homepage": "https://git.daoyoucloud.com/tachybase/opentelemetry-auto-instrumentations",
"license": "Apache-2.0", "license": "Apache-2.0",
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@ -18,7 +18,7 @@
".": "./build/src/index.js", ".": "./build/src/index.js",
"./register": "./build/src/register.js" "./register": "./build/src/register.js"
}, },
"repository": "https://git.daoyoucloud.com/TomyJan/opentelemetry-auto-instrumentations", "repository": "https://git.daoyoucloud.com/tachybase/opentelemetry-auto-instrumentations",
"scripts": { "scripts": {
"clean": "rimraf build/*", "clean": "rimraf build/*",
"compile": "tsc -p .", "compile": "tsc -p .",
@ -39,7 +39,7 @@
"instrumentation" "instrumentation"
], ],
"bugs": { "bugs": {
"url": "https://git.daoyoucloud.com/TomyJan/opentelemetry-auto-instrumentations/issues" "url": "https://git.daoyoucloud.com/tachybase/opentelemetry-auto-instrumentations/issues"
}, },
"peerDependencies": { "peerDependencies": {
"@opentelemetry/api": "^1.4.1" "@opentelemetry/api": "^1.4.1"

View File

@ -3,7 +3,7 @@
"version": "0.1.1", "version": "0.1.1",
"description": "OpenTelemetry instrumentation for `node:http` and `node:https` http client and server modules for TachyBase", "description": "OpenTelemetry instrumentation for `node:http` and `node:https` http client and server modules for TachyBase",
"author": "TachyBase Team", "author": "TachyBase Team",
"homepage": "https://git.daoyoucloud.com/TomyJan/opentelemetry-auto-instrumentations/plugins/node/opentelemetry-instrumentation-http", "homepage": "https://git.daoyoucloud.com/tachybase/opentelemetry-auto-instrumentations/plugins/node/opentelemetry-instrumentation-http",
"license": "Apache-2.0", "license": "Apache-2.0",
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@ -18,7 +18,7 @@
".": "./build/src/index.js", ".": "./build/src/index.js",
"./register": "./build/src/register.js" "./register": "./build/src/register.js"
}, },
"repository": "https://git.daoyoucloud.com/TomyJan/opentelemetry-auto-instrumentations", "repository": "https://git.daoyoucloud.com/tachybase/opentelemetry-auto-instrumentations",
"scripts": { "scripts": {
"clean": "tsc --build --clean", "clean": "tsc --build --clean",
"compile": "tsc --build", "compile": "tsc --build",
@ -41,7 +41,7 @@
"instrumentation" "instrumentation"
], ],
"bugs": { "bugs": {
"url": "https://git.daoyoucloud.com/TomyJan/opentelemetry-auto-instrumentations/issues" "url": "https://git.daoyoucloud.com/tachybase/opentelemetry-auto-instrumentations/issues"
}, },
"peerDependencies": { "peerDependencies": {
"@opentelemetry/api": "^1.3.0" "@opentelemetry/api": "^1.3.0"