@microsoft/applicationinsights-properties-js 2.8.0-nightly.2204-06 → 2.8.0-nightly.2204-09
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-properties-js.integrity.json +9 -9
- package/browser/applicationinsights-properties-js.js +7 -7
- package/browser/applicationinsights-properties-js.js.map +1 -1
- package/browser/applicationinsights-properties-js.min.js +2 -2
- package/browser/applicationinsights-properties-js.min.js.map +1 -1
- package/dist/applicationinsights-properties-js.d.ts +1 -1
- package/dist/applicationinsights-properties-js.js +7 -7
- package/dist/applicationinsights-properties-js.js.map +1 -1
- package/dist/applicationinsights-properties-js.min.js +2 -2
- package/dist/applicationinsights-properties-js.min.js.map +1 -1
- package/dist/applicationinsights-properties-js.rollup.d.ts +1 -1
- package/dist-esm/Context/Application.js +1 -1
- package/dist-esm/Context/Device.js +1 -1
- package/dist-esm/Context/Internal.js +2 -2
- package/dist-esm/Context/Internal.js.map +1 -1
- package/dist-esm/Context/Location.js +1 -1
- package/dist-esm/Context/Session.js +1 -1
- package/dist-esm/Context/TelemetryTrace.js +1 -1
- package/dist-esm/Context/User.js +1 -1
- package/dist-esm/Interfaces/IPropTelemetryContext.js +1 -1
- package/dist-esm/Interfaces/ITelemetryConfig.js +1 -1
- package/dist-esm/PropertiesPlugin.js +1 -1
- package/dist-esm/TelemetryContext.js +1 -1
- package/dist-esm/applicationinsights-properties-js.js +1 -1
- package/package.json +3 -3
- package/src/Context/Internal.ts +1 -1
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-properties-js",
|
|
3
|
-
"version": "2.8.0-nightly.2204-
|
|
3
|
+
"version": "2.8.0-nightly.2204-09",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@js": {
|
|
6
6
|
"file": "applicationinsights-properties-js.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256
|
|
8
|
+
"integrity": "sha256-//pisxPTMj8E5K4wH0IjfhDDqcTFCxYA0/E49mUlh6Y= sha384-wO7kVtg8i7ifGEmUhRxvY3/twZI6pkSCLKDl2eHWS9LJZAX1r4uP7++M27w8ST5m sha512-x/kB1cdQ1TA5UvYpyMXg548hGTnZbPBmWYlEgmLIRo/ycaxw53iNCmyZDf2cVRDWmVXGA4ZKW42jVo/VbqLhcA==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "//pisxPTMj8E5K4wH0IjfhDDqcTFCxYA0/E49mUlh6Y=",
|
|
11
|
+
"sha384": "wO7kVtg8i7ifGEmUhRxvY3/twZI6pkSCLKDl2eHWS9LJZAX1r4uP7++M27w8ST5m",
|
|
12
|
+
"sha512": "x/kB1cdQ1TA5UvYpyMXg548hGTnZbPBmWYlEgmLIRo/ycaxw53iNCmyZDf2cVRDWmVXGA4ZKW42jVo/VbqLhcA=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@min.js": {
|
|
16
16
|
"file": "applicationinsights-properties-js.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-Ga2xovbZZ/4rZvrbFAf8WW2JsIuXjjNUWGibcCgcVsg= sha384-OX4r0v6JYQrT2pqv2izuM4iP4oY98BQKYQSmsQ8Yg5b0ItVMwL+D7CiqCB9QjAS7 sha512-K252r3Px24Ks7MFWE4zQDUn5eN9V4zhbbOh2qU4m6fFeK0sYT3TOof0ox+DWGcaW/bztds1YADKlgz3ccq5uuA==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "Ga2xovbZZ/4rZvrbFAf8WW2JsIuXjjNUWGibcCgcVsg=",
|
|
21
|
+
"sha384": "OX4r0v6JYQrT2pqv2izuM4iP4oY98BQKYQSmsQ8Yg5b0ItVMwL+D7CiqCB9QjAS7",
|
|
22
|
+
"sha512": "K252r3Px24Ks7MFWE4zQDUn5eN9V4zhbbOh2qU4m6fFeK0sYT3TOof0ox+DWGcaW/bztds1YADKlgz3ccq5uuA=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Properties Plugin, 2.8.0-nightly.2204-
|
|
2
|
+
* Application Insights JavaScript SDK - Properties Plugin, 2.8.0-nightly.2204-09
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
}
|
|
1166
1166
|
|
|
1167
1167
|
var _objDefineProperty = ObjDefineProperty;
|
|
1168
|
-
var version = "2.8.0-nightly.2204-
|
|
1168
|
+
var version = "2.8.0-nightly.2204-09";
|
|
1169
1169
|
var instanceName = "." + newId(6);
|
|
1170
1170
|
var _dataUid = 0;
|
|
1171
1171
|
function _createAccessor(target, prop, value) {
|
|
@@ -2164,11 +2164,11 @@
|
|
|
2164
2164
|
if (isNullOrUndefined(getGlobal())) {
|
|
2165
2165
|
return null;
|
|
2166
2166
|
}
|
|
2167
|
-
var uid = new Date;
|
|
2167
|
+
var uid = (new Date).toString();
|
|
2168
2168
|
var storage = getGlobalInst(storageType === StorageType.LocalStorage ? "localStorage" : "sessionStorage");
|
|
2169
|
-
storage.setItem(uid
|
|
2170
|
-
var fail = storage.getItem(uid
|
|
2171
|
-
storage.removeItem(uid
|
|
2169
|
+
storage.setItem(uid, uid);
|
|
2170
|
+
var fail = storage.getItem(uid) !== uid;
|
|
2171
|
+
storage.removeItem(uid);
|
|
2172
2172
|
if (!fail) {
|
|
2173
2173
|
return storage;
|
|
2174
2174
|
}
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
return Device;
|
|
2500
2500
|
}());
|
|
2501
2501
|
|
|
2502
|
-
var Version = "2.8.0-nightly.2204-
|
|
2502
|
+
var Version = "2.8.0-nightly.2204-09";
|
|
2503
2503
|
var Internal = /** @class */ (function () {
|
|
2504
2504
|
function Internal(config) {
|
|
2505
2505
|
this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;
|