@opentelemetry/base
Advanced tools
Comparing version 0.3.3 to 0.4.0
@@ -16,2 +16,2 @@ /*! | ||
*/ | ||
export declare const VERSION = "0.3.3"; | ||
export declare const VERSION = "0.4.0"; |
@@ -19,3 +19,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.3.3'; | ||
exports.VERSION = '0.4.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/base", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "OpenTelemetry base provides base code for the SDK packages", | ||
@@ -10,4 +10,4 @@ "main": "build/src/index.js", | ||
"test": "nyc ts-mocha -p tsconfig.json test/**/*.ts", | ||
"tdd": "yarn tdd:node", | ||
"tdd:node": "yarn test -- --watch-extensions ts --watch", | ||
"tdd": "npm run tdd:node", | ||
"tdd:node": "npm run test -- --watch-extensions ts --watch", | ||
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
@@ -55,3 +55,3 @@ "clean": "rimraf build/*", | ||
"ts-node": "^8.6.2", | ||
"tslint-consistent-codestyle": "^1.15.1", | ||
"tslint-consistent-codestyle": "^1.16.0", | ||
"tslint-microsoft-contrib": "^6.2.0", | ||
@@ -58,0 +58,0 @@ "typescript": "3.7.2" |
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
22663