@microsoft/applicationinsights-teechannel-js 3.3.5-nightly3.2411-11 → 3.3.5-nightly3.2411-13
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.2411-11.cjs.js → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.cjs.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.cjs.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.cjs.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.cjs.min.js → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.cjs.min.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.cjs.min.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.cjs.min.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.gbl.js → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.gbl.js} +5 -5
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.gbl.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.gbl.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.gbl.min.js → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.gbl.min.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.gbl.min.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.gbl.min.js.map} +1 -1
- package/browser/es5/applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.integrity.json +66 -0
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.js → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.js} +5 -5
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.js.map} +1 -1
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.min.js → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.min.js} +3 -3
- package/browser/es5/{applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.min.js.map → applicationinsights-teechannel-js.3.3.5-nightly3.2411-13.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 +3 -3
- 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.2411-11.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.2411-
|
|
3
|
+
"version": "3.3.5-nightly3.2411-13",
|
|
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",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
57
57
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
58
|
-
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2411-
|
|
59
|
-
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2411-
|
|
58
|
+
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2411-13",
|
|
59
|
+
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2411-13",
|
|
60
60
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x",
|
|
61
61
|
"@nevware21/ts-async": ">= 0.5.2 < 2.x"
|
|
62
62
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2411-
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2411-13
|
|
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.2411-
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK Tee Channel, 3.3.5-nightly3.2411-13
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -362,7 +362,7 @@ declare namespace ApplicationInsights {
|
|
|
362
362
|
* @param unloadComplete - An optional callback that will be called once the unload has completed
|
|
363
363
|
* @param cbTimeout - An optional timeout to wait for any flush operations to complete before proceeding with the
|
|
364
364
|
* unload. Defaults to 5 seconds.
|
|
365
|
-
* @
|
|
365
|
+
* @returns Nothing or if occurring asynchronously a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
366
366
|
* which will be resolved once the unload is complete, the [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
367
367
|
* will only be returned when no callback is provided and isAsync is true
|
|
368
368
|
*/
|
|
@@ -1188,7 +1188,7 @@ declare namespace ApplicationInsights {
|
|
|
1188
1188
|
* Unload and remove any state that this ICookieMgr may be holding, this is generally called when the
|
|
1189
1189
|
* owning SDK is being unloaded.
|
|
1190
1190
|
* @param isAsync - Can the unload be performed asynchronously (default)
|
|
1191
|
-
* @
|
|
1191
|
+
* @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
|
|
1192
1192
|
* the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
1193
1193
|
* / Promise to allow any listeners to wait for the operation to complete.
|
|
1194
1194
|
*/
|
|
@@ -1302,7 +1302,7 @@ declare namespace ApplicationInsights {
|
|
|
1302
1302
|
* Unload and remove any state that this IDiagnosticLogger may be holding, this is generally called when the
|
|
1303
1303
|
* owning SDK is being unloaded.
|
|
1304
1304
|
* @param isAsync - Can the unload be performed asynchronously (default)
|
|
1305
|
-
* @
|
|
1305
|
+
* @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
|
|
1306
1306
|
* the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
1307
1307
|
* / Promise to allow any listeners to wait for the operation to complete.
|
|
1308
1308
|
*/
|
|
@@ -1541,7 +1541,7 @@ declare namespace ApplicationInsights {
|
|
|
1541
1541
|
* Unload and remove any state that this INotificationListener may be holding, this is generally called when the
|
|
1542
1542
|
* owning Manager is being unloaded.
|
|
1543
1543
|
* @param isAsync - Can the unload be performed asynchronously (default)
|
|
1544
|
-
* @
|
|
1544
|
+
* @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
|
|
1545
1545
|
* the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
1546
1546
|
* / Promise to allow any listeners to wait for the operation to complete.
|
|
1547
1547
|
*/
|
|
@@ -1610,7 +1610,7 @@ declare namespace ApplicationInsights {
|
|
|
1610
1610
|
* Unload and remove any state that this INotificationManager may be holding, this is generally called when the
|
|
1611
1611
|
* owning SDK is being unloaded.
|
|
1612
1612
|
* @param isAsync - Can the unload be performed asynchronously (default)
|
|
1613
|
-
* @
|
|
1613
|
+
* @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
|
|
1614
1614
|
* the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
1615
1615
|
* / Promise to allow any listeners to wait for the operation to complete.
|
|
1616
1616
|
*/
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "applicationinsights-teechannel-js",
|
|
3
|
-
"version": "3.3.5-nightly3.2411-11",
|
|
4
|
-
"ext": {
|
|
5
|
-
"@cjs.js": {
|
|
6
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.cjs.js",
|
|
7
|
-
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-zhj0ozOyUnLot+tINmhBUMhm7QMZELaEudYijOiKXVM= sha384-ferES3aiXX3/K9cs/qCyz7P6Kw7tHU7703kDBZihk8V/kvypqx6TvPOK6GNKDPDy sha512-Foc1gb7Dhrc97rZcBTmNasI1wVxfmBTjjOyGe9jwdiEFCANg2Sd8inhSadSOaKgv5V87oLGaJlIASsk851HO1Q==",
|
|
9
|
-
"hashes": {
|
|
10
|
-
"sha256": "zhj0ozOyUnLot+tINmhBUMhm7QMZELaEudYijOiKXVM=",
|
|
11
|
-
"sha384": "ferES3aiXX3/K9cs/qCyz7P6Kw7tHU7703kDBZihk8V/kvypqx6TvPOK6GNKDPDy",
|
|
12
|
-
"sha512": "Foc1gb7Dhrc97rZcBTmNasI1wVxfmBTjjOyGe9jwdiEFCANg2Sd8inhSadSOaKgv5V87oLGaJlIASsk851HO1Q=="
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"@cjs.min.js": {
|
|
16
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.cjs.min.js",
|
|
17
|
-
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-IPVWqGnZNE8mWvlmAmKM/aQ+iQDJxgXoOKp+5HgV/j8= sha384-IThyBwrm6huGu5Hi2JwpR/1r29W+mlE9POO5bO467EiL1jh/Z7znU2QYmdL7qBt2 sha512-tMh4BTdMshjElY8fNRNXqkyFUOMBP9ISdho2YBFhuc5Q5eGV1fkqZrhNa+76FD7YiBNkrc4t+8+pcksdrU/PAQ==",
|
|
19
|
-
"hashes": {
|
|
20
|
-
"sha256": "IPVWqGnZNE8mWvlmAmKM/aQ+iQDJxgXoOKp+5HgV/j8=",
|
|
21
|
-
"sha384": "IThyBwrm6huGu5Hi2JwpR/1r29W+mlE9POO5bO467EiL1jh/Z7znU2QYmdL7qBt2",
|
|
22
|
-
"sha512": "tMh4BTdMshjElY8fNRNXqkyFUOMBP9ISdho2YBFhuc5Q5eGV1fkqZrhNa+76FD7YiBNkrc4t+8+pcksdrU/PAQ=="
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"@gbl.js": {
|
|
26
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.gbl.js",
|
|
27
|
-
"type": "text/javascript; charset=utf-8",
|
|
28
|
-
"integrity": "sha256-3VEeSddrJhWuF7VAQALInFDhpGJwzWd0UgmvJRVYod0= sha384-aH08me8F/mZ75glsPNcJ3TSevrv0cYbLz5khwaUatqkPG8Wmwo4clLU8aKxEBYnV sha512-9+RncqcNWhm6pKB9XF8sChF4lbPRuf3+U69JyZgrbOSMs2wDoWfrjH+kETZtMVRcGtfUcdsMRJC83YrZR45ayw==",
|
|
29
|
-
"hashes": {
|
|
30
|
-
"sha256": "3VEeSddrJhWuF7VAQALInFDhpGJwzWd0UgmvJRVYod0=",
|
|
31
|
-
"sha384": "aH08me8F/mZ75glsPNcJ3TSevrv0cYbLz5khwaUatqkPG8Wmwo4clLU8aKxEBYnV",
|
|
32
|
-
"sha512": "9+RncqcNWhm6pKB9XF8sChF4lbPRuf3+U69JyZgrbOSMs2wDoWfrjH+kETZtMVRcGtfUcdsMRJC83YrZR45ayw=="
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"@gbl.min.js": {
|
|
36
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.gbl.min.js",
|
|
37
|
-
"type": "text/javascript; charset=utf-8",
|
|
38
|
-
"integrity": "sha256-RDBXnpym/lHQ8WC1uOHmStxNvfLy8UFffptl59MX7Mw= sha384-hNOQJSiI/pgHjHhA7mTJTYzO1N3Arx2zglF19axJj4qVH9HcGaumBoTi8LSKcXPG sha512-3krtg0tu3mRgLOciI3YrqbQVUobEqiNXSmod/HkNDs2DzDxaMjKcxJjq87B6D53qxeZIRujpWFrkDDGw8X+LfQ==",
|
|
39
|
-
"hashes": {
|
|
40
|
-
"sha256": "RDBXnpym/lHQ8WC1uOHmStxNvfLy8UFffptl59MX7Mw=",
|
|
41
|
-
"sha384": "hNOQJSiI/pgHjHhA7mTJTYzO1N3Arx2zglF19axJj4qVH9HcGaumBoTi8LSKcXPG",
|
|
42
|
-
"sha512": "3krtg0tu3mRgLOciI3YrqbQVUobEqiNXSmod/HkNDs2DzDxaMjKcxJjq87B6D53qxeZIRujpWFrkDDGw8X+LfQ=="
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"@js": {
|
|
46
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.js",
|
|
47
|
-
"type": "text/javascript; charset=utf-8",
|
|
48
|
-
"integrity": "sha256-Nnd1adi2sXCs3n36QbLz4c4yZtBJYvWu9bcc04Bh9wo= sha384-j71eQaR/g/7RF0ZgikTzoexjJ/2Gxm9EXHWgdGk7HEP+/DGpFWHe8v4IVLnvmovZ sha512-nYw3IulUYuQVT5lc7KBPwgyRAEF9eE8VmmgEWLoiSG8qv4X+z3gNt93Wpkv26N/u5KOOWPf1IwHS1tBJ4WTtqA==",
|
|
49
|
-
"hashes": {
|
|
50
|
-
"sha256": "Nnd1adi2sXCs3n36QbLz4c4yZtBJYvWu9bcc04Bh9wo=",
|
|
51
|
-
"sha384": "j71eQaR/g/7RF0ZgikTzoexjJ/2Gxm9EXHWgdGk7HEP+/DGpFWHe8v4IVLnvmovZ",
|
|
52
|
-
"sha512": "nYw3IulUYuQVT5lc7KBPwgyRAEF9eE8VmmgEWLoiSG8qv4X+z3gNt93Wpkv26N/u5KOOWPf1IwHS1tBJ4WTtqA=="
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"@min.js": {
|
|
56
|
-
"file": "applicationinsights-teechannel-js.3.3.5-nightly3.2411-11.min.js",
|
|
57
|
-
"type": "text/javascript; charset=utf-8",
|
|
58
|
-
"integrity": "sha256-IkXR8C4pwAaIWB3XIa6yUievR/I+XkfiLEzvtPjJkpg= sha384-unifFfcjT02uWT0q/YSpT1rIOimIrX7ILbO+VV+8b9fyDRa+dh20HtZwwARECozM sha512-7Liw8EW14pqqAT0CecSOcaOvT4dXtuIrBZqlzi3vRIHSzDEkMNo56KeWL8zaT0vj4C6NyjcFadrLSRF6swU5hg==",
|
|
59
|
-
"hashes": {
|
|
60
|
-
"sha256": "IkXR8C4pwAaIWB3XIa6yUievR/I+XkfiLEzvtPjJkpg=",
|
|
61
|
-
"sha384": "unifFfcjT02uWT0q/YSpT1rIOimIrX7ILbO+VV+8b9fyDRa+dh20HtZwwARECozM",
|
|
62
|
-
"sha512": "7Liw8EW14pqqAT0CecSOcaOvT4dXtuIrBZqlzi3vRIHSzDEkMNo56KeWL8zaT0vj4C6NyjcFadrLSRF6swU5hg=="
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|