@microsoft/applicationinsights-teechannel-js 3.3.5-nightly3.2501-06 → 3.3.5-nightly3.2501-08
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/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.cjs.js → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.cjs.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.cjs.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.cjs.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.cjs.min.js → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.cjs.min.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.cjs.min.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.cjs.min.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.gbl.js → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.gbl.js} +5 -5
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.gbl.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.gbl.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.gbl.min.js → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.gbl.min.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.gbl.min.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.gbl.min.js.map} +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.integrity.json +66 -0
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.js → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.js} +5 -5
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.min.js → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.min.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.min.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2501-08.min.js.map} +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.cjs.js +2 -2
- package/browser/es5/applicationinsights-teechannel-js.3.cjs.js.map +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.cjs.min.js +2 -2
- package/browser/es5/applicationinsights-teechannel-js.3.cjs.min.js.map +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.gbl.js +4 -4
- package/browser/es5/applicationinsights-teechannel-js.3.gbl.js.map +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.gbl.min.js +2 -2
- package/browser/es5/applicationinsights-teechannel-js.3.gbl.min.js.map +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.integrity.json +25 -25
- package/browser/es5/applicationinsights-teechannel-js.3.js +4 -4
- package/browser/es5/applicationinsights-teechannel-js.3.js.map +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.min.js +2 -2
- package/browser/es5/applicationinsights-teechannel-js.3.min.js.map +1 -1
- package/dist/es5/applicationinsights-teechannel-js.js +2 -2
- package/dist/es5/applicationinsights-teechannel-js.js.map +1 -1
- package/dist/es5/applicationinsights-teechannel-js.min.js +2 -2
- package/dist/es5/applicationinsights-teechannel-js.min.js.map +1 -1
- package/dist-es5/ChannelController.js +1 -1
- package/dist-es5/Interfaces/ITeeChannelConfig.js +1 -1
- package/dist-es5/TeeChannel.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/applicationinsights-teechannel-js.js +1 -1
- package/package.json +9 -6
- package/types/applicationinsights-teechannel-js.d.ts +1 -1
- package/types/applicationinsights-teechannel-js.namespaced.d.ts +6 -6
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.integrity.json +0 -66
package/dist-es5/TeeChannel.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/applicationinsights-teechannel-js",
|
|
3
|
-
"version": "3.3.5-nightly3.2501-
|
|
3
|
+
"version": "3.3.5-nightly3.2501-08",
|
|
4
4
|
"description": "Microsoft Application Insights JavaScript SDK Tee Channel",
|
|
5
5
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
6
|
"author": "Microsoft Application Insights Team",
|
|
@@ -8,7 +8,10 @@
|
|
|
8
8
|
"module": "dist-es5/applicationinsights-teechannel-js.js",
|
|
9
9
|
"types": "types/applicationinsights-teechannel-js.d.ts",
|
|
10
10
|
"sideEffects": false,
|
|
11
|
-
"repository":
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/tee-channel-js"
|
|
14
|
+
},
|
|
12
15
|
"scripts": {
|
|
13
16
|
"clean": "git clean -xdf",
|
|
14
17
|
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
|
|
@@ -55,10 +58,10 @@
|
|
|
55
58
|
"dependencies": {
|
|
56
59
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
57
60
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
58
|
-
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2501-
|
|
59
|
-
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2501-
|
|
60
|
-
"@nevware21/ts-utils": ">= 0.11.
|
|
61
|
-
"@nevware21/ts-async": ">= 0.5.
|
|
61
|
+
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2501-08",
|
|
62
|
+
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2501-08",
|
|
63
|
+
"@nevware21/ts-utils": ">= 0.11.6 < 2.x",
|
|
64
|
+
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
|
|
62
65
|
},
|
|
63
66
|
"license": "MIT",
|
|
64
67
|
"publishConfig": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2501-
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2501-08
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2501-
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2501-08
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1042,8 +1042,8 @@ declare namespace ApplicationInsights {
|
|
|
1042
1042
|
*/
|
|
1043
1043
|
enablePerfMgr?: boolean;
|
|
1044
1044
|
/**
|
|
1045
|
-
* [Optional] Callback function that will be called to create a the IPerfManager instance when required and
|
|
1046
|
-
* is enabled, this enables you to override the default creation of a PerfManager() without needing to
|
|
1045
|
+
* [Optional] Callback function that will be called to create a the IPerfManager instance when required and `enablePerfMgr`
|
|
1046
|
+
* is enabled, this enables you to override the default creation of a PerfManager() without needing to `setPerfMgr()`
|
|
1047
1047
|
* after initialization.
|
|
1048
1048
|
*/
|
|
1049
1049
|
createPerfMgr?: (core: IAppInsightsCore, notificationManager: INotificationManager) => IPerfManager;
|
|
@@ -1263,7 +1263,7 @@ declare namespace ApplicationInsights {
|
|
|
1263
1263
|
throwInternal(severity: LoggingSeverity, msgId: _InternalMessageId, msg: string, properties?: Object, isUserAct?: boolean): void;
|
|
1264
1264
|
/**
|
|
1265
1265
|
* This will write a debug message to the console if possible
|
|
1266
|
-
* @param message -
|
|
1266
|
+
* @param message - The debug message
|
|
1267
1267
|
*/
|
|
1268
1268
|
debugToConsole?(message: string): void;
|
|
1269
1269
|
/**
|
|
@@ -1411,7 +1411,7 @@ declare namespace ApplicationInsights {
|
|
|
1411
1411
|
/**
|
|
1412
1412
|
* Identifies configuration override values when given feature is enabled
|
|
1413
1413
|
* NOTE: should use flat string for fields, for example, if you want to set value for extensionConfig.Ananlytics.disableAjaxTrackig in configurations,
|
|
1414
|
-
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: {["extensionConfig.Analytics.disableAjaxTrackig"]:1}
|
|
1414
|
+
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: \{["extensionConfig.Analytics.disableAjaxTrackig"]:1\}
|
|
1415
1415
|
* Default: undefined
|
|
1416
1416
|
*/
|
|
1417
1417
|
onCfg?: {
|
|
@@ -1420,7 +1420,7 @@ declare namespace ApplicationInsights {
|
|
|
1420
1420
|
/**
|
|
1421
1421
|
* Identifies configuration override values when given feature is disabled
|
|
1422
1422
|
* NOTE: should use flat string for fields, for example, if you want to set value for extensionConfig.Ananlytics.disableAjaxTrackig in configurations,
|
|
1423
|
-
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: {["extensionConfig.Analytics.disableAjaxTrackig"]:1}
|
|
1423
|
+
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: \{["extensionConfig.Analytics.disableAjaxTrackig"]:1\}
|
|
1424
1424
|
* Default: undefined
|
|
1425
1425
|
*/
|
|
1426
1426
|
offCfg?: {
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "applicationinsights-teechannel-js",
|
|
3
|
-
"version": "3.3.5-nightly3.2501-06",
|
|
4
|
-
"ext": {
|
|
5
|
-
"@cjs.js": {
|
|
6
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.cjs.js",
|
|
7
|
-
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-k2tP/2KbpCjEbNtTf2N758jA6BfvpR/JCdyM37rHYpI= sha384-t+72FTa0Lgl5ZfdzE9WZxud4Ivg6u5HTskSlf6JPn/gMP90kw96+GXR2d+ujnKDS sha512-W3nuaSHXRm30+H4MfN2LBYfx88jiMAXp1AkZ1ZLTrc7E0Q2Q0h07B29LvEQXSDjTaN16VNIkFfYS422UfCaQBA==",
|
|
9
|
-
"hashes": {
|
|
10
|
-
"sha256": "k2tP/2KbpCjEbNtTf2N758jA6BfvpR/JCdyM37rHYpI=",
|
|
11
|
-
"sha384": "t+72FTa0Lgl5ZfdzE9WZxud4Ivg6u5HTskSlf6JPn/gMP90kw96+GXR2d+ujnKDS",
|
|
12
|
-
"sha512": "W3nuaSHXRm30+H4MfN2LBYfx88jiMAXp1AkZ1ZLTrc7E0Q2Q0h07B29LvEQXSDjTaN16VNIkFfYS422UfCaQBA=="
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"@cjs.min.js": {
|
|
16
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.cjs.min.js",
|
|
17
|
-
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-UXzbiCMF1UI6I5/XnPSOCGlOSWSe7l5n89CNrmxou9c= sha384-VaukZXU01O1d0hSWrMKWDWM9rJg3CiEUERgvUw56ENwAlvBhROABVCx4aHwKoPps sha512-FEjG9qfy41xsQUXCqlVr6rWulsokACNBbIdtNvztVc0rhs6ra1pR+UjuJXE7iqm+sG+5i9zihj9jZplaVJ5PnQ==",
|
|
19
|
-
"hashes": {
|
|
20
|
-
"sha256": "UXzbiCMF1UI6I5/XnPSOCGlOSWSe7l5n89CNrmxou9c=",
|
|
21
|
-
"sha384": "VaukZXU01O1d0hSWrMKWDWM9rJg3CiEUERgvUw56ENwAlvBhROABVCx4aHwKoPps",
|
|
22
|
-
"sha512": "FEjG9qfy41xsQUXCqlVr6rWulsokACNBbIdtNvztVc0rhs6ra1pR+UjuJXE7iqm+sG+5i9zihj9jZplaVJ5PnQ=="
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"@gbl.js": {
|
|
26
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.gbl.js",
|
|
27
|
-
"type": "text/javascript; charset=utf-8",
|
|
28
|
-
"integrity": "sha256-tx4j0lgyL4jtNnddRYxV03mu27NIlxT5LOL8bMQWAok= sha384-HI2HKD7LjVDB3nT2JaC3sBkq1yeVbi6WxNgO3rlLZO4GT9o9JgqBSBN+VB5MHejz sha512-Nbc+/iP1xt2UdIq6Oub/qjXH0USxIAXjcZlzH+Y1Dv1Fw4KbRwuGfKb8vP0lh8YqldanDp1t9k/DTdVj1mpsXA==",
|
|
29
|
-
"hashes": {
|
|
30
|
-
"sha256": "tx4j0lgyL4jtNnddRYxV03mu27NIlxT5LOL8bMQWAok=",
|
|
31
|
-
"sha384": "HI2HKD7LjVDB3nT2JaC3sBkq1yeVbi6WxNgO3rlLZO4GT9o9JgqBSBN+VB5MHejz",
|
|
32
|
-
"sha512": "Nbc+/iP1xt2UdIq6Oub/qjXH0USxIAXjcZlzH+Y1Dv1Fw4KbRwuGfKb8vP0lh8YqldanDp1t9k/DTdVj1mpsXA=="
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"@gbl.min.js": {
|
|
36
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.gbl.min.js",
|
|
37
|
-
"type": "text/javascript; charset=utf-8",
|
|
38
|
-
"integrity": "sha256-CKwqhKV5dPSg3RbE1SPBpg5qx8Ql08p+Z7pfvGrYdXA= sha384-ZvwI1lz6WRpGdixVptVzrnJPQIUtdsGD42uLuvvtJQPrC+Wol5JFTbmhL1wyXYAR sha512-70dsPEu4AZuE4ENIeoRLH1jCkyalr6bRNQ7A3El0p9RKO3B0VjYDh++0UHHVXcUQwiti2UNPDHwhu+YAfjcNVw==",
|
|
39
|
-
"hashes": {
|
|
40
|
-
"sha256": "CKwqhKV5dPSg3RbE1SPBpg5qx8Ql08p+Z7pfvGrYdXA=",
|
|
41
|
-
"sha384": "ZvwI1lz6WRpGdixVptVzrnJPQIUtdsGD42uLuvvtJQPrC+Wol5JFTbmhL1wyXYAR",
|
|
42
|
-
"sha512": "70dsPEu4AZuE4ENIeoRLH1jCkyalr6bRNQ7A3El0p9RKO3B0VjYDh++0UHHVXcUQwiti2UNPDHwhu+YAfjcNVw=="
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"@js": {
|
|
46
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.js",
|
|
47
|
-
"type": "text/javascript; charset=utf-8",
|
|
48
|
-
"integrity": "sha256-v6lttVTxhp2P3tyqtO8hNOx4r3X5IxGPQWcaAR0XdLE= sha384-lQOF8s7EB83hm6u4CBa8uWNBlHz3HxspsFoSUWyGSNP/dG4COmi6A8x8fxZVUbOB sha512-YL2hEkVhfd7LCA6zjz1bEwAqmTew0ClC5Nvx1+eJtd1VPKE7jsX+6xpuz31XEpTUUqOjbQdWH7H1fRCdSU9eBw==",
|
|
49
|
-
"hashes": {
|
|
50
|
-
"sha256": "v6lttVTxhp2P3tyqtO8hNOx4r3X5IxGPQWcaAR0XdLE=",
|
|
51
|
-
"sha384": "lQOF8s7EB83hm6u4CBa8uWNBlHz3HxspsFoSUWyGSNP/dG4COmi6A8x8fxZVUbOB",
|
|
52
|
-
"sha512": "YL2hEkVhfd7LCA6zjz1bEwAqmTew0ClC5Nvx1+eJtd1VPKE7jsX+6xpuz31XEpTUUqOjbQdWH7H1fRCdSU9eBw=="
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"@min.js": {
|
|
56
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2501-06.min.js",
|
|
57
|
-
"type": "text/javascript; charset=utf-8",
|
|
58
|
-
"integrity": "sha256-9BPgIbjaCYwortwt/LlZ6PkQC68dGs7m6r3PfOI6DGk= sha384-IS1Kk7yxZwjFY8FL1Q6eCbzirpJbLcjnqHmuo5lJsjIXPH9L2IvZw65PqGS8Pq4o sha512-N3Oxxp5XebVHJyybTpHw8A4KSf0v4xMlETYAdrbRPYzK+dEs2Zi3jaq0l93AmAV7/YV9Y5HKsJJEplKF6sYXtQ==",
|
|
59
|
-
"hashes": {
|
|
60
|
-
"sha256": "9BPgIbjaCYwortwt/LlZ6PkQC68dGs7m6r3PfOI6DGk=",
|
|
61
|
-
"sha384": "IS1Kk7yxZwjFY8FL1Q6eCbzirpJbLcjnqHmuo5lJsjIXPH9L2IvZw65PqGS8Pq4o",
|
|
62
|
-
"sha512": "N3Oxxp5XebVHJyybTpHw8A4KSf0v4xMlETYAdrbRPYzK+dEs2Zi3jaq0l93AmAV7/YV9Y5HKsJJEplKF6sYXtQ=="
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|