@microsoft/1ds-post-js 4.3.5-nightly3.2501-07 → 4.3.5-nightly3.2502-02
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/bundle/es5/{ms.post-4.3.5-nightly3.2501-07.gbl.js → ms.post-4.3.5-nightly3.2502-02.gbl.js} +7 -7
- package/bundle/es5/ms.post-4.3.5-nightly3.2502-02.gbl.js.map +1 -0
- package/bundle/es5/{ms.post-4.3.5-nightly3.2501-07.gbl.min.js → ms.post-4.3.5-nightly3.2502-02.gbl.min.js} +3 -3
- package/bundle/es5/ms.post-4.3.5-nightly3.2502-02.gbl.min.js.map +1 -0
- package/bundle/es5/ms.post-4.3.5-nightly3.2502-02.integrity.json +46 -0
- package/bundle/es5/{ms.post-4.3.5-nightly3.2501-07.js → ms.post-4.3.5-nightly3.2502-02.js} +7 -7
- package/bundle/es5/ms.post-4.3.5-nightly3.2502-02.js.map +1 -0
- package/bundle/es5/{ms.post-4.3.5-nightly3.2501-07.min.js → ms.post-4.3.5-nightly3.2502-02.min.js} +3 -3
- package/bundle/es5/ms.post-4.3.5-nightly3.2502-02.min.js.map +1 -0
- package/bundle/es5/ms.post.gbl.js +6 -6
- package/bundle/es5/ms.post.gbl.js.map +1 -1
- package/bundle/es5/ms.post.gbl.min.js +2 -2
- package/bundle/es5/ms.post.gbl.min.js.map +1 -1
- package/bundle/es5/ms.post.integrity.json +17 -17
- package/bundle/es5/ms.post.js +6 -6
- package/bundle/es5/ms.post.js.map +1 -1
- package/bundle/es5/ms.post.min.js +2 -2
- package/bundle/es5/ms.post.min.js.map +1 -1
- package/dist/es5/ms.post.js +4 -4
- package/dist/es5/ms.post.js.map +1 -1
- package/dist/es5/ms.post.min.js +2 -2
- package/dist/es5/ms.post.min.js.map +1 -1
- package/dist-es5/BatchNotificationActions.js +1 -1
- package/dist-es5/ClockSkewManager.js +1 -1
- package/dist-es5/DataModels.js +1 -1
- package/dist-es5/EventBatch.js +1 -1
- package/dist-es5/HttpManager.js +1 -1
- package/dist-es5/Index.js +1 -1
- package/dist-es5/InternalConstants.js +1 -1
- package/dist-es5/KillSwitch.js +1 -1
- package/dist-es5/PostChannel.js +2 -2
- package/dist-es5/PostChannel.js.map +1 -1
- package/dist-es5/RetryPolicy.js +1 -1
- package/dist-es5/Serializer.js +1 -1
- package/dist-es5/Serializer.js.map +1 -1
- package/dist-es5/TimeoutOverrideWrapper.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/typings/XDomainRequest.js +1 -1
- package/package.json +4 -4
- package/types/1ds-post-js.d.ts +1 -1
- package/types/1ds-post-js.namespaced.d.ts +6 -6
- package/bundle/es5/ms.post-4.3.5-nightly3.2501-07.gbl.js.map +0 -1
- package/bundle/es5/ms.post-4.3.5-nightly3.2501-07.gbl.min.js.map +0 -1
- package/bundle/es5/ms.post-4.3.5-nightly3.2501-07.integrity.json +0 -46
- package/bundle/es5/ms.post-4.3.5-nightly3.2501-07.js.map +0 -1
- package/bundle/es5/ms.post-4.3.5-nightly3.2501-07.min.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/1ds-post-js",
|
|
3
|
-
"version": "4.3.5-nightly3.
|
|
3
|
+
"version": "4.3.5-nightly3.2502-02",
|
|
4
4
|
"description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-js",
|
|
5
5
|
"author": "Microsoft Application Insights Team",
|
|
6
6
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
29
29
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
30
|
-
"@microsoft/1ds-core-js": "4.3.5-nightly3.
|
|
31
|
-
"@nevware21/ts-utils": ">= 0.11.
|
|
32
|
-
"@nevware21/ts-async": ">= 0.5.
|
|
30
|
+
"@microsoft/1ds-core-js": "4.3.5-nightly3.2502-02",
|
|
31
|
+
"@nevware21/ts-utils": ">= 0.11.6 < 2.x",
|
|
32
|
+
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@microsoft/ai-test-framework": "0.0.1",
|
package/types/1ds-post-js.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* 1DS JS SDK Post Channel, 4.3.5-nightly3.
|
|
2
|
+
* 1DS JS SDK Post Channel, 4.3.5-nightly3.2502-02
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -911,8 +911,8 @@ declare namespace oneDS {
|
|
|
911
911
|
*/
|
|
912
912
|
enablePerfMgr?: boolean;
|
|
913
913
|
/**
|
|
914
|
-
* [Optional] Callback function that will be called to create a the IPerfManager instance when required and
|
|
915
|
-
* is enabled, this enables you to override the default creation of a PerfManager() without needing to
|
|
914
|
+
* [Optional] Callback function that will be called to create a the IPerfManager instance when required and `enablePerfMgr`
|
|
915
|
+
* is enabled, this enables you to override the default creation of a PerfManager() without needing to `setPerfMgr()`
|
|
916
916
|
* after initialization.
|
|
917
917
|
*/
|
|
918
918
|
createPerfMgr?: (core: IAppInsightsCore, notificationManager: INotificationManager) => IPerfManager;
|
|
@@ -1132,7 +1132,7 @@ declare namespace oneDS {
|
|
|
1132
1132
|
throwInternal(severity: LoggingSeverity, msgId: _InternalMessageId, msg: string, properties?: Object, isUserAct?: boolean): void;
|
|
1133
1133
|
/**
|
|
1134
1134
|
* This will write a debug message to the console if possible
|
|
1135
|
-
* @param message -
|
|
1135
|
+
* @param message - The debug message
|
|
1136
1136
|
*/
|
|
1137
1137
|
debugToConsole?(message: string): void;
|
|
1138
1138
|
/**
|
|
@@ -1341,7 +1341,7 @@ declare namespace oneDS {
|
|
|
1341
1341
|
/**
|
|
1342
1342
|
* Identifies configuration override values when given feature is enabled
|
|
1343
1343
|
* NOTE: should use flat string for fields, for example, if you want to set value for extensionConfig.Ananlytics.disableAjaxTrackig in configurations,
|
|
1344
|
-
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: {["extensionConfig.Analytics.disableAjaxTrackig"]:1}
|
|
1344
|
+
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: \{["extensionConfig.Analytics.disableAjaxTrackig"]:1\}
|
|
1345
1345
|
* Default: undefined
|
|
1346
1346
|
*/
|
|
1347
1347
|
onCfg?: {
|
|
@@ -1350,7 +1350,7 @@ declare namespace oneDS {
|
|
|
1350
1350
|
/**
|
|
1351
1351
|
* Identifies configuration override values when given feature is disabled
|
|
1352
1352
|
* NOTE: should use flat string for fields, for example, if you want to set value for extensionConfig.Ananlytics.disableAjaxTrackig in configurations,
|
|
1353
|
-
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: {["extensionConfig.Analytics.disableAjaxTrackig"]:1}
|
|
1353
|
+
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: \{["extensionConfig.Analytics.disableAjaxTrackig"]:1\}
|
|
1354
1354
|
* Default: undefined
|
|
1355
1355
|
*/
|
|
1356
1356
|
offCfg?: {
|