@microsoft/applicationinsights-dependencies-js 2.7.2-nightly.2111-13 → 2.7.2-nightly.2111-14
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 +1 -1
- package/browser/applicationinsights-dependencies-js.min.js.map +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 +1 -1
- 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
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-dependencies-js",
|
|
3
|
-
"version": "2.7.2-nightly.2111-
|
|
3
|
+
"version": "2.7.2-nightly.2111-14",
|
|
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-1jMMAR3XULLsHPUk7FujCdpD//nk0ohIZlSkEQ6nDJY= sha384-L/kySRZqB1ac6BFtbmC3Wym6j1tgakEbfGKgLpE46Fma/HaWRUVVzGtauxgbk3xN sha512-bAF+KZaMiOgPU4a71E6q2oo4xCdKje7dP+Hu+Pl6Wlw1DLZMu7B6/dctHEt5IycUmg2Rl/6HkBO/L+qdw1ytjg==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "1jMMAR3XULLsHPUk7FujCdpD//nk0ohIZlSkEQ6nDJY=",
|
|
11
|
+
"sha384": "L/kySRZqB1ac6BFtbmC3Wym6j1tgakEbfGKgLpE46Fma/HaWRUVVzGtauxgbk3xN",
|
|
12
|
+
"sha512": "bAF+KZaMiOgPU4a71E6q2oo4xCdKje7dP+Hu+Pl6Wlw1DLZMu7B6/dctHEt5IycUmg2Rl/6HkBO/L+qdw1ytjg=="
|
|
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-jk+Pu17leaQC7XAbjO00bK5TSDgs7936x1wweodZ2Us= sha384-wYwMFQ+LQVeED4B/SeEm0NOkBhIZ/4gdE2mJwSMA/EthZIlROsov7YY4vkTQqYj5 sha512-bQ9Vk5prMxNGUXjBHp6uPiu2D2nOuBWFtLA9/4iFcCsit8ZeJe6ejt/3W8Vw3T9ErWtp633Swk1qYREm1GDong==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "jk+Pu17leaQC7XAbjO00bK5TSDgs7936x1wweodZ2Us=",
|
|
21
|
+
"sha384": "wYwMFQ+LQVeED4B/SeEm0NOkBhIZ/4gdE2mJwSMA/EthZIlROsov7YY4vkTQqYj5",
|
|
22
|
+
"sha512": "bQ9Vk5prMxNGUXjBHp6uPiu2D2nOuBWFtLA9/4iFcCsit8ZeJe6ejt/3W8Vw3T9ErWtp633Swk1qYREm1GDong=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 2.7.2-nightly.2111-
|
|
2
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 2.7.2-nightly.2111-14
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|