@ms-cloudpack/telemetry 0.11.69 → 0.11.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE.txt +2 -2
- package/dist/index.js +19 -19
- package/package.json +2 -2
package/NOTICE.txt
CHANGED
|
@@ -2581,7 +2581,7 @@ SOFTWARE.
|
|
|
2581
2581
|
|
|
2582
2582
|
----
|
|
2583
2583
|
|
|
2584
|
-
fastq 1.
|
|
2584
|
+
fastq 1.20.1 - ISC
|
|
2585
2585
|
https://github.com/mcollina/fastq#readme
|
|
2586
2586
|
|
|
2587
2587
|
Author: Matteo Collina <hello@matteocollina.com>
|
|
@@ -3722,5 +3722,5 @@ THE SOFTWARE.
|
|
|
3722
3722
|
|
|
3723
3723
|
----
|
|
3724
3724
|
|
|
3725
|
-
workspace-tools 0.40.
|
|
3725
|
+
workspace-tools 0.40.3 - MIT
|
|
3726
3726
|
https://github.com/microsoft/workspace-tools
|
package/dist/index.js
CHANGED
|
@@ -200,7 +200,7 @@ var init_global_utils = __esm({
|
|
|
200
200
|
init_version();
|
|
201
201
|
init_semver();
|
|
202
202
|
major = VERSION.split(".")[0];
|
|
203
|
-
GLOBAL_OPENTELEMETRY_API_KEY = Symbol.for("opentelemetry.js.api." + major);
|
|
203
|
+
GLOBAL_OPENTELEMETRY_API_KEY = /* @__PURE__ */ Symbol.for("opentelemetry.js.api." + major);
|
|
204
204
|
_global = _globalThis;
|
|
205
205
|
__name(registerGlobal, "registerGlobal");
|
|
206
206
|
__name(getGlobal, "getGlobal");
|
|
@@ -539,7 +539,7 @@ var init_baggage_impl = __esm({
|
|
|
539
539
|
var baggageEntryMetadataSymbol;
|
|
540
540
|
var init_symbol = __esm({
|
|
541
541
|
"../../node_modules/.store/@opentelemetry-api-npm-1.9.0-7d0560d0dd/package/build/esm/baggage/internal/symbol.js"() {
|
|
542
|
-
baggageEntryMetadataSymbol = Symbol("BaggageEntryMetadata");
|
|
542
|
+
baggageEntryMetadataSymbol = /* @__PURE__ */ Symbol("BaggageEntryMetadata");
|
|
543
543
|
}
|
|
544
544
|
});
|
|
545
545
|
|
|
@@ -6663,7 +6663,7 @@ var require_AbstractAsyncHooksContextManager = __commonJS({
|
|
|
6663
6663
|
];
|
|
6664
6664
|
var _AbstractAsyncHooksContextManager = class _AbstractAsyncHooksContextManager {
|
|
6665
6665
|
constructor() {
|
|
6666
|
-
this._kOtListeners = Symbol("OtListeners");
|
|
6666
|
+
this._kOtListeners = /* @__PURE__ */ Symbol("OtListeners");
|
|
6667
6667
|
this._wrapped = false;
|
|
6668
6668
|
}
|
|
6669
6669
|
/**
|
|
@@ -9939,7 +9939,7 @@ var require_range = __commonJS({
|
|
|
9939
9939
|
var require_comparator = __commonJS({
|
|
9940
9940
|
"../../node_modules/.store/semver-npm-7.7.3-9cf7b3b46c/package/classes/comparator.js"(exports, module) {
|
|
9941
9941
|
"use strict";
|
|
9942
|
-
var ANY = Symbol("SemVer ANY");
|
|
9942
|
+
var ANY = /* @__PURE__ */ Symbol("SemVer ANY");
|
|
9943
9943
|
var _Comparator = class _Comparator {
|
|
9944
9944
|
static get ANY() {
|
|
9945
9945
|
return ANY;
|
|
@@ -12277,9 +12277,9 @@ var require_package3 = __commonJS({
|
|
|
12277
12277
|
}
|
|
12278
12278
|
});
|
|
12279
12279
|
|
|
12280
|
-
// ../../node_modules/.store/debug-virtual-
|
|
12280
|
+
// ../../node_modules/.store/debug-virtual-7e33ae388e/package/src/common.js
|
|
12281
12281
|
var require_common2 = __commonJS({
|
|
12282
|
-
"../../node_modules/.store/debug-virtual-
|
|
12282
|
+
"../../node_modules/.store/debug-virtual-7e33ae388e/package/src/common.js"(exports, module) {
|
|
12283
12283
|
function setup(env) {
|
|
12284
12284
|
createDebug.debug = createDebug;
|
|
12285
12285
|
createDebug.default = createDebug;
|
|
@@ -12465,9 +12465,9 @@ var require_common2 = __commonJS({
|
|
|
12465
12465
|
}
|
|
12466
12466
|
});
|
|
12467
12467
|
|
|
12468
|
-
// ../../node_modules/.store/debug-virtual-
|
|
12468
|
+
// ../../node_modules/.store/debug-virtual-7e33ae388e/package/src/browser.js
|
|
12469
12469
|
var require_browser = __commonJS({
|
|
12470
|
-
"../../node_modules/.store/debug-virtual-
|
|
12470
|
+
"../../node_modules/.store/debug-virtual-7e33ae388e/package/src/browser.js"(exports, module) {
|
|
12471
12471
|
exports.formatArgs = formatArgs;
|
|
12472
12472
|
exports.save = save;
|
|
12473
12473
|
exports.load = load;
|
|
@@ -12771,9 +12771,9 @@ var require_package5 = __commonJS({
|
|
|
12771
12771
|
}
|
|
12772
12772
|
});
|
|
12773
12773
|
|
|
12774
|
-
// ../../node_modules/.store/debug-virtual-
|
|
12774
|
+
// ../../node_modules/.store/debug-virtual-7e33ae388e/package/src/node.js
|
|
12775
12775
|
var require_node5 = __commonJS({
|
|
12776
|
-
"../../node_modules/.store/debug-virtual-
|
|
12776
|
+
"../../node_modules/.store/debug-virtual-7e33ae388e/package/src/node.js"(exports, module) {
|
|
12777
12777
|
var tty = __require("tty");
|
|
12778
12778
|
var util2 = __require("util");
|
|
12779
12779
|
exports.init = init;
|
|
@@ -12952,9 +12952,9 @@ var require_node5 = __commonJS({
|
|
|
12952
12952
|
}
|
|
12953
12953
|
});
|
|
12954
12954
|
|
|
12955
|
-
// ../../node_modules/.store/debug-virtual-
|
|
12955
|
+
// ../../node_modules/.store/debug-virtual-7e33ae388e/package/src/index.js
|
|
12956
12956
|
var require_src8 = __commonJS({
|
|
12957
|
-
"../../node_modules/.store/debug-virtual-
|
|
12957
|
+
"../../node_modules/.store/debug-virtual-7e33ae388e/package/src/index.js"(exports, module) {
|
|
12958
12958
|
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
|
12959
12959
|
module.exports = require_browser();
|
|
12960
12960
|
} else {
|
|
@@ -13076,7 +13076,7 @@ var require_dist = __commonJS({
|
|
|
13076
13076
|
var http2 = __importStar(__require("http"));
|
|
13077
13077
|
var https_1 = __require("https");
|
|
13078
13078
|
__exportStar(require_helpers(), exports);
|
|
13079
|
-
var INTERNAL = Symbol("AgentBaseInternalState");
|
|
13079
|
+
var INTERNAL = /* @__PURE__ */ Symbol("AgentBaseInternalState");
|
|
13080
13080
|
var _Agent = class _Agent extends http2.Agent {
|
|
13081
13081
|
constructor(opts) {
|
|
13082
13082
|
super(opts);
|
|
@@ -17575,7 +17575,7 @@ init_esm();
|
|
|
17575
17575
|
|
|
17576
17576
|
// src/proxies/createProxiedSpan.ts
|
|
17577
17577
|
init_esm();
|
|
17578
|
-
var hasEnded = Symbol("hasEnded");
|
|
17578
|
+
var hasEnded = /* @__PURE__ */ Symbol("hasEnded");
|
|
17579
17579
|
function createProxiedSpan(span) {
|
|
17580
17580
|
return new Proxy(span, {
|
|
17581
17581
|
get(target, prop) {
|
|
@@ -17665,7 +17665,7 @@ function createImprovedStartActiveSpan(target, getRootContext) {
|
|
|
17665
17665
|
__name(createImprovedStartActiveSpan, "createImprovedStartActiveSpan");
|
|
17666
17666
|
|
|
17667
17667
|
// src/proxies/createProxiedTracer.ts
|
|
17668
|
-
var isProxy = Symbol("isProxy");
|
|
17668
|
+
var isProxy = /* @__PURE__ */ Symbol("isProxy");
|
|
17669
17669
|
function createProxiedTracer(tracer, getRootContext) {
|
|
17670
17670
|
if (Reflect.has(tracer, isProxy)) {
|
|
17671
17671
|
return tracer;
|
|
@@ -20375,7 +20375,7 @@ __name(isError2, "isError");
|
|
|
20375
20375
|
var isNodeLike2 = isNodeLike;
|
|
20376
20376
|
|
|
20377
20377
|
// ../../node_modules/.store/@azure-core-rest-pipeline-npm-1.22.2-0f1afee05f/package/dist/esm/util/file.js
|
|
20378
|
-
var rawContent = Symbol("rawContent");
|
|
20378
|
+
var rawContent = /* @__PURE__ */ Symbol("rawContent");
|
|
20379
20379
|
function hasRawContent(x) {
|
|
20380
20380
|
return typeof x[rawContent] === "function";
|
|
20381
20381
|
}
|
|
@@ -20462,8 +20462,8 @@ __name(tlsPolicy2, "tlsPolicy");
|
|
|
20462
20462
|
|
|
20463
20463
|
// ../../node_modules/.store/@azure-core-tracing-npm-1.3.1-eb2949b9c4/package/dist/esm/tracingContext.js
|
|
20464
20464
|
var knownContextKeys = {
|
|
20465
|
-
span: Symbol.for("@azure/core-tracing span"),
|
|
20466
|
-
namespace: Symbol.for("@azure/core-tracing namespace")
|
|
20465
|
+
span: /* @__PURE__ */ Symbol.for("@azure/core-tracing span"),
|
|
20466
|
+
namespace: /* @__PURE__ */ Symbol.for("@azure/core-tracing namespace")
|
|
20467
20467
|
};
|
|
20468
20468
|
function createTracingContext(options = {}) {
|
|
20469
20469
|
let context4 = new TracingContextImpl(options.parentContext);
|
|
@@ -22087,7 +22087,7 @@ function getPropertyFromParameterPath(parent, parameterPath) {
|
|
|
22087
22087
|
return result;
|
|
22088
22088
|
}
|
|
22089
22089
|
__name(getPropertyFromParameterPath, "getPropertyFromParameterPath");
|
|
22090
|
-
var originalRequestSymbol = Symbol.for("@azure/core-client original request");
|
|
22090
|
+
var originalRequestSymbol = /* @__PURE__ */ Symbol.for("@azure/core-client original request");
|
|
22091
22091
|
function hasOriginalRequest(request) {
|
|
22092
22092
|
return originalRequestSymbol in request;
|
|
22093
22093
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/telemetry",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.70",
|
|
4
4
|
"description": "Helpers for reporting telemetry in Cloudpack.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.28",
|
|
28
28
|
"@ms-cloudpack/environment": "^0.1.1",
|
|
29
29
|
"@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
|
|
30
|
-
"@ms-cloudpack/package-utilities": "^13.7.
|
|
30
|
+
"@ms-cloudpack/package-utilities": "^13.7.1",
|
|
31
31
|
"@ms-cloudpack/scripts": "^0.0.1",
|
|
32
32
|
"@opentelemetry/api": "~1.9.0",
|
|
33
33
|
"@opentelemetry/context-async-hooks": "~1.30.0",
|