@microsoft/applicationinsights-dependencies-js 2.7.4 → 2.7.5-nightly.2203-02
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 +60 -57
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-dependencies-js",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.5-nightly.2203-02",
|
|
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-vhjhZFJuWneeUM/pNhZ9cRHbHsJ7eUgLmkL8wK2Vp9U= sha384-MahgiNfmWP8uQ5KDi4G6JYOw2jrH8ppv/IaUZ6KmcWSUGPae3rgmQXCZa5K3YR7q sha512-ZutX1EmNitw0mrEz5W+cYBm6cNh9b6FeTeOaWjaSsbRS3Yu61n3BnaQUCL6SgekanILArAKG+U/IwElcQ2IHVA==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "vhjhZFJuWneeUM/pNhZ9cRHbHsJ7eUgLmkL8wK2Vp9U=",
|
|
11
|
+
"sha384": "MahgiNfmWP8uQ5KDi4G6JYOw2jrH8ppv/IaUZ6KmcWSUGPae3rgmQXCZa5K3YR7q",
|
|
12
|
+
"sha512": "ZutX1EmNitw0mrEz5W+cYBm6cNh9b6FeTeOaWjaSsbRS3Yu61n3BnaQUCL6SgekanILArAKG+U/IwElcQ2IHVA=="
|
|
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-3osB8YHW5P2Y0ejQv2lbalGh2qONVxgi3xx/dhiOPGE= sha384-T0ftuspSYpGg3ZPqY/03umBa0aTb73ZjwG1QuzbMvFu3RrcwpYQqrikJyqHwhuUK sha512-K0ZXHtDRdw+oB1J3vWberXwizkA2AcsjlgSFDWNI2wI+Z/R8oh8RP0JDKPaqHAvHOrWzCvJQ5klkpkWU544E3w==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "/
|
|
20
|
+
"sha256": "3osB8YHW5P2Y0ejQv2lbalGh2qONVxgi3xx/dhiOPGE=",
|
|
21
|
+
"sha384": "T0ftuspSYpGg3ZPqY/03umBa0aTb73ZjwG1QuzbMvFu3RrcwpYQqrikJyqHwhuUK",
|
|
22
|
+
"sha512": "K0ZXHtDRdw+oB1J3vWberXwizkA2AcsjlgSFDWNI2wI+Z/R8oh8RP0JDKPaqHAvHOrWzCvJQ5klkpkWU544E3w=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|