@uptrace/core
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -58,8 +58,2 @@ "use strict"; | ||
this.token = u.username; | ||
if (!this.projectId) { | ||
throw new Error("\"DSN=".concat(JSON.stringify(s), " does not have a project id")); | ||
} | ||
if (!this.token) { | ||
throw new Error("\"DSN=".concat(JSON.stringify(s), " does not have a token")); | ||
} | ||
} | ||
@@ -66,0 +60,0 @@ Dsn.prototype.toString = function () { |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.8.0"; | ||
export declare const VERSION = "1.9.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,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": "@uptrace/core", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"description": "Uptrace JS core", | ||
@@ -53,23 +53,24 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/api": "~1.3.0", | ||
"@opentelemetry/core": "~1.8.0", | ||
"@opentelemetry/instrumentation": "~0.34.0", | ||
"@opentelemetry/sdk-trace-base": "~1.8.0", | ||
"@opentelemetry/api": "~1.4.0", | ||
"@opentelemetry/core": "~1.9.1", | ||
"@opentelemetry/instrumentation": "~0.35.1", | ||
"@opentelemetry/resources": "~1.9.1", | ||
"@opentelemetry/sdk-trace-base": "~1.9.1", | ||
"cross-fetch": "3.1.5" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "10.0.0", | ||
"@types/node": "18.11.9", | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "18.11.18", | ||
"@types/sinon": "10.0.13", | ||
"@typescript-eslint/eslint-plugin": "5.44.0", | ||
"eslint": "8.28.0", | ||
"@typescript-eslint/eslint-plugin": "5.50.0", | ||
"eslint": "8.33.0", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"gts": "3.1.1", | ||
"mocha": "10.1.0", | ||
"mocha": "10.2.0", | ||
"nyc": "15.1.0", | ||
"sinon": "14.0.2", | ||
"sinon": "15.0.1", | ||
"ts-mocha": "10.0.0", | ||
"typescript": "4.9.3" | ||
"typescript": "4.9.5" | ||
} | ||
} |
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
15541
6
250
+ Added@opentelemetry/api@1.4.1(transitive)
+ Added@opentelemetry/core@1.9.1(transitive)
+ Added@opentelemetry/instrumentation@0.35.1(transitive)
+ Added@opentelemetry/resources@1.9.1(transitive)
+ Added@opentelemetry/sdk-trace-base@1.9.1(transitive)
+ Added@opentelemetry/semantic-conventions@1.9.1(transitive)
- Removed@opentelemetry/api@1.3.0(transitive)
- Removed@opentelemetry/core@1.8.0(transitive)
- Removed@opentelemetry/instrumentation@0.34.0(transitive)
- Removed@opentelemetry/resources@1.8.0(transitive)
- Removed@opentelemetry/sdk-trace-base@1.8.0(transitive)
- Removed@opentelemetry/semantic-conventions@1.8.0(transitive)
Updated@opentelemetry/api@~1.4.0
Updated@opentelemetry/core@~1.9.1