@opentelemetry/resources
Advanced tools
Comparing version 1.26.0 to 1.27.0
@@ -112,7 +112,11 @@ /* | ||
var resolvedResource; | ||
return __generator(this, function (_a) { | ||
switch (_a.label) { | ||
var _a; | ||
return __generator(this, function (_b) { | ||
switch (_b.label) { | ||
case 0: return [4 /*yield*/, resourceOrPromise_1]; | ||
case 1: | ||
resolvedResource = _a.sent(); | ||
resolvedResource = _b.sent(); | ||
return [4 /*yield*/, ((_a = resolvedResource.waitForAsyncAttributes) === null || _a === void 0 ? void 0 : _a.call(resolvedResource))]; | ||
case 2: | ||
_b.sent(); | ||
return [2 /*return*/, resolvedResource.attributes]; | ||
@@ -119,0 +123,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.26.0"; | ||
export declare const VERSION = "1.27.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '1.26.0'; | ||
export var VERSION = '1.27.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -56,3 +56,5 @@ /* | ||
const createPromise = async () => { | ||
var _a; | ||
const resolvedResource = await resourceOrPromise; | ||
await ((_a = resolvedResource.waitForAsyncAttributes) === null || _a === void 0 ? void 0 : _a.call(resolvedResource)); | ||
return resolvedResource.attributes; | ||
@@ -59,0 +61,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.26.0"; | ||
export declare const VERSION = "1.27.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '1.26.0'; | ||
export const VERSION = '1.27.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -60,3 +60,5 @@ "use strict"; | ||
const createPromise = async () => { | ||
var _a; | ||
const resolvedResource = await resourceOrPromise; | ||
await ((_a = resolvedResource.waitForAsyncAttributes) === null || _a === void 0 ? void 0 : _a.call(resolvedResource)); | ||
return resolvedResource.attributes; | ||
@@ -63,0 +65,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.26.0"; | ||
export declare const VERSION = "1.27.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '1.26.0'; | ||
exports.VERSION = '1.27.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/resources", | ||
"version": "1.26.0", | ||
"version": "1.27.0", | ||
"description": "OpenTelemetry SDK resources", | ||
@@ -24,4 +24,2 @@ "main": "build/src/index.js", | ||
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json", | ||
"codecov:browser": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
"codecov:webworker": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
"lint": "eslint . --ext .ts", | ||
@@ -33,3 +31,2 @@ "lint:fix": "eslint . --ext .ts --fix", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
"version": "node ../../scripts/version-update.js", | ||
@@ -73,7 +70,6 @@ "precompile": "cross-var lerna run version --scope $npm_package_name --include-dependencies", | ||
"@opentelemetry/resources_1.9.0": "npm:@opentelemetry/resources@1.9.0", | ||
"@types/mocha": "10.0.7", | ||
"@types/mocha": "10.0.8", | ||
"@types/node": "18.6.5", | ||
"@types/sinon": "17.0.3", | ||
"@types/webpack-env": "1.16.3", | ||
"codecov": "3.8.3", | ||
"cross-var": "1.1.0", | ||
@@ -93,3 +89,3 @@ "karma": "6.4.4", | ||
"typescript": "4.4.4", | ||
"webpack": "5.89.0", | ||
"webpack": "5.94.0", | ||
"webpack-cli": "5.1.4", | ||
@@ -102,3 +98,3 @@ "webpack-merge": "5.10.0" | ||
"dependencies": { | ||
"@opentelemetry/core": "1.26.0", | ||
"@opentelemetry/core": "1.27.0", | ||
"@opentelemetry/semantic-conventions": "1.27.0" | ||
@@ -108,3 +104,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "720bc8c70d47029cb6b41a34ffdc3d25cbaa2f80" | ||
"gitHead": "eb3ca4fb07ee31c62093f5fcec56575573c902ce" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
557674
23
6041
+ Added@opentelemetry/core@1.27.0(transitive)
- Removed@opentelemetry/core@1.26.0(transitive)
Updated@opentelemetry/core@1.27.0