@microsoft/applicationinsights-dependencies-js 2.7.2-nightly.2112-05 → 2.7.2-nightly.2112-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/applicationinsights-dependencies-js.integrity.json +9 -9
- package/browser/applicationinsights-dependencies-js.js +1 -1
- package/browser/applicationinsights-dependencies-js.js.map +1 -1
- package/browser/applicationinsights-dependencies-js.min.js +2 -2
- package/browser/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.api.json +1 -1
- package/dist/applicationinsights-dependencies-js.d.ts +1 -1
- package/dist/applicationinsights-dependencies-js.js +1 -1
- package/dist/applicationinsights-dependencies-js.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.min.js +2 -2
- package/dist/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.rollup.d.ts +1 -1
- package/dist-esm/TraceParent.js +1 -1
- package/dist-esm/ajax.js +1 -1
- package/dist-esm/ajaxRecord.js +1 -1
- package/dist-esm/ajaxUtils.js +1 -1
- package/dist-esm/applicationinsights-dependencies-js.js +1 -1
- package/package.json +3 -3
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-dependencies-js",
|
|
3
|
-
"version": "2.7.2-nightly.2112-
|
|
3
|
+
"version": "2.7.2-nightly.2112-06",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@js": {
|
|
6
6
|
"file": "applicationinsights-dependencies-js.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-
|
|
8
|
+
"integrity": "sha256-SqrxQ+Zc+mz92T0NMBuux1inm8SK5urGpSZ2/MDC6w8= sha384-cxBlUjvw8b+RDj7KuFY31mWoyXCGP4h5J86VN5uMBPYGbRqZqRjWfJKo/qcwMDok sha512-DxvnyXInE7TE3F0kaYnxMjMy2143mLGe34uv1pqQqeK47qaaLq4tSPDhv9xb+xZjkHpJdUKnq91VAhcXPk/T4w==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "SqrxQ+Zc+mz92T0NMBuux1inm8SK5urGpSZ2/MDC6w8=",
|
|
11
|
+
"sha384": "cxBlUjvw8b+RDj7KuFY31mWoyXCGP4h5J86VN5uMBPYGbRqZqRjWfJKo/qcwMDok",
|
|
12
|
+
"sha512": "DxvnyXInE7TE3F0kaYnxMjMy2143mLGe34uv1pqQqeK47qaaLq4tSPDhv9xb+xZjkHpJdUKnq91VAhcXPk/T4w=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@min.js": {
|
|
16
16
|
"file": "applicationinsights-dependencies-js.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-LnsuCoKNDjfJSnk+rL44pJSTDSN40qvfZC0caVgx73Y= sha384-JB+RGRD8n11q60KbExtPFm7bZeERkmbku+XPRO+Z51BkAUmJku7q2CKlBeB91bAm sha512-7hSXaK8tJQlxy3bhG4qSU5QijEH0l3aO1L2U1jTYirGL+xfPLTcUwADXiW00avygI25adILqsKScFhW4EIOVnw==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "LnsuCoKNDjfJSnk+rL44pJSTDSN40qvfZC0caVgx73Y=",
|
|
21
|
+
"sha384": "JB+RGRD8n11q60KbExtPFm7bZeERkmbku+XPRO+Z51BkAUmJku7q2CKlBeB91bAm",
|
|
22
|
+
"sha512": "7hSXaK8tJQlxy3bhG4qSU5QijEH0l3aO1L2U1jTYirGL+xfPLTcUwADXiW00avygI25adILqsKScFhW4EIOVnw=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 2.7.2-nightly.2112-
|
|
2
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 2.7.2-nightly.2112-06
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|