@envelop/opentelemetry 3.1.1-alpha-e859732.0 → 3.2.0-alpha-e0e4d8e.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -20,8 +20,8 @@ export declare type TracingOptions = {
20
20
  variables: boolean;
21
21
  result: boolean;
22
22
  };
23
- declare type PluginOutputContext = {
23
+ declare type PluginContext = {
24
24
  [tracingSpanSymbol]: opentelemetry.Span;
25
25
  };
26
- export declare const useOpenTelemetry: (options: TracingOptions, tracingProvider?: BasicTracerProvider | undefined, spanKind?: SpanKind, spanAdditionalAttributes?: SpanAttributes, serviceName?: string) => Plugin<{}, PluginOutputContext>;
26
+ export declare const useOpenTelemetry: (options: TracingOptions, tracingProvider?: BasicTracerProvider | undefined, spanKind?: SpanKind, spanAdditionalAttributes?: SpanAttributes, serviceName?: string) => Plugin<PluginContext>;
27
27
  export {};
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@envelop/opentelemetry",
3
- "version": "3.1.1-alpha-e859732.0",
3
+ "version": "3.2.0-alpha-e0e4d8e.0",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
- "@envelop/core": "2.1.1-alpha-e859732.0",
6
+ "@envelop/core": "2.2.0-alpha-e0e4d8e.0",
7
7
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
8
8
  },
9
9
  "dependencies": {