@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.
Files changed (46) hide show
  1. 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
  2. package/bundle/es5/ms.post-4.3.5-nightly3.2502-02.gbl.js.map +1 -0
  3. 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
  4. package/bundle/es5/ms.post-4.3.5-nightly3.2502-02.gbl.min.js.map +1 -0
  5. package/bundle/es5/ms.post-4.3.5-nightly3.2502-02.integrity.json +46 -0
  6. package/bundle/es5/{ms.post-4.3.5-nightly3.2501-07.js → ms.post-4.3.5-nightly3.2502-02.js} +7 -7
  7. package/bundle/es5/ms.post-4.3.5-nightly3.2502-02.js.map +1 -0
  8. 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
  9. package/bundle/es5/ms.post-4.3.5-nightly3.2502-02.min.js.map +1 -0
  10. package/bundle/es5/ms.post.gbl.js +6 -6
  11. package/bundle/es5/ms.post.gbl.js.map +1 -1
  12. package/bundle/es5/ms.post.gbl.min.js +2 -2
  13. package/bundle/es5/ms.post.gbl.min.js.map +1 -1
  14. package/bundle/es5/ms.post.integrity.json +17 -17
  15. package/bundle/es5/ms.post.js +6 -6
  16. package/bundle/es5/ms.post.js.map +1 -1
  17. package/bundle/es5/ms.post.min.js +2 -2
  18. package/bundle/es5/ms.post.min.js.map +1 -1
  19. package/dist/es5/ms.post.js +4 -4
  20. package/dist/es5/ms.post.js.map +1 -1
  21. package/dist/es5/ms.post.min.js +2 -2
  22. package/dist/es5/ms.post.min.js.map +1 -1
  23. package/dist-es5/BatchNotificationActions.js +1 -1
  24. package/dist-es5/ClockSkewManager.js +1 -1
  25. package/dist-es5/DataModels.js +1 -1
  26. package/dist-es5/EventBatch.js +1 -1
  27. package/dist-es5/HttpManager.js +1 -1
  28. package/dist-es5/Index.js +1 -1
  29. package/dist-es5/InternalConstants.js +1 -1
  30. package/dist-es5/KillSwitch.js +1 -1
  31. package/dist-es5/PostChannel.js +2 -2
  32. package/dist-es5/PostChannel.js.map +1 -1
  33. package/dist-es5/RetryPolicy.js +1 -1
  34. package/dist-es5/Serializer.js +1 -1
  35. package/dist-es5/Serializer.js.map +1 -1
  36. package/dist-es5/TimeoutOverrideWrapper.js +1 -1
  37. package/dist-es5/__DynamicConstants.js +1 -1
  38. package/dist-es5/typings/XDomainRequest.js +1 -1
  39. package/package.json +4 -4
  40. package/types/1ds-post-js.d.ts +1 -1
  41. package/types/1ds-post-js.namespaced.d.ts +6 -6
  42. package/bundle/es5/ms.post-4.3.5-nightly3.2501-07.gbl.js.map +0 -1
  43. package/bundle/es5/ms.post-4.3.5-nightly3.2501-07.gbl.min.js.map +0 -1
  44. package/bundle/es5/ms.post-4.3.5-nightly3.2501-07.integrity.json +0 -46
  45. package/bundle/es5/ms.post-4.3.5-nightly3.2501-07.js.map +0 -1
  46. 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.2501-07",
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.2501-07",
31
- "@nevware21/ts-utils": ">= 0.11.3 < 2.x",
32
- "@nevware21/ts-async": ">= 0.5.2 < 2.x"
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",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * 1DS JS SDK Post Channel, 4.3.5-nightly3.2501-07
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
@@ -1,5 +1,5 @@
1
1
  /*
2
- * 1DS JS SDK Post Channel, 4.3.5-nightly3.2501-07
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 ```enablePerfMgr```
915
- * is enabled, this enables you to override the default creation of a PerfManager() without needing to ```setPerfMgr()```
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 - {string} - The debug 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?: {