@opentelemetry/resources
Advanced tools
@@ -1,2 +0,2 @@ | ||
| export declare const VERSION = "2.8.0"; | ||
| export declare const VERSION = "2.9.0"; | ||
| //# sourceMappingURL=version.d.ts.map |
@@ -6,3 +6,3 @@ /* | ||
| // this is autogenerated file, see scripts/version-update.js | ||
| export const VERSION = '2.8.0'; | ||
| export const VERSION = '2.9.0'; | ||
| //# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,4DAA4D;AAC5D,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const VERSION = '2.8.0';\n"]} | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,4DAA4D;AAC5D,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const VERSION = '2.9.0';\n"]} |
@@ -1,2 +0,2 @@ | ||
| export declare const VERSION = "2.8.0"; | ||
| export declare const VERSION = "2.9.0"; | ||
| //# sourceMappingURL=version.d.ts.map |
@@ -6,3 +6,3 @@ /* | ||
| // this is autogenerated file, see scripts/version-update.js | ||
| export const VERSION = '2.8.0'; | ||
| export const VERSION = '2.9.0'; | ||
| //# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,4DAA4D;AAC5D,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const VERSION = '2.8.0';\n"]} | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,4DAA4D;AAC5D,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const VERSION = '2.9.0';\n"]} |
@@ -1,2 +0,2 @@ | ||
| export declare const VERSION = "2.8.0"; | ||
| export declare const VERSION = "2.9.0"; | ||
| //# sourceMappingURL=version.d.ts.map |
@@ -9,3 +9,3 @@ "use strict"; | ||
| // this is autogenerated file, see scripts/version-update.js | ||
| exports.VERSION = '2.8.0'; | ||
| exports.VERSION = '2.9.0'; | ||
| //# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,4DAA4D;AAC/C,QAAA,OAAO,GAAG,OAAO,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const VERSION = '2.8.0';\n"]} | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,4DAA4D;AAC/C,QAAA,OAAO,GAAG,OAAO,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const VERSION = '2.9.0';\n"]} |
+5
-5
| { | ||
| "name": "@opentelemetry/resources", | ||
| "version": "2.8.0", | ||
| "version": "2.9.0", | ||
| "description": "OpenTelemetry SDK resources", | ||
@@ -73,3 +73,3 @@ "main": "build/src/index.js", | ||
| "karma-webpack": "5.0.1", | ||
| "mocha": "11.7.5", | ||
| "mocha": "11.7.6", | ||
| "nock": "13.5.6", | ||
@@ -80,3 +80,3 @@ "nyc": "17.1.0", | ||
| "webpack": "5.104.1", | ||
| "webpack-cli": "7.0.2" | ||
| "webpack-cli": "7.0.3" | ||
| }, | ||
@@ -87,3 +87,3 @@ "peerDependencies": { | ||
| "dependencies": { | ||
| "@opentelemetry/core": "2.8.0", | ||
| "@opentelemetry/core": "2.9.0", | ||
| "@opentelemetry/semantic-conventions": "^1.29.0" | ||
@@ -93,3 +93,3 @@ }, | ||
| "sideEffects": false, | ||
| "gitHead": "13a035bc695996cf4aec885fef7b9866f48bc555" | ||
| "gitHead": "40d67b7690a61bd9af0a4e5b5b9f4a14b11fc50e" | ||
| } |
+ Added
- Removed
Updated