@opentelemetry/core
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -33,1 +33,10 @@ /*! | ||
} | ||
/** | ||
* This interface defines the params that are be added to the wrapped function | ||
* using the "shimmer.wrap" | ||
*/ | ||
export interface ShimWrapped { | ||
__wrapped: boolean; | ||
__unwrap: Function; | ||
__original: Function; | ||
} |
@@ -16,2 +16,2 @@ /*! | ||
*/ | ||
export declare const VERSION = "0.3.0"; | ||
export declare const VERSION = "0.3.1"; |
@@ -19,3 +19,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.3.0'; | ||
exports.VERSION = '0.3.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -35,1 +35,3 @@ /*! | ||
export * from './metrics/NoopMeter'; | ||
export * from './utils/url'; | ||
export * from './utils/wrap'; |
@@ -40,2 +40,4 @@ "use strict"; | ||
__export(require("./metrics/NoopMeter")); | ||
__export(require("./utils/url")); | ||
__export(require("./utils/wrap")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@opentelemetry/core", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "OpenTelemetry Core provides default and no-op implementations of the OpenTelemetry types for trace and metrics", | ||
@@ -81,5 +81,5 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/types": "^0.3.0", | ||
"@opentelemetry/types": "^0.3.1", | ||
"semver": "^6.3.0" | ||
} | ||
} |
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
118816
73
2702
Updated@opentelemetry/types@^0.3.1