@opentelemetry/base
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -16,3 +16,3 @@ /*! | ||
*/ | ||
export * from './resources/Resource'; | ||
export * from './ExportResult'; | ||
export * from './platform'; |
@@ -21,4 +21,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./resources/Resource")); | ||
__export(require("./ExportResult")); | ||
__export(require("./platform")); | ||
//# sourceMappingURL=index.js.map |
@@ -16,2 +16,2 @@ /*! | ||
*/ | ||
export declare const VERSION = "0.4.0"; | ||
export declare const VERSION = "0.5.0"; |
@@ -19,3 +19,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.4.0'; | ||
exports.VERSION = '0.5.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/base", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "OpenTelemetry base provides base code for the SDK packages", | ||
"main": "build/src/index.js", | ||
"browser": { | ||
"./src/platform/index.ts": "./src/platform/browser/index.ts", | ||
"./build/src/platform/index.js": "./build/src/platform/browser/index.js" | ||
}, | ||
"types": "build/src/index.d.ts", | ||
"repository": "open-telemetry/opentelemetry-js", | ||
"scripts": { | ||
"test": "nyc ts-mocha -p tsconfig.json test/**/*.ts", | ||
"test": "nyc ts-mocha -p tsconfig.json test/**/*.test.ts", | ||
"tdd": "npm run tdd:node", | ||
@@ -14,7 +18,7 @@ "tdd:node": "npm run test -- --watch-extensions ts --watch", | ||
"clean": "rimraf build/*", | ||
"check": "gts check", | ||
"lint": "gts check", | ||
"lint:fix": "gts fix", | ||
"precompile": "tsc --version", | ||
"version:update": "node ../../scripts/version-update.js", | ||
"compile": "npm run version:update && tsc -p .", | ||
"fix": "gts fix", | ||
"prepare": "npm run compile" | ||
@@ -21,0 +25,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
27559
19
325
1