@microsoft/applicationinsights-channel-js 2.8.0-beta.2203-05 → 2.8.0-beta.2203-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-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.8.0-beta.2203-
|
|
3
|
+
"version": "2.8.0-beta.2203-06",
|
|
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-Tt0m8y1ITQz7bpHmMCEOewaWet+ggEbXYyNvON7fB+0= sha384-fvaINYQCtyL3pYUzV+zP2aoe926VX6GP8ur0IKzijHKYbwhb8i5ufc0r0yXhX1kI sha512-uo/J3BIWtK/BjMKSYcvQMWF1FAVUL/ViZ2fLg45+GMRtdEy/8noII+op4Ks2pSwR8sy5BtqN1/SukripwOH5LQ==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "Tt0m8y1ITQz7bpHmMCEOewaWet+ggEbXYyNvON7fB+0=",
|
|
11
|
+
"sha384": "fvaINYQCtyL3pYUzV+zP2aoe926VX6GP8ur0IKzijHKYbwhb8i5ufc0r0yXhX1kI",
|
|
12
|
+
"sha512": "uo/J3BIWtK/BjMKSYcvQMWF1FAVUL/ViZ2fLg45+GMRtdEy/8noII+op4Ks2pSwR8sy5BtqN1/SukripwOH5LQ=="
|
|
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-L6HkidvpidtvLayKoT21rGtxHRw7TWaFhL10cCLqmmY= sha384-xFk0iLu8Jo+6nieI1kaFk/w0zXaROZqgN1hk/71GOrF7zWOMpw+kx4hC3qD4aWS1 sha512-F/NAAeFkSLj9GgtTeH79Nh4c53hRucff4IBYGNixpt8lsenxvnT6UZJh+VGeRB1ZiIvrvLTVPSBgKp3WXvODNw==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "L6HkidvpidtvLayKoT21rGtxHRw7TWaFhL10cCLqmmY=",
|
|
21
|
+
"sha384": "xFk0iLu8Jo+6nieI1kaFk/w0zXaROZqgN1hk/71GOrF7zWOMpw+kx4hC3qD4aWS1",
|
|
22
|
+
"sha512": "F/NAAeFkSLj9GgtTeH79Nh4c53hRucff4IBYGNixpt8lsenxvnT6UZJh+VGeRB1ZiIvrvLTVPSBgKp3WXvODNw=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Channel, 2.8.0-beta.2203-
|
|
2
|
+
* Application Insights JavaScript SDK - Channel, 2.8.0-beta.2203-06
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -3586,7 +3586,7 @@
|
|
|
3586
3586
|
}
|
|
3587
3587
|
}
|
|
3588
3588
|
var EnvelopeCreator = {
|
|
3589
|
-
Version: "2.8.0-beta.2203-
|
|
3589
|
+
Version: "2.8.0-beta.2203-06"
|
|
3590
3590
|
};
|
|
3591
3591
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
3592
3592
|
EnvelopeCreatorInit(logger, telemetryItem);
|