@microsoft/applicationinsights-channel-js 2.7.2-nightly.2111-22 → 2.7.2-nightly.2112-01
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-channel-js.integrity.json +9 -9
- package/browser/applicationinsights-channel-js.js +2 -2
- package/browser/applicationinsights-channel-js.js.map +1 -1
- package/browser/applicationinsights-channel-js.min.js +2 -2
- package/browser/applicationinsights-channel-js.min.js.map +1 -1
- package/dist/applicationinsights-channel-js.d.ts +1 -1
- package/dist/applicationinsights-channel-js.js +2 -2
- package/dist/applicationinsights-channel-js.js.map +1 -1
- package/dist/applicationinsights-channel-js.min.js +2 -2
- package/dist/applicationinsights-channel-js.min.js.map +1 -1
- package/dist/applicationinsights-channel-js.rollup.d.ts +1 -1
- package/dist-esm/EnvelopeCreator.js +2 -2
- package/dist-esm/EnvelopeCreator.js.map +1 -1
- package/dist-esm/Interfaces.js +1 -1
- package/dist-esm/Offline.js +1 -1
- package/dist-esm/SendBuffer.js +1 -1
- package/dist-esm/Sender.js +1 -1
- package/dist-esm/Serializer.js +1 -1
- package/dist-esm/TelemetryProcessors/Sample.js +1 -1
- package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js +1 -1
- package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js +1 -1
- package/dist-esm/applicationinsights-channel-js.js +1 -1
- package/package.json +3 -3
- package/src/EnvelopeCreator.ts +1 -1
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-channel-js",
|
|
3
|
-
"version": "2.7.2-nightly.
|
|
3
|
+
"version": "2.7.2-nightly.2112-01",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@js": {
|
|
6
6
|
"file": "applicationinsights-channel-js.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-
|
|
8
|
+
"integrity": "sha256-1Q29XHz9aNWMt3GABJXzltOg6JzH/sP5UVvLTr1oAT8= sha384-uHtEUUbEfdZLXaErfnUAGPtW0cBt0hlhYSrbHgUUIIZoNAWb9V0o9fVlhaoy8mS4 sha512-WcIpDz9zt36x4BXDji70b5h95l9eyjdwL5yBWYvVI5DCKkXtrTB7gp2rgeNWEG/eo+HAvVIZbYlOvvjCF+xjXw==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "1Q29XHz9aNWMt3GABJXzltOg6JzH/sP5UVvLTr1oAT8=",
|
|
11
|
+
"sha384": "uHtEUUbEfdZLXaErfnUAGPtW0cBt0hlhYSrbHgUUIIZoNAWb9V0o9fVlhaoy8mS4",
|
|
12
|
+
"sha512": "WcIpDz9zt36x4BXDji70b5h95l9eyjdwL5yBWYvVI5DCKkXtrTB7gp2rgeNWEG/eo+HAvVIZbYlOvvjCF+xjXw=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@min.js": {
|
|
16
16
|
"file": "applicationinsights-channel-js.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-9eUroHfMUBRap9j8Bb67llPdebhnTM9L5x8YrNJrrm4= sha384-KzML1cU7CSOFHdVcmlfqtkJh5HJsa5Dd5t/RPk0/dsxqVkpecE4TMZwLKxbNetFY sha512-AJFoR0SCtUzMeiczHxd5U/6vncXNw1r6DjB2g6vBomnoVfNNMBTDe9IBcheej37fHZUWPKBLoNiHPcdQ7tJGGQ==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "9eUroHfMUBRap9j8Bb67llPdebhnTM9L5x8YrNJrrm4=",
|
|
21
|
+
"sha384": "KzML1cU7CSOFHdVcmlfqtkJh5HJsa5Dd5t/RPk0/dsxqVkpecE4TMZwLKxbNetFY",
|
|
22
|
+
"sha512": "AJFoR0SCtUzMeiczHxd5U/6vncXNw1r6DjB2g6vBomnoVfNNMBTDe9IBcheej37fHZUWPKBLoNiHPcdQ7tJGGQ=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Channel, 2.7.2-nightly.
|
|
2
|
+
* Application Insights JavaScript SDK - Channel, 2.7.2-nightly.2112-01
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -2830,7 +2830,7 @@
|
|
|
2830
2830
|
}
|
|
2831
2831
|
}
|
|
2832
2832
|
var EnvelopeCreator = {
|
|
2833
|
-
Version: "2.7.2-nightly.
|
|
2833
|
+
Version: "2.7.2-nightly.2112-01"
|
|
2834
2834
|
};
|
|
2835
2835
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
2836
2836
|
EnvelopeCreatorInit(logger, telemetryItem);
|