@graphql-hive/plugin-opentelemetry 1.4.19-alpha-9f6a050dddca95d571e8aee466d61f3e206e21ee → 1.4.19

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/plugin-opentelemetry
2
2
 
3
- ## 1.4.19-alpha-9f6a050dddca95d571e8aee466d61f3e206e21ee
3
+ ## 1.4.19
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -11,8 +11,8 @@
11
11
  - Updated dependency [`@graphql-mesh/types@^0.104.27` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.104.27) (from `^0.104.16`, in `dependencies`)
12
12
  - Updated dependency [`@graphql-mesh/utils@^0.104.35` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.35) (from `^0.104.16`, in `dependencies`)
13
13
  - Updated dependencies [[`6ac955d`](https://github.com/graphql-hive/gateway/commit/6ac955d2910fba67f5177681262dcd9b7ef3f079), [`6ac955d`](https://github.com/graphql-hive/gateway/commit/6ac955d2910fba67f5177681262dcd9b7ef3f079)]:
14
- - @graphql-hive/gateway-runtime@2.8.8-alpha-9f6a050dddca95d571e8aee466d61f3e206e21ee
15
- - @graphql-mesh/transport-common@1.0.16-alpha-9f6a050dddca95d571e8aee466d61f3e206e21ee
14
+ - @graphql-hive/gateway-runtime@2.8.8
15
+ - @graphql-mesh/transport-common@1.0.16
16
16
 
17
17
  ## 1.4.18
18
18
  ### Patch Changes
package/dist/setup.cjs CHANGED
@@ -224,7 +224,7 @@ function getContextForRequest(attributes) {
224
224
  return circuitBreakerExporter.otelCtxForRequestId.get(attributes.requestId) ?? api.ROOT_CONTEXT;
225
225
  }
226
226
 
227
- globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.19-alpha-9f6a050dddca95d571e8aee466d61f3e206e21ee';
227
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.19';
228
228
  let initialized = false;
229
229
  function openTelemetrySetup(options) {
230
230
  const log = (options.log || new logger.Logger()).child("[OpenTelemetry] ");
package/dist/setup.js CHANGED
@@ -224,7 +224,7 @@ function getContextForRequest(attributes) {
224
224
  return otelCtxForRequestId.get(attributes.requestId) ?? ROOT_CONTEXT;
225
225
  }
226
226
 
227
- globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.19-alpha-9f6a050dddca95d571e8aee466d61f3e206e21ee';
227
+ globalThis.__OTEL_PLUGIN_VERSION__ = '1.4.19';
228
228
  let initialized = false;
229
229
  function openTelemetrySetup(options) {
230
230
  const log = (options.log || new Logger()).child("[OpenTelemetry] ");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/plugin-opentelemetry",
3
- "version": "1.4.19-alpha-9f6a050dddca95d571e8aee466d61f3e206e21ee",
3
+ "version": "1.4.19",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -73,10 +73,10 @@
73
73
  },
74
74
  "dependencies": {
75
75
  "@graphql-hive/core": "^0.21.0",
76
- "@graphql-hive/gateway-runtime": "2.8.8-alpha-9f6a050dddca95d571e8aee466d61f3e206e21ee",
76
+ "@graphql-hive/gateway-runtime": "^2.8.8",
77
77
  "@graphql-hive/logger": "^1.1.0",
78
78
  "@graphql-mesh/cross-helpers": "^0.4.13",
79
- "@graphql-mesh/transport-common": "1.0.16-alpha-9f6a050dddca95d571e8aee466d61f3e206e21ee",
79
+ "@graphql-mesh/transport-common": "^1.0.16",
80
80
  "@graphql-mesh/types": "^0.104.27",
81
81
  "@graphql-mesh/utils": "^0.104.35",
82
82
  "@graphql-tools/utils": "^11.0.0",