@opentelemetry/resources
Advanced tools
@@ -1,2 +0,2 @@ | ||
| export declare const VERSION = "2.9.0"; | ||
| export declare const VERSION = "2.10.0"; | ||
| //# sourceMappingURL=version.d.ts.map |
@@ -6,3 +6,3 @@ /* | ||
| // this is autogenerated file, see scripts/version-update.js | ||
| export const VERSION = '2.9.0'; | ||
| export const VERSION = '2.10.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.9.0';\n"]} | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,4DAA4D;AAC5D,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,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.10.0';\n"]} |
@@ -1,2 +0,2 @@ | ||
| export declare const VERSION = "2.9.0"; | ||
| export declare const VERSION = "2.10.0"; | ||
| //# sourceMappingURL=version.d.ts.map |
@@ -6,3 +6,3 @@ /* | ||
| // this is autogenerated file, see scripts/version-update.js | ||
| export const VERSION = '2.9.0'; | ||
| export const VERSION = '2.10.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.9.0';\n"]} | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,4DAA4D;AAC5D,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,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.10.0';\n"]} |
@@ -1,2 +0,2 @@ | ||
| export declare const VERSION = "2.9.0"; | ||
| export declare const VERSION = "2.10.0"; | ||
| //# sourceMappingURL=version.d.ts.map |
@@ -9,3 +9,3 @@ "use strict"; | ||
| // this is autogenerated file, see scripts/version-update.js | ||
| exports.VERSION = '2.9.0'; | ||
| exports.VERSION = '2.10.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.9.0';\n"]} | ||
| {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,4DAA4D;AAC/C,QAAA,OAAO,GAAG,QAAQ,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.10.0';\n"]} |
+7
-7
| { | ||
| "name": "@opentelemetry/resources", | ||
| "version": "2.9.0", | ||
| "version": "2.10.0", | ||
| "description": "OpenTelemetry SDK resources", | ||
@@ -65,3 +65,3 @@ "main": "build/src/index.js", | ||
| "@types/sinon": "17.0.4", | ||
| "@types/webpack-env": "1.16.3", | ||
| "@types/webpack-env": "1.18.8", | ||
| "karma": "6.4.4", | ||
@@ -78,5 +78,5 @@ "karma-chrome-launcher": "3.1.0", | ||
| "sinon": "18.0.1", | ||
| "typescript": "5.0.4", | ||
| "webpack": "5.104.1", | ||
| "webpack-cli": "7.0.3" | ||
| "typescript": "5.2.2", | ||
| "webpack": "5.108.4", | ||
| "webpack-cli": "7.2.1" | ||
| }, | ||
@@ -87,3 +87,3 @@ "peerDependencies": { | ||
| "dependencies": { | ||
| "@opentelemetry/core": "2.9.0", | ||
| "@opentelemetry/core": "2.10.0", | ||
| "@opentelemetry/semantic-conventions": "^1.29.0" | ||
@@ -93,3 +93,3 @@ }, | ||
| "sideEffects": false, | ||
| "gitHead": "40d67b7690a61bd9af0a4e5b5b9f4a14b11fc50e" | ||
| "gitHead": "76fa6b509e2b48d9cbee31cb37a2efc61dc4d384" | ||
| } |
439158
0+ Added
- Removed
Updated