@opentelemetry/instrumentation-xml-http-request
Advanced tools
Comparing version 0.52.1 to 0.53.0
@@ -1,2 +0,2 @@ | ||
export * from './xhr'; | ||
export { XHRCustomAttributeFunction, XMLHttpRequestInstrumentation, XMLHttpRequestInstrumentationConfig, } from './xhr'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,3 +16,3 @@ /* | ||
*/ | ||
export * from './xhr'; | ||
export { XMLHttpRequestInstrumentation, } from './xhr'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.52.1"; | ||
export declare const VERSION = "0.53.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.52.1'; | ||
export var VERSION = '0.53.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export * from './xhr'; | ||
export { XHRCustomAttributeFunction, XMLHttpRequestInstrumentation, XMLHttpRequestInstrumentationConfig, } from './xhr'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,3 +16,3 @@ /* | ||
*/ | ||
export * from './xhr'; | ||
export { XMLHttpRequestInstrumentation, } from './xhr'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.52.1"; | ||
export declare const VERSION = "0.53.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '0.52.1'; | ||
export const VERSION = '0.53.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export * from './xhr'; | ||
export { XHRCustomAttributeFunction, XMLHttpRequestInstrumentation, XMLHttpRequestInstrumentationConfig, } from './xhr'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,14 +17,6 @@ "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 }); | ||
__exportStar(require("./xhr"), exports); | ||
exports.XMLHttpRequestInstrumentation = void 0; | ||
var xhr_1 = require("./xhr"); | ||
Object.defineProperty(exports, "XMLHttpRequestInstrumentation", { enumerable: true, get: function () { return xhr_1.XMLHttpRequestInstrumentation; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.52.1"; | ||
export declare const VERSION = "0.53.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.52.1'; | ||
exports.VERSION = '0.53.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-xml-http-request", | ||
"version": "0.52.1", | ||
"version": "0.53.0", | ||
"description": "OpenTelemetry instrumentation for XMLHttpRequest http client in web browsers", | ||
@@ -58,9 +58,9 @@ "main": "build/src/index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.24.7", | ||
"@babel/preset-env": "7.24.7", | ||
"@babel/core": "7.25.2", | ||
"@babel/preset-env": "7.25.3", | ||
"@opentelemetry/api": "1.9.0", | ||
"@opentelemetry/context-zone": "1.25.1", | ||
"@opentelemetry/propagator-b3": "1.25.1", | ||
"@opentelemetry/sdk-trace-base": "1.25.1", | ||
"@types/mocha": "10.0.6", | ||
"@opentelemetry/context-zone": "1.26.0", | ||
"@opentelemetry/propagator-b3": "1.26.0", | ||
"@opentelemetry/sdk-trace-base": "1.26.0", | ||
"@types/mocha": "10.0.7", | ||
"@types/node": "18.6.5", | ||
@@ -70,6 +70,6 @@ "@types/sinon": "17.0.3", | ||
"babel-loader": "8.3.0", | ||
"babel-plugin-istanbul": "6.1.1", | ||
"babel-plugin-istanbul": "7.0.0", | ||
"codecov": "3.8.3", | ||
"cross-var": "1.1.0", | ||
"karma": "6.4.3", | ||
"karma": "6.4.4", | ||
"karma-chrome-launcher": "3.1.0", | ||
@@ -81,7 +81,6 @@ "karma-coverage": "2.2.1", | ||
"lerna": "6.6.2", | ||
"mocha": "10.2.0", | ||
"mocha": "10.7.3", | ||
"nyc": "15.1.0", | ||
"sinon": "15.1.2", | ||
"ts-loader": "9.5.1", | ||
"ts-mocha": "10.0.0", | ||
"typescript": "4.4.4", | ||
@@ -96,10 +95,10 @@ "webpack": "5.89.0", | ||
"dependencies": { | ||
"@opentelemetry/core": "1.25.1", | ||
"@opentelemetry/instrumentation": "0.52.1", | ||
"@opentelemetry/sdk-trace-web": "1.25.1", | ||
"@opentelemetry/semantic-conventions": "1.25.1" | ||
"@opentelemetry/core": "1.26.0", | ||
"@opentelemetry/instrumentation": "0.53.0", | ||
"@opentelemetry/sdk-trace-web": "1.26.0", | ||
"@opentelemetry/semantic-conventions": "1.27.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-xml-http-request", | ||
"sideEffects": false, | ||
"gitHead": "0608f405573901e54db01e44c533009cf28be262" | ||
"gitHead": "720bc8c70d47029cb6b41a34ffdc3d25cbaa2f80" | ||
} |
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
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
202234
29
2007
+ Added@opentelemetry/api-logs@0.53.0(transitive)
+ Added@opentelemetry/core@1.26.0(transitive)
+ Added@opentelemetry/instrumentation@0.53.0(transitive)
+ Added@opentelemetry/resources@1.26.0(transitive)
+ Added@opentelemetry/sdk-trace-base@1.26.0(transitive)
+ Added@opentelemetry/sdk-trace-web@1.26.0(transitive)
+ Added@opentelemetry/semantic-conventions@1.27.0(transitive)
- Removed@opentelemetry/api-logs@0.52.1(transitive)
- Removed@opentelemetry/core@1.25.1(transitive)
- Removed@opentelemetry/instrumentation@0.52.1(transitive)
- Removed@opentelemetry/resources@1.25.1(transitive)
- Removed@opentelemetry/sdk-trace-base@1.25.1(transitive)
- Removed@opentelemetry/sdk-trace-web@1.25.1(transitive)
- Removed@opentelemetry/semantic-conventions@1.25.1(transitive)
Updated@opentelemetry/core@1.26.0