@opentelemetry/instrumentation-long-task
Advanced tools
Comparing version 0.33.0 to 0.33.1
@@ -1,2 +0,16 @@ | ||
import { __extends } from "tslib"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
/* | ||
@@ -3,0 +17,0 @@ * Copyright The OpenTelemetry Authors |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.33.0"; | ||
export declare const VERSION = "0.33.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.33.0'; | ||
export var VERSION = '0.33.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("./instrumentation"), exports); | ||
(0, tslib_1.__exportStar)(require("./types"), exports); | ||
__exportStar(require("./instrumentation"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.33.0"; | ||
export declare const VERSION = "0.33.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.33.0'; | ||
exports.VERSION = '0.33.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-long-task", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"description": "OpenTelemetry long task API automatic instrumentation package.", | ||
@@ -50,10 +50,10 @@ "main": "build/src/index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.15.0", | ||
"@babel/core": "7.22.10", | ||
"@jsdevtools/coverage-istanbul-loader": "3.0.5", | ||
"@opentelemetry/api": "^1.3.0", | ||
"@opentelemetry/sdk-trace-base": "^1.8.0", | ||
"@types/jquery": "3.5.6", | ||
"@types/jquery": "3.5.16", | ||
"@types/mocha": "7.0.2", | ||
"@types/node": "18.11.7", | ||
"@types/sinon": "10.0.2", | ||
"@types/node": "18.16.19", | ||
"@types/sinon": "10.0.16", | ||
"@types/webpack-env": "1.16.2", | ||
@@ -66,7 +66,7 @@ "babel-loader": "8.2.2", | ||
"karma-mocha": "2.0.1", | ||
"karma-spec-reporter": "0.0.32", | ||
"karma-spec-reporter": "0.0.36", | ||
"karma-webpack": "4.0.2", | ||
"mocha": "7.2.0", | ||
"nyc": "15.1.0", | ||
"rimraf": "5.0.0", | ||
"rimraf": "5.0.1", | ||
"sinon": "15.0.1", | ||
@@ -83,5 +83,4 @@ "ts-loader": "8.3.0", | ||
"@opentelemetry/core": "^1.8.0", | ||
"@opentelemetry/instrumentation": "^0.41.0", | ||
"@opentelemetry/sdk-trace-web": "^1.8.0", | ||
"tslib": "^2.3.1" | ||
"@opentelemetry/instrumentation": "^0.41.2", | ||
"@opentelemetry/sdk-trace-web": "^1.8.0" | ||
}, | ||
@@ -93,3 +92,3 @@ "peerDependencies": { | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/web/opentelemetry-instrumentation-long-task#readme", | ||
"gitHead": "f81f8a76a8f0af2101c62dbc73cde442f875d833" | ||
"gitHead": "b3d30afe7376760d211b20c4fb45988ac58c1d85" | ||
} |
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
56917
4
383
- Removedtslib@^2.3.1
- Removedtslib@2.8.1(transitive)