@microsoft/applicationinsights-dependencies-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-dependencies-js.cjs.js +2 -2
- package/browser/es5/applicationinsights-dependencies-js.cjs.js.map +1 -1
- package/browser/es5/applicationinsights-dependencies-js.cjs.min.js +2 -2
- package/browser/es5/applicationinsights-dependencies-js.cjs.min.js.map +1 -1
- package/browser/es5/applicationinsights-dependencies-js.gbl.js +4 -4
- package/browser/es5/applicationinsights-dependencies-js.gbl.js.map +1 -1
- package/browser/es5/applicationinsights-dependencies-js.gbl.min.js +2 -2
- package/browser/es5/applicationinsights-dependencies-js.gbl.min.js.map +1 -1
- package/browser/es5/applicationinsights-dependencies-js.integrity.json +25 -25
- package/browser/es5/applicationinsights-dependencies-js.js +4 -4
- package/browser/es5/applicationinsights-dependencies-js.js.map +1 -1
- package/browser/es5/applicationinsights-dependencies-js.min.js +2 -2
- package/browser/es5/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/es5/applicationinsights-dependencies-js.js +2 -2
- package/dist/es5/applicationinsights-dependencies-js.js.map +1 -1
- package/dist/es5/applicationinsights-dependencies-js.min.js +2 -2
- package/dist/es5/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist-es5/DependencyInitializer.js +1 -1
- package/dist-es5/DependencyListener.js +1 -1
- package/dist-es5/InternalConstants.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/ajax.js +1 -1
- package/dist-es5/ajaxRecord.js +1 -1
- package/dist-es5/ajaxUtils.js +1 -1
- package/dist-es5/applicationinsights-dependencies-js.js +1 -1
- package/package.json +3 -3
- package/types/applicationinsights-dependencies-js.d.ts +1 -1
- package/types/applicationinsights-dependencies-js.namespaced.d.ts +6 -6
package/dist-es5/ajax.js
CHANGED
package/dist-es5/ajaxRecord.js
CHANGED
package/dist-es5/ajaxUtils.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/applicationinsights-dependencies-js",
|
|
3
|
-
"version": "3.3.5-nightly3.2411-
|
|
3
|
+
"version": "3.3.5-nightly3.2411-13",
|
|
4
4
|
"description": "Microsoft Application Insights XHR dependencies plugin",
|
|
5
5
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
6
|
"author": "Microsoft Application Insights Team",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
60
60
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
61
|
-
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2411-
|
|
62
|
-
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2411-
|
|
61
|
+
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2411-13",
|
|
62
|
+
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2411-13",
|
|
63
63
|
"@nevware21/ts-utils": ">= 0.11.3 < 2.x",
|
|
64
64
|
"@nevware21/ts-async": ">= 0.5.2 < 2.x"
|
|
65
65
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights XHR dependencies plugin, 3.3.5-nightly3.2411-
|
|
2
|
+
* Microsoft Application Insights XHR dependencies plugin, 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 XHR dependencies plugin, 3.3.5-nightly3.2411-
|
|
2
|
+
* Microsoft Application Insights XHR dependencies plugin, 3.3.5-nightly3.2411-13
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -488,7 +488,7 @@ declare namespace ApplicationInsights {
|
|
|
488
488
|
* @param unloadComplete - An optional callback that will be called once the unload has completed
|
|
489
489
|
* @param cbTimeout - An optional timeout to wait for any flush operations to complete before proceeding with the
|
|
490
490
|
* unload. Defaults to 5 seconds.
|
|
491
|
-
* @
|
|
491
|
+
* @returns Nothing or if occurring asynchronously a [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
492
492
|
* which will be resolved once the unload is complete, the [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
493
493
|
* will only be returned when no callback is provided and isAsync is true
|
|
494
494
|
*/
|
|
@@ -1306,7 +1306,7 @@ declare namespace ApplicationInsights {
|
|
|
1306
1306
|
* Unload and remove any state that this ICookieMgr may be holding, this is generally called when the
|
|
1307
1307
|
* owning SDK is being unloaded.
|
|
1308
1308
|
* @param isAsync - Can the unload be performed asynchronously (default)
|
|
1309
|
-
* @
|
|
1309
|
+
* @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
|
|
1310
1310
|
* the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
1311
1311
|
* / Promise to allow any listeners to wait for the operation to complete.
|
|
1312
1312
|
*/
|
|
@@ -1545,7 +1545,7 @@ declare namespace ApplicationInsights {
|
|
|
1545
1545
|
* Unload and remove any state that this IDiagnosticLogger may be holding, this is generally called when the
|
|
1546
1546
|
* owning SDK is being unloaded.
|
|
1547
1547
|
* @param isAsync - Can the unload be performed asynchronously (default)
|
|
1548
|
-
* @
|
|
1548
|
+
* @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
|
|
1549
1549
|
* the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
1550
1550
|
* / Promise to allow any listeners to wait for the operation to complete.
|
|
1551
1551
|
*/
|
|
@@ -1788,7 +1788,7 @@ declare namespace ApplicationInsights {
|
|
|
1788
1788
|
* Unload and remove any state that this INotificationListener may be holding, this is generally called when the
|
|
1789
1789
|
* owning Manager is being unloaded.
|
|
1790
1790
|
* @param isAsync - Can the unload be performed asynchronously (default)
|
|
1791
|
-
* @
|
|
1791
|
+
* @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
|
|
1792
1792
|
* the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
1793
1793
|
* / Promise to allow any listeners to wait for the operation to complete.
|
|
1794
1794
|
*/
|
|
@@ -1857,7 +1857,7 @@ declare namespace ApplicationInsights {
|
|
|
1857
1857
|
* Unload and remove any state that this INotificationManager may be holding, this is generally called when the
|
|
1858
1858
|
* owning SDK is being unloaded.
|
|
1859
1859
|
* @param isAsync - Can the unload be performed asynchronously (default)
|
|
1860
|
-
* @
|
|
1860
|
+
* @returns If the unload occurs synchronously then nothing should be returned, if happening asynchronously then
|
|
1861
1861
|
* the function should return an [IPromise](https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html)
|
|
1862
1862
|
* / Promise to allow any listeners to wait for the operation to complete.
|
|
1863
1863
|
*/
|