@orpc/otel 1.8.8 → 1.9.0
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/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
@@ -3,7 +3,7 @@ import { InstrumentationBase } from '@opentelemetry/instrumentation';
|
|
3
3
|
import { setGlobalOtelConfig } from '@orpc/shared';
|
4
4
|
|
5
5
|
const ORPC_OTEL_PACKAGE_NAME = "@orpc/otel";
|
6
|
-
const ORPC_OTEL_PACKAGE_VERSION = "1.
|
6
|
+
const ORPC_OTEL_PACKAGE_VERSION = "1.9.0";
|
7
7
|
|
8
8
|
class ORPCInstrumentation extends InstrumentationBase {
|
9
9
|
constructor(config = {}) {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@orpc/otel",
|
3
3
|
"type": "module",
|
4
|
-
"version": "1.
|
4
|
+
"version": "1.9.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"homepage": "https://orpc.unnoq.com",
|
7
7
|
"repository": {
|
@@ -28,11 +28,11 @@
|
|
28
28
|
"@opentelemetry/instrumentation": ">=0.203.0"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@orpc/shared": "1.
|
31
|
+
"@orpc/shared": "1.9.0"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
34
|
"@opentelemetry/api": "^1.9.0",
|
35
|
-
"@opentelemetry/instrumentation": "^0.
|
35
|
+
"@opentelemetry/instrumentation": "^0.205.0"
|
36
36
|
},
|
37
37
|
"scripts": {
|
38
38
|
"build": "unbuild",
|