@opentelemetry/exporter-zipkin
Advanced tools
Comparing version 1.15.0 to 1.15.1
@@ -16,3 +16,29 @@ /* | ||
*/ | ||
import { __assign, __read } from "tslib"; | ||
var __assign = (this && this.__assign) || function () { | ||
__assign = Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
return __assign.apply(this, arguments); | ||
}; | ||
var __read = (this && this.__read) || function (o, n) { | ||
var m = typeof Symbol === "function" && o[Symbol.iterator]; | ||
if (!m) return o; | ||
var i = m.call(o), r, ar = [], e; | ||
try { | ||
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); | ||
} | ||
catch (error) { e = { error: error }; } | ||
finally { | ||
try { | ||
if (r && !r.done && (m = i["return"])) m.call(i); | ||
} | ||
finally { if (e) throw e.error; } | ||
} | ||
return ar; | ||
}; | ||
import { diag } from '@opentelemetry/api'; | ||
@@ -19,0 +45,0 @@ import { ExportResultCode, globalErrorHandler, } from '@opentelemetry/core'; |
@@ -16,3 +16,13 @@ /* | ||
*/ | ||
import { __assign } from "tslib"; | ||
var __assign = (this && this.__assign) || function () { | ||
__assign = Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
return __assign.apply(this, arguments); | ||
}; | ||
import { diag } from '@opentelemetry/api'; | ||
@@ -19,0 +29,0 @@ import { ExportResultCode } from '@opentelemetry/core'; |
@@ -16,4 +16,14 @@ /* | ||
*/ | ||
var __values = (this && this.__values) || function(o) { | ||
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; | ||
if (m) return m.call(o); | ||
if (o && typeof o.length === "number") return { | ||
next: function () { | ||
if (o && i >= o.length) o = void 0; | ||
return { value: o && o[i++], done: !o }; | ||
} | ||
}; | ||
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); | ||
}; | ||
var _a; | ||
import { __values } from "tslib"; | ||
import * as api from '@opentelemetry/api'; | ||
@@ -20,0 +30,0 @@ import { hrTimeToMicroseconds } from '@opentelemetry/core'; |
@@ -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("./platform"), exports); | ||
(0, tslib_1.__exportStar)(require("./zipkin"), exports); | ||
__exportStar(require("./platform"), exports); | ||
__exportStar(require("./zipkin"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -17,5 +17,14 @@ "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("./util"), exports); | ||
__exportStar(require("./util"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -17,5 +17,14 @@ "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("./node"), exports); | ||
__exportStar(require("./node"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -17,5 +17,14 @@ "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("./util"), exports); | ||
__exportStar(require("./util"), 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/exporter-zipkin", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"description": "OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.", | ||
@@ -26,3 +26,3 @@ "main": "build/src/index.js", | ||
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts' --exclude 'test/browser/**/*.ts'", | ||
"test:browser": "nyc karma start --single-run", | ||
"test:browser": "karma start --single-run", | ||
"version": "node ../../scripts/version-update.js", | ||
@@ -64,3 +64,3 @@ "watch": "tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json", | ||
"devDependencies": { | ||
"@babel/core": "7.22.6", | ||
"@babel/core": "7.22.9", | ||
"@opentelemetry/api": "^1.0.0", | ||
@@ -72,14 +72,14 @@ "@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", | ||
"nock": "13.3.1", | ||
"nock": "13.3.2", | ||
"nyc": "15.1.0", | ||
@@ -98,11 +98,10 @@ "sinon": "15.1.2", | ||
"dependencies": { | ||
"@opentelemetry/core": "1.15.0", | ||
"@opentelemetry/resources": "1.15.0", | ||
"@opentelemetry/sdk-trace-base": "1.15.0", | ||
"@opentelemetry/semantic-conventions": "1.15.0", | ||
"tslib": "^2.3.1" | ||
"@opentelemetry/core": "1.15.1", | ||
"@opentelemetry/resources": "1.15.1", | ||
"@opentelemetry/sdk-trace-base": "1.15.1", | ||
"@opentelemetry/semantic-conventions": "1.15.1" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-exporter-zipkin", | ||
"sideEffects": false, | ||
"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
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
222027
5
2385
+ Added@opentelemetry/core@1.15.1(transitive)
+ Added@opentelemetry/resources@1.15.1(transitive)
+ Added@opentelemetry/sdk-trace-base@1.15.1(transitive)
+ Added@opentelemetry/semantic-conventions@1.15.1(transitive)
- Removedtslib@^2.3.1
- Removed@opentelemetry/core@1.15.0(transitive)
- Removed@opentelemetry/resources@1.15.0(transitive)
- Removed@opentelemetry/sdk-trace-base@1.15.0(transitive)
- Removed@opentelemetry/semantic-conventions@1.15.0(transitive)
- Removedtslib@2.8.1(transitive)
Updated@opentelemetry/core@1.15.1