@microsoft/applicationinsights-web-basic 2.8.0-nightly.2204-05 → 2.8.0-nightly.2204-06
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/browser/aib.2.8.0-nightly.2204-06.integrity.json +26 -0
- package/browser/{aib.2.8.0-nightly.2204-05.js → aib.2.8.0-nightly.2204-06.js} +4 -4
- package/browser/{aib.2.8.0-nightly.2204-05.js.map → aib.2.8.0-nightly.2204-06.js.map} +1 -1
- package/browser/{aib.2.8.0-nightly.2204-05.min.js → aib.2.8.0-nightly.2204-06.min.js} +3 -3
- package/browser/{aib.2.8.0-nightly.2204-05.min.js.map → aib.2.8.0-nightly.2204-06.min.js.map} +1 -1
- package/browser/aib.2.js +3 -3
- package/browser/aib.2.js.map +1 -1
- package/browser/aib.2.min.js +2 -2
- package/browser/aib.2.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.d.ts +1 -1
- package/dist/applicationinsights-web-basic.js +3 -3
- package/dist/applicationinsights-web-basic.js.map +1 -1
- package/dist/applicationinsights-web-basic.min.js +2 -2
- package/dist/applicationinsights-web-basic.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.rollup.d.ts +1 -1
- package/dist-esm/index.js +1 -1
- package/package.json +4 -4
- package/browser/aib.2.8.0-nightly.2204-05.integrity.json +0 -26
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "aib",
|
|
3
|
+
"version": "2.8.0-nightly.2204-06",
|
|
4
|
+
"ext": {
|
|
5
|
+
"@js": {
|
|
6
|
+
"file": "aib.2.8.0-nightly.2204-06.js",
|
|
7
|
+
"type": "text/javascript; charset=utf-8",
|
|
8
|
+
"integrity": "sha256-NJoJJ0oyuzsCysdcIRsAHMTefg059yPVhTqpNsDFQ3w= sha384-MXGf1GH+LCvNWQgo5VFrzD8QsIb2bxC7w0Q7Tl0WSgYYQS25OlcbHptWA3m0aQjx sha512-/i7EI3nY/IK8pxTfY3ISAmghrlGzxDQfGO41rWR8GGZVEIkAgSKZn/MVpm4tDnJkA0+eiJ3bvAjPEUgtaguodw==",
|
|
9
|
+
"hashes": {
|
|
10
|
+
"sha256": "NJoJJ0oyuzsCysdcIRsAHMTefg059yPVhTqpNsDFQ3w=",
|
|
11
|
+
"sha384": "MXGf1GH+LCvNWQgo5VFrzD8QsIb2bxC7w0Q7Tl0WSgYYQS25OlcbHptWA3m0aQjx",
|
|
12
|
+
"sha512": "/i7EI3nY/IK8pxTfY3ISAmghrlGzxDQfGO41rWR8GGZVEIkAgSKZn/MVpm4tDnJkA0+eiJ3bvAjPEUgtaguodw=="
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"@min.js": {
|
|
16
|
+
"file": "aib.2.8.0-nightly.2204-06.min.js",
|
|
17
|
+
"type": "text/javascript; charset=utf-8",
|
|
18
|
+
"integrity": "sha256-C1mTMyYenVm3qD7ubyjIh8EmklBcCa334Q8gk5ZI7Zw= sha384-6fsK4mT0rrLedDs0PgvBEDbFhJBSoQoAKVRMhi6ZRr2l3mfUhQivkHuGS7Uapien sha512-Bbt3ha4Gx1AGwL0klo45fDk7LjRSfdlCCknu0f9Cvd9SYYsCVLTwxVRX1eImVxolN74TfnCf6vCCCEyYHKQUFg==",
|
|
19
|
+
"hashes": {
|
|
20
|
+
"sha256": "C1mTMyYenVm3qD7ubyjIh8EmklBcCa334Q8gk5ZI7Zw=",
|
|
21
|
+
"sha384": "6fsK4mT0rrLedDs0PgvBEDbFhJBSoQoAKVRMhi6ZRr2l3mfUhQivkHuGS7Uapien",
|
|
22
|
+
"sha512": "Bbt3ha4Gx1AGwL0klo45fDk7LjRSfdlCCknu0f9Cvd9SYYsCVLTwxVRX1eImVxolN74TfnCf6vCCCEyYHKQUFg=="
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript Web SDK - Basic, 2.8.0-nightly.2204-
|
|
2
|
+
* Application Insights JavaScript Web SDK - Basic, 2.8.0-nightly.2204-06
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1467,7 +1467,7 @@
|
|
|
1467
1467
|
}
|
|
1468
1468
|
|
|
1469
1469
|
var _objDefineProperty = ObjDefineProperty;
|
|
1470
|
-
var version = "2.8.0-nightly.2204-
|
|
1470
|
+
var version = "2.8.0-nightly.2204-06";
|
|
1471
1471
|
var instanceName = "." + newId(6);
|
|
1472
1472
|
var _dataUid = 0;
|
|
1473
1473
|
function _createAccessor(target, prop, value) {
|
|
@@ -4926,7 +4926,7 @@
|
|
|
4926
4926
|
}
|
|
4927
4927
|
}
|
|
4928
4928
|
var EnvelopeCreator = {
|
|
4929
|
-
Version: "2.8.0-nightly.2204-
|
|
4929
|
+
Version: "2.8.0-nightly.2204-06"
|
|
4930
4930
|
};
|
|
4931
4931
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
4932
4932
|
EnvelopeCreatorInit(logger, telemetryItem);
|
|
@@ -6140,4 +6140,4 @@
|
|
|
6140
6140
|
(function(obj, prop, descriptor) { /* ai_es3_polyfil defineProperty */ var func = Object["defineProperty"]; if (func) { try { return func(obj, prop, descriptor); } catch(e) { /* IE8 defines defineProperty, but will throw */ } } if (descriptor && typeof descriptor.value !== undefined) { obj[prop] = descriptor.value; } return obj; })(exports, '__esModule', { value: true });
|
|
6141
6141
|
|
|
6142
6142
|
}));
|
|
6143
|
-
//# sourceMappingURL=aib.2.8.0-nightly.2204-
|
|
6143
|
+
//# sourceMappingURL=aib.2.8.0-nightly.2204-06.js.map
|