@opentelemetry/semantic-conventions
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.14.0"; | ||
export declare const VERSION = "0.15.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.14.0'; | ||
exports.VERSION = '0.15.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/semantic-conventions", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "OpenTelemetry semantic conventions", | ||
@@ -9,2 +9,4 @@ "main": "build/src/index.js", | ||
"scripts": { | ||
"compile": "tsc --build", | ||
"clean": "tsc --build --clean", | ||
"lint": "eslint . --ext .ts", | ||
@@ -14,8 +16,4 @@ "lint:fix": "eslint . --ext .ts --fix", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
"clean": "rimraf build/*", | ||
"precompile": "tsc --version", | ||
"version:update": "node ../../scripts/version-update.js", | ||
"compile": "npm run version:update && tsc -p .", | ||
"prepare": "npm run compile", | ||
"watch": "tsc -w" | ||
"version": "node ../../scripts/version-update.js", | ||
"watch": "tsc --build --watch" | ||
}, | ||
@@ -47,4 +45,4 @@ "keywords": [ | ||
"@types/mocha": "8.2.0", | ||
"@types/node": "14.14.12", | ||
"@types/sinon": "9.0.9", | ||
"@types/node": "14.14.20", | ||
"@types/sinon": "9.0.10", | ||
"codecov": "3.8.1", | ||
@@ -56,3 +54,3 @@ "gts": "2.0.2", | ||
"rimraf": "3.0.2", | ||
"sinon": "9.2.2", | ||
"sinon": "9.2.3", | ||
"ts-mocha": "8.0.0", | ||
@@ -62,3 +60,3 @@ "ts-node": "9.1.1", | ||
}, | ||
"gitHead": "27a8d4530c56257c191468b073669909bf8892a1" | ||
"gitHead": "960b868f5b7686eabbf49190071b8463551e5d8f" | ||
} |
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
60797