@opentelemetry/context-zone-peer-dep
Advanced tools
Comparing version 1.15.0 to 1.15.1
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.15.0"; | ||
export declare const VERSION = "1.15.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '1.15.0'; | ||
export var VERSION = '1.15.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.15.0"; | ||
export declare const VERSION = "1.15.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '1.15.0'; | ||
export const VERSION = '1.15.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -17,6 +17,15 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./ZoneContextManager"), exports); | ||
(0, tslib_1.__exportStar)(require("./types"), exports); | ||
__exportStar(require("./ZoneContextManager"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.15.0"; | ||
export declare const VERSION = "1.15.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '1.15.0'; | ||
exports.VERSION = '1.15.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/context-zone-peer-dep", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"description": "OpenTelemetry Context Zone with peer dependency for zone.js", | ||
@@ -19,3 +19,3 @@ "main": "build/src/index.js", | ||
"tdd": "karma start", | ||
"test:browser": "nyc karma start --single-run", | ||
"test:browser": "karma start --single-run", | ||
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json", | ||
@@ -57,3 +57,3 @@ "precompile": "cross-var lerna run version --scope $npm_package_name --include-dependencies", | ||
"devDependencies": { | ||
"@babel/core": "7.22.6", | ||
"@babel/core": "7.22.9", | ||
"@opentelemetry/api": ">=1.0.0 <1.5.0", | ||
@@ -66,12 +66,12 @@ "@types/mocha": "10.0.1", | ||
"babel-loader": "8.3.0", | ||
"babel-plugin-istanbul": "6.1.1", | ||
"codecov": "3.8.3", | ||
"cross-var": "1.1.0", | ||
"istanbul-instrumenter-loader": "3.0.1", | ||
"karma": "6.4.2", | ||
"karma-chrome-launcher": "3.1.0", | ||
"karma-coverage-istanbul-reporter": "3.0.3", | ||
"karma-coverage": "2.2.1", | ||
"karma-mocha": "2.0.1", | ||
"karma-spec-reporter": "0.0.36", | ||
"karma-webpack": "4.0.2", | ||
"lerna": "7.1.1", | ||
"lerna": "7.1.3", | ||
"mocha": "10.2.0", | ||
@@ -91,8 +91,5 @@ "nyc": "15.1.0", | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.1" | ||
}, | ||
"sideEffects": false, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-context-zone-peer-dep", | ||
"gitHead": "06e919d6c909e8cc8e28b6624d9843f401d9b059" | ||
"gitHead": "9f71800fdc2a5ee5055684037a12498af71955f2" | ||
} |
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
118985
2
1243
- Removedtslib@^2.3.1