@microsoft/applicationinsights-cfgsync-js 3.3.5-nightly3.2412-06 → 3.3.5-nightly3.2412-10

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 (47) hide show
  1. package/browser/es5/{ai.cfgsync.3.3.5-nightly3.2412-06.cjs.js → ai.cfgsync.3.3.5-nightly3.2412-10.cjs.js} +5 -5
  2. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-10.cjs.js.map +1 -0
  3. package/browser/es5/{ai.cfgsync.3.3.5-nightly3.2412-06.cjs.min.js → ai.cfgsync.3.3.5-nightly3.2412-10.cjs.min.js} +3 -3
  4. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-10.cjs.min.js.map +1 -0
  5. package/browser/es5/{ai.cfgsync.3.3.5-nightly3.2412-06.gbl.js → ai.cfgsync.3.3.5-nightly3.2412-10.gbl.js} +7 -7
  6. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-10.gbl.js.map +1 -0
  7. package/browser/es5/{ai.cfgsync.3.3.5-nightly3.2412-06.gbl.min.js → ai.cfgsync.3.3.5-nightly3.2412-10.gbl.min.js} +3 -3
  8. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-10.gbl.min.js.map +1 -0
  9. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-10.integrity.json +66 -0
  10. package/browser/es5/{ai.cfgsync.3.3.5-nightly3.2412-06.js → ai.cfgsync.3.3.5-nightly3.2412-10.js} +7 -7
  11. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-10.js.map +1 -0
  12. package/browser/es5/{ai.cfgsync.3.3.5-nightly3.2412-06.min.js → ai.cfgsync.3.3.5-nightly3.2412-10.min.js} +3 -3
  13. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-10.min.js.map +1 -0
  14. package/browser/es5/ai.cfgsync.3.cjs.js +4 -4
  15. package/browser/es5/ai.cfgsync.3.cjs.js.map +1 -1
  16. package/browser/es5/ai.cfgsync.3.cjs.min.js +2 -2
  17. package/browser/es5/ai.cfgsync.3.cjs.min.js.map +1 -1
  18. package/browser/es5/ai.cfgsync.3.gbl.js +6 -6
  19. package/browser/es5/ai.cfgsync.3.gbl.js.map +1 -1
  20. package/browser/es5/ai.cfgsync.3.gbl.min.js +2 -2
  21. package/browser/es5/ai.cfgsync.3.gbl.min.js.map +1 -1
  22. package/browser/es5/ai.cfgsync.3.integrity.json +25 -25
  23. package/browser/es5/ai.cfgsync.3.js +6 -6
  24. package/browser/es5/ai.cfgsync.3.js.map +1 -1
  25. package/browser/es5/ai.cfgsync.3.min.js +2 -2
  26. package/browser/es5/ai.cfgsync.3.min.js.map +1 -1
  27. package/dist/es5/applicationinsights-cfgsync-js.js +4 -4
  28. package/dist/es5/applicationinsights-cfgsync-js.js.map +1 -1
  29. package/dist/es5/applicationinsights-cfgsync-js.min.js +2 -2
  30. package/dist/es5/applicationinsights-cfgsync-js.min.js.map +1 -1
  31. package/dist-es5/CfgSyncHelperFuncs.js +1 -1
  32. package/dist-es5/CfgSyncPlugin.js +1 -1
  33. package/dist-es5/Interfaces/ICfgSyncCdnConfig.js +1 -1
  34. package/dist-es5/Interfaces/ICfgSyncConfig.js +1 -1
  35. package/dist-es5/Interfaces/ICfgSyncPlugin.js +1 -1
  36. package/dist-es5/__DynamicConstants.js +1 -1
  37. package/dist-es5/applicationinsights-cfgsync-js.js +1 -1
  38. package/package.json +3 -3
  39. package/types/applicationinsights-cfgsync-js.d.ts +1 -1
  40. package/types/applicationinsights-cfgsync-js.namespaced.d.ts +14 -14
  41. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-06.cjs.js.map +0 -1
  42. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-06.cjs.min.js.map +0 -1
  43. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-06.gbl.js.map +0 -1
  44. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-06.gbl.min.js.map +0 -1
  45. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-06.integrity.json +0 -66
  46. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-06.js.map +0 -1
  47. package/browser/es5/ai.cfgsync.3.3.5-nightly3.2412-06.min.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-06
2
+ * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  import { isNullOrUndefined, isObject, objExtend, objForEachKey, setValueByKey } from "@nevware21/ts-utils";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-06
2
+ * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-06
2
+ * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-06
2
+ * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-06
2
+ * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-06
2
+ * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-06
2
+ * Application Insights JavaScript SDK - Properties Plugin, 3.3.5-nightly3.2412-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  import { CfgSyncPlugin } from "./CfgSyncPlugin";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/applicationinsights-cfgsync-js",
3
- "version": "3.3.5-nightly3.2412-06",
3
+ "version": "3.3.5-nightly3.2412-10",
4
4
  "description": "Microsoft Application Insights CfgSync 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.2412-06",
62
- "@microsoft/applicationinsights-common": "3.3.5-nightly3.2412-06",
61
+ "@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2412-10",
62
+ "@microsoft/applicationinsights-common": "3.3.5-nightly3.2412-10",
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 idsync plugin, 3.3.5-nightly3.2412-06
2
+ * Microsoft Application Insights idsync plugin, 3.3.5-nightly3.2412-10
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 idsync plugin, 3.3.5-nightly3.2412-06
2
+ * Microsoft Application Insights idsync plugin, 3.3.5-nightly3.2412-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -2047,8 +2047,8 @@ declare namespace ApplicationInsights {
2047
2047
  state?: string;
2048
2048
  /**
2049
2049
  * Attaches callbacks for the resolution and/or rejection of the Promise.
2050
- * @param onResolved The callback to execute when the Promise is resolved.
2051
- * @param onRejected The callback to execute when the Promise is rejected.
2050
+ * @param onResolved - The callback to execute when the Promise is resolved.
2051
+ * @param onRejected - The callback to execute when the Promise is rejected.
2052
2052
  * @returns A Promise for the completion of which ever callback is executed.
2053
2053
  * @example
2054
2054
  * ```ts
@@ -2065,8 +2065,8 @@ declare namespace ApplicationInsights {
2065
2065
  then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): IPromise<TResult1 | TResult2>;
2066
2066
  /**
2067
2067
  * Attaches callbacks for the resolution and/or rejection of the Promise.
2068
- * @param onResolved The callback to execute when the Promise is resolved.
2069
- * @param onRejected The callback to execute when the Promise is rejected.
2068
+ * @param onResolved - The callback to execute when the Promise is resolved.
2069
+ * @param onRejected - The callback to execute when the Promise is rejected.
2070
2070
  * @returns A Promise for the completion of which ever callback is executed.
2071
2071
  * @example
2072
2072
  * ```ts
@@ -2083,8 +2083,8 @@ declare namespace ApplicationInsights {
2083
2083
  then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): PromiseLike<TResult1 | TResult2>;
2084
2084
  /**
2085
2085
  * Attaches callbacks for the resolution and/or rejection of the Promise.
2086
- * @param onResolved The callback to execute when the Promise is resolved.
2087
- * @param onRejected The callback to execute when the Promise is rejected.
2086
+ * @param onResolved - The callback to execute when the Promise is resolved.
2087
+ * @param onRejected - The callback to execute when the Promise is rejected.
2088
2088
  * @returns A Promise for the completion of which ever callback is executed.
2089
2089
  * @example
2090
2090
  * ```ts
@@ -2101,7 +2101,7 @@ declare namespace ApplicationInsights {
2101
2101
  then<TResult1 = T, TResult2 = never>(onResolved?: ResolvedPromiseHandler<T, TResult1>, onRejected?: RejectedPromiseHandler<TResult2>): Promise<TResult1 | TResult2>;
2102
2102
  /**
2103
2103
  * Attaches a callback for only the rejection of the Promise.
2104
- * @param onRejected The callback to execute when the Promise is rejected.
2104
+ * @param onRejected - The callback to execute when the Promise is rejected.
2105
2105
  * @returns A Promise for the completion of the callback.
2106
2106
  * @example
2107
2107
  * ```ts
@@ -2118,7 +2118,7 @@ declare namespace ApplicationInsights {
2118
2118
  catch<TResult = never>(onRejected?: ((reason: any) => TResult | IPromise<TResult>) | undefined | null): IPromise<T | TResult>;
2119
2119
  /**
2120
2120
  * Attaches a callback for only the rejection of the Promise.
2121
- * @param onRejected The callback to execute when the Promise is rejected.
2121
+ * @param onRejected - The callback to execute when the Promise is rejected.
2122
2122
  * @returns A Promise for the completion of the callback.
2123
2123
  * @example
2124
2124
  * ```ts
@@ -2135,7 +2135,7 @@ declare namespace ApplicationInsights {
2135
2135
  catch<TResult = never>(onRejected?: ((reason: any) => TResult | IPromise<TResult>) | undefined | null): PromiseLike<T | TResult>;
2136
2136
  /**
2137
2137
  * Attaches a callback for only the rejection of the Promise.
2138
- * @param onRejected The callback to execute when the Promise is rejected.
2138
+ * @param onRejected - The callback to execute when the Promise is rejected.
2139
2139
  * @returns A Promise for the completion of the callback.
2140
2140
  * @example
2141
2141
  * ```ts
@@ -2153,7 +2153,7 @@ declare namespace ApplicationInsights {
2153
2153
  /**
2154
2154
  * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
2155
2155
  * resolved value cannot be modified from the callback.
2156
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
2156
+ * @param onfinally - The callback to execute when the Promise is settled (fulfilled or rejected).
2157
2157
  * @returns A Promise for the completion of the callback.
2158
2158
  * @example
2159
2159
  * ```ts
@@ -2495,7 +2495,7 @@ declare namespace ApplicationInsights {
2495
2495
  * Gets or Sets a flag indicating if the underlying timer is currently enabled and running.
2496
2496
  * Setting the enabled flag to the same as it's current value has no effect, setting to `true`
2497
2497
  * when already `true` will not {@link ITimerHandler.refresh | refresh}() the timer.
2498
- * And setting to 'false` will {@link ITimerHandler.cancel | cancel}() the timer.
2498
+ * And setting to `false` will {@link ITimerHandler.cancel | cancel}() the timer.
2499
2499
  * @since 0.8.1
2500
2500
  * @example
2501
2501
  * ```ts
@@ -2589,14 +2589,14 @@ declare namespace ApplicationInsights {
2589
2589
  /**
2590
2590
  * This defines the handler function for when a promise is rejected.
2591
2591
  * @param value - This is the value passed as part of resolving the Promise
2592
- * @return This may return a value, another Promise or void. @see {@link IPromise.then} for how the value is handled.
2592
+ * @return This may return a value, another Promise or void. @see {@link https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html#then | IPromise.then} for how the value is handled.
2593
2593
  */
2594
2594
  type RejectedPromiseHandler<T = never> = (((reason: any) => T | IPromise<T> | PromiseLike<T>) | undefined | null);
2595
2595
 
2596
2596
  /**
2597
2597
  * This defines the handler function for when a promise is resolved.
2598
2598
  * @param value - This is the value passed as part of resolving the Promise
2599
- * @return This may return a value, another Promise or void. @see {@link IPromise.then} for how the value is handled.
2599
+ * @return This may return a value, another Promise or void. @see {@link https://nevware21.github.io/ts-async/typedoc/interfaces/IPromise.html#then | IPromise.then} for how the value is handled.
2600
2600
  */
2601
2601
  type ResolvedPromiseHandler<T, TResult1 = T> = (((value: T) => TResult1 | IPromise<TResult1> | PromiseLike<TResult1>) | undefined | null);
2602
2602