autotel-plugins 0.19.10 → 0.19.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autotel-plugins",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.14",
|
|
4
4
|
"description": "OpenTelemetry instrumentation for libraries without official support (BigQuery)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"license": "MIT",
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@opentelemetry/api": "^1.9.1",
|
|
61
|
-
"@opentelemetry/instrumentation": "^0.
|
|
61
|
+
"@opentelemetry/instrumentation": "^0.216.0",
|
|
62
62
|
"@opentelemetry/semantic-conventions": "^1.40.0",
|
|
63
|
-
"autotel": "3.0.
|
|
63
|
+
"autotel": "3.0.4"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@google-cloud/bigquery": ">=8.
|
|
67
|
-
"@opentelemetry/instrumentation-amqplib": ">=0.
|
|
68
|
-
"@opentelemetry/instrumentation-kafkajs": ">=0.
|
|
66
|
+
"@google-cloud/bigquery": ">=8.3.0",
|
|
67
|
+
"@opentelemetry/instrumentation-amqplib": ">=0.63.0",
|
|
68
|
+
"@opentelemetry/instrumentation-kafkajs": ">=0.25.0"
|
|
69
69
|
},
|
|
70
70
|
"peerDependenciesMeta": {
|
|
71
71
|
"@google-cloud/bigquery": {
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
83
83
|
"@google-cloud/bigquery": "^8.1.1",
|
|
84
|
-
"@opentelemetry/core": "^2.7.
|
|
84
|
+
"@opentelemetry/core": "^2.7.1",
|
|
85
85
|
"@types/node": "^25.6.0",
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^8.59.
|
|
87
|
-
"@typescript-eslint/parser": "^8.59.
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
87
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
88
88
|
"eslint-config-prettier": "^10.1.8",
|
|
89
89
|
"eslint-plugin-unicorn": "^64.0.0",
|
|
90
90
|
"tsup": "^8.5.1",
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
"build": "tsup",
|
|
105
105
|
"ci": "npm run build && npm run check-format && npm run check-exports && npm run lint && npm run test",
|
|
106
106
|
"dev": "tsup --watch",
|
|
107
|
-
"lint": "
|
|
108
|
-
"lint:fix": "
|
|
107
|
+
"lint": "eslint src/**/*.ts",
|
|
108
|
+
"lint:fix": "eslint src/**/*.ts --fix",
|
|
109
109
|
"format": "prettier --write .",
|
|
110
110
|
"format:check": "prettier --check src/**/*.ts",
|
|
111
111
|
"type-check": "tsc --noEmit",
|