@opentelemetry/instrumentation-graphql
Advanced tools
Comparing version 0.30.0 to 0.31.0
export * from './instrumentation'; | ||
export { GraphQLInstrumentationConfig } from './types'; | ||
export { GraphQLInstrumentationExecutionResponseHook, GraphQLInstrumentationConfig, } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.30.0"; | ||
export declare const VERSION = "0.31.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.30.0'; | ||
exports.VERSION = '0.31.0'; | ||
//# sourceMappingURL=version.js.map |
# Changelog | ||
## [0.31.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-graphql-v0.30.0...instrumentation-graphql-v0.31.0) (2022-09-15) | ||
### Features | ||
* **graphql:** exported all graphql types ([#1097](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1097)) ([710103b](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/710103b4d9486fc2e5a9fa567ea1982f218ab4bf)) | ||
## [0.30.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-graphql-v0.29.0...instrumentation-graphql-v0.30.0) (2022-09-02) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@opentelemetry/instrumentation-graphql", | ||
"version": "0.30.0", | ||
"version": "0.31.0", | ||
"description": "OpenTelemetry @opentelemetry/instrumentation-graphql automatic instrumentation package.", | ||
@@ -67,3 +67,3 @@ "main": "build/src/index.js", | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-graphql#readme", | ||
"gitHead": "4a9442ceea7f8555ad6e5f731f92834f3398d5b9" | ||
"gitHead": "6c754877fd0ad0af3acf13cf10b62066357a75d3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81950