@microsoft/applicationinsights-dependencies-js 3.0.0-beta.2208-18 → 3.0.0-beta.2208-19
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 +2 -2
- 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.d.ts +1 -1
- package/dist/applicationinsights-dependencies-js.js +2 -2
- 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/DependencyListener.js +1 -1
- package/dist-esm/InternalConstants.js +1 -1
- package/dist-esm/__DynamicConstants.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": "3.0.0-beta.2208-
|
|
3
|
+
"version": "3.0.0-beta.2208-19",
|
|
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-YBPmm/CG68izP5xHmpWgmaoNJO5iQHUnRUTAHd32ysc= sha384-pRYsRXGuN03RS/NLme4xsNnOlQbvlp0wCADQMoKgnTZAr8aaneR6qEemIGSvSE9l sha512-adrkMlKjfa93uOrlhanXbrSl5RRf1zwyNOACQ6o+ZRgXs72bQ8jy9D2AYHGvO1y4UQx9V84U3ayNu/o1QErblQ==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "YBPmm/CG68izP5xHmpWgmaoNJO5iQHUnRUTAHd32ysc=",
|
|
11
|
+
"sha384": "pRYsRXGuN03RS/NLme4xsNnOlQbvlp0wCADQMoKgnTZAr8aaneR6qEemIGSvSE9l",
|
|
12
|
+
"sha512": "adrkMlKjfa93uOrlhanXbrSl5RRf1zwyNOACQ6o+ZRgXs72bQ8jy9D2AYHGvO1y4UQx9V84U3ayNu/o1QErblQ=="
|
|
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-evXrS9frP1yLL9nQG5VnTm+qVHwrKAFT+eOrE0xgwTU= sha384-y3WGgWESqjllGa2yA7Lg09mEmPp0GLXUlN3BCoR+VQTHOQI5o8kLWRzGi1M4SEHn sha512-kkgdV/2BIvjbGnViQnLsGi6uv5QHXBn3rJI+D+WVlJWoUIEgwxPC1fbFN6jr35xpZo11kiERWhdxw7yHpYWOUQ==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "evXrS9frP1yLL9nQG5VnTm+qVHwrKAFT+eOrE0xgwTU=",
|
|
21
|
+
"sha384": "y3WGgWESqjllGa2yA7Lg09mEmPp0GLXUlN3BCoR+VQTHOQI5o8kLWRzGi1M4SEHn",
|
|
22
|
+
"sha512": "kkgdV/2BIvjbGnViQnLsGi6uv5QHXBn3rJI+D+WVlJWoUIEgwxPC1fbFN6jr35xpZo11kiERWhdxw7yHpYWOUQ=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 3.0.0-beta.2208-
|
|
2
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 3.0.0-beta.2208-19
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1314,7 +1314,7 @@
|
|
|
1314
1314
|
}
|
|
1315
1315
|
|
|
1316
1316
|
var _objDefineProperty = ObjDefineProperty;
|
|
1317
|
-
var version = "3.0.0-beta.2208-
|
|
1317
|
+
var version = "3.0.0-beta.2208-19";
|
|
1318
1318
|
var instanceName = "." + newId(6);
|
|
1319
1319
|
var _dataUid = 0;
|
|
1320
1320
|
function _createAccessor(target, prop, value) {
|