@opentelemetry/core
Advanced tools
Comparing version 0.26.0 to 1.0.0
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.26.0"; | ||
export declare const VERSION = "1.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.26.0'; | ||
export var VERSION = '1.0.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.26.0"; | ||
export declare const VERSION = "1.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.26.0'; | ||
exports.VERSION = '1.0.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/core", | ||
"version": "0.26.0", | ||
"description": "OpenTelemetry Core provides default and no-op implementations of the OpenTelemetry types for trace and metrics", | ||
"version": "1.0.0", | ||
"description": "OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.", | ||
"main": "build/src/index.js", | ||
@@ -87,6 +87,6 @@ "module": "build/esm/index.js", | ||
"dependencies": { | ||
"@opentelemetry/semantic-conventions": "0.26.0", | ||
"@opentelemetry/semantic-conventions": "1.0.0", | ||
"semver": "^7.3.5" | ||
}, | ||
"gitHead": "fa2e897587a2441205fd085772d80a0a225ee78e" | ||
"gitHead": "69b925d142a4405c7c6bec7deadd8b4e96c7d5d6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
280375
+ Added@opentelemetry/semantic-conventions@1.0.0(transitive)
- Removed@opentelemetry/semantic-conventions@0.26.0(transitive)