@opentelemetry/resources
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -196,3 +196,3 @@ /* | ||
var ch = str.charCodeAt(i); | ||
if (ch < 0x21 || ch === 0x2C || ch === 0x3B || ch === 0x5C || ch > 0x7E) { | ||
if (ch < 0x21 || ch === 0x2c || ch === 0x3b || ch === 0x5c || ch > 0x7e) { | ||
return false; | ||
@@ -199,0 +199,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.8.0"; | ||
export declare const VERSION = "1.9.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '1.8.0'; | ||
export var VERSION = '1.9.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -31,3 +31,3 @@ /* | ||
[SemanticResourceAttributes.PROCESS_RUNTIME_DESCRIPTION]: 'Web Browser', | ||
[SemanticResourceAttributes.PROCESS_RUNTIME_VERSION]: navigator.userAgent | ||
[SemanticResourceAttributes.PROCESS_RUNTIME_VERSION]: navigator.userAgent, | ||
}; | ||
@@ -34,0 +34,0 @@ return this._getResourceAttributes(browserResource, config); |
@@ -117,3 +117,3 @@ /* | ||
const ch = str.charCodeAt(i); | ||
if (ch < 0x21 || ch === 0x2C || ch === 0x3B || ch === 0x5C || ch > 0x7E) { | ||
if (ch < 0x21 || ch === 0x2c || ch === 0x3b || ch === 0x5c || ch > 0x7e) { | ||
return false; | ||
@@ -120,0 +120,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.8.0"; | ||
export declare const VERSION = "1.9.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '1.8.0'; | ||
export const VERSION = '1.9.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -34,3 +34,3 @@ "use strict"; | ||
[semantic_conventions_1.SemanticResourceAttributes.PROCESS_RUNTIME_DESCRIPTION]: 'Web Browser', | ||
[semantic_conventions_1.SemanticResourceAttributes.PROCESS_RUNTIME_VERSION]: navigator.userAgent | ||
[semantic_conventions_1.SemanticResourceAttributes.PROCESS_RUNTIME_VERSION]: navigator.userAgent, | ||
}; | ||
@@ -37,0 +37,0 @@ return this._getResourceAttributes(browserResource, config); |
@@ -120,3 +120,3 @@ "use strict"; | ||
const ch = str.charCodeAt(i); | ||
if (ch < 0x21 || ch === 0x2C || ch === 0x3B || ch === 0x5C || ch > 0x7E) { | ||
if (ch < 0x21 || ch === 0x2c || ch === 0x3b || ch === 0x5c || ch > 0x7e) { | ||
return false; | ||
@@ -123,0 +123,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.8.0"; | ||
export declare const VERSION = "1.9.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '1.8.0'; | ||
exports.VERSION = '1.9.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/resources", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "OpenTelemetry SDK resources", | ||
@@ -18,4 +18,4 @@ "main": "build/src/index.js", | ||
"prepublishOnly": "npm run compile", | ||
"compile": "tsc --build tsconfig.all.json", | ||
"clean": "tsc --build --clean tsconfig.all.json", | ||
"compile": "tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json", | ||
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json", | ||
"codecov:browser": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
@@ -65,3 +65,3 @@ "codecov:webworker": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
"devDependencies": { | ||
"@opentelemetry/api": ">=1.0.0 <1.4.0", | ||
"@opentelemetry/api": ">=1.0.0 <1.5.0", | ||
"@types/mocha": "10.0.0", | ||
@@ -83,3 +83,3 @@ "@types/node": "18.6.5", | ||
"rimraf": "3.0.2", | ||
"sinon": "14.0.0", | ||
"sinon": "15.0.0", | ||
"ts-mocha": "10.0.0", | ||
@@ -92,11 +92,11 @@ "typescript": "4.4.4", | ||
"peerDependencies": { | ||
"@opentelemetry/api": ">=1.0.0 <1.4.0" | ||
"@opentelemetry/api": ">=1.0.0 <1.5.0" | ||
}, | ||
"dependencies": { | ||
"@opentelemetry/core": "1.8.0", | ||
"@opentelemetry/semantic-conventions": "1.8.0" | ||
"@opentelemetry/core": "1.9.0", | ||
"@opentelemetry/semantic-conventions": "1.9.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources", | ||
"sideEffects": false, | ||
"gitHead": "7972edf6659fb6e0d5928a5cf7a35f26683e168f" | ||
"gitHead": "08f597f3a3d71a4852b0afbba120af15ca038121" | ||
} |
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
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
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
306552
+ Added@opentelemetry/api@1.4.1(transitive)
+ Added@opentelemetry/core@1.9.0(transitive)
+ Added@opentelemetry/semantic-conventions@1.9.0(transitive)
- Removed@opentelemetry/api@1.3.0(transitive)
- Removed@opentelemetry/core@1.8.0(transitive)
- Removed@opentelemetry/semantic-conventions@1.8.0(transitive)
Updated@opentelemetry/core@1.9.0