@microsoft/applicationinsights-debugplugin-js 3.0.0-beta.2210-06 → 3.0.0-beta.2210-08

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 (52) hide show
  1. package/browser/{ai.dbg.3.0.0-beta.2210-06.cjs.js → ai.dbg.3.0.0-beta.2210-08.cjs.js} +22 -21
  2. package/browser/ai.dbg.3.0.0-beta.2210-08.cjs.js.map +1 -0
  3. package/browser/ai.dbg.3.0.0-beta.2210-08.cjs.min.js +6 -0
  4. package/browser/ai.dbg.3.0.0-beta.2210-08.cjs.min.js.map +1 -0
  5. package/browser/{ai.dbg.3.0.0-beta.2210-06.gbl.js → ai.dbg.3.0.0-beta.2210-08.gbl.js} +22 -21
  6. package/browser/ai.dbg.3.0.0-beta.2210-08.gbl.js.map +1 -0
  7. package/browser/ai.dbg.3.0.0-beta.2210-08.gbl.min.js +6 -0
  8. package/browser/ai.dbg.3.0.0-beta.2210-08.gbl.min.js.map +1 -0
  9. package/browser/ai.dbg.3.0.0-beta.2210-08.integrity.json +66 -0
  10. package/browser/{ai.dbg.3.0.0-beta.2210-06.js → ai.dbg.3.0.0-beta.2210-08.js} +22 -21
  11. package/browser/ai.dbg.3.0.0-beta.2210-08.js.map +1 -0
  12. package/browser/ai.dbg.3.0.0-beta.2210-08.min.js +6 -0
  13. package/browser/ai.dbg.3.0.0-beta.2210-08.min.js.map +1 -0
  14. package/browser/ai.dbg.3.cjs.js +21 -20
  15. package/browser/ai.dbg.3.cjs.js.map +1 -1
  16. package/browser/ai.dbg.3.cjs.min.js +2 -2
  17. package/browser/ai.dbg.3.cjs.min.js.map +1 -1
  18. package/browser/ai.dbg.3.gbl.js +21 -20
  19. package/browser/ai.dbg.3.gbl.js.map +1 -1
  20. package/browser/ai.dbg.3.gbl.min.js +2 -2
  21. package/browser/ai.dbg.3.gbl.min.js.map +1 -1
  22. package/browser/ai.dbg.3.js +21 -20
  23. package/browser/ai.dbg.3.js.map +1 -1
  24. package/browser/ai.dbg.3.min.js +2 -2
  25. package/browser/ai.dbg.3.min.js.map +1 -1
  26. package/dist/applicationinsights-debugplugin-js.d.ts +1 -1
  27. package/dist/applicationinsights-debugplugin-js.js +21 -20
  28. package/dist/applicationinsights-debugplugin-js.js.map +1 -1
  29. package/dist/applicationinsights-debugplugin-js.min.js +2 -2
  30. package/dist/applicationinsights-debugplugin-js.min.js.map +1 -1
  31. package/dist/applicationinsights-debugplugin-js.rollup.d.ts +1 -1
  32. package/dist-esm/DebugPlugin.js +1 -1
  33. package/dist-esm/__DynamicConstants.js +1 -1
  34. package/dist-esm/applicationinsights-debugplugin-js.js +1 -1
  35. package/dist-esm/components/Dashboard.js +1 -1
  36. package/dist-esm/components/LogEntry.js +1 -1
  37. package/dist-esm/components/debugBins.js +1 -1
  38. package/dist-esm/components/filterList.js +1 -1
  39. package/dist-esm/components/helpers.js +1 -1
  40. package/dist-esm/components/styleNodeSrc.js +1 -1
  41. package/dist-esm/interfaces/IDebugPluginConfig.js +1 -1
  42. package/package.json +3 -3
  43. package/browser/ai.dbg.3.0.0-beta.2210-06.cjs.js.map +0 -1
  44. package/browser/ai.dbg.3.0.0-beta.2210-06.cjs.min.js +0 -6
  45. package/browser/ai.dbg.3.0.0-beta.2210-06.cjs.min.js.map +0 -1
  46. package/browser/ai.dbg.3.0.0-beta.2210-06.gbl.js.map +0 -1
  47. package/browser/ai.dbg.3.0.0-beta.2210-06.gbl.min.js +0 -6
  48. package/browser/ai.dbg.3.0.0-beta.2210-06.gbl.min.js.map +0 -1
  49. package/browser/ai.dbg.3.0.0-beta.2210-06.integrity.json +0 -66
  50. package/browser/ai.dbg.3.0.0-beta.2210-06.js.map +0 -1
  51. package/browser/ai.dbg.3.0.0-beta.2210-06.min.js +0 -6
  52. package/browser/ai.dbg.3.0.0-beta.2210-06.min.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2210-06
2
+ * Application Insights JavaScript SDK - Debug Plugin, 3.0.0-beta.2210-08
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  'use strict';
@@ -18,21 +18,23 @@ var ObjDefineProperty = ObjClass$1["defineProperty"];
18
18
  var _cachedGlobal$1 = null;
19
19
  function getGlobal$1(useCached) {
20
20
  if (useCached === void 0) { useCached = true; }
21
- if (!_cachedGlobal$1 || !useCached) {
22
- if (typeof globalThis !== strShimUndefined && globalThis) {
23
- _cachedGlobal$1 = globalThis;
21
+ var result = useCached === false ? null : _cachedGlobal$1;
22
+ if (!result) {
23
+ if (typeof globalThis !== strShimUndefined) {
24
+ result = globalThis;
24
25
  }
25
- if (typeof self !== strShimUndefined && self) {
26
- _cachedGlobal$1 = self;
26
+ if (!result && typeof self !== strShimUndefined) {
27
+ result = self;
27
28
  }
28
- if (typeof window !== strShimUndefined && window) {
29
- _cachedGlobal$1 = window;
29
+ if (!result && typeof window !== strShimUndefined) {
30
+ result = window;
30
31
  }
31
- if (typeof global !== strShimUndefined && global) {
32
- _cachedGlobal$1 = global;
32
+ if (!result && typeof global !== strShimUndefined) {
33
+ result = global;
33
34
  }
35
+ _cachedGlobal$1 = result;
34
36
  }
35
- return _cachedGlobal$1;
37
+ return result;
36
38
  }
37
39
  function throwTypeError$1(message) {
38
40
  throw new TypeError(message);
@@ -979,7 +981,7 @@ function newId(maxLength) {
979
981
  }
980
982
 
981
983
  var _objDefineProperty = ObjDefineProperty;
982
- var version = "3.0.0-beta.2210-06";
984
+ var version = "3.0.0-beta.2210-08";
983
985
  var instanceName = "." + newId(6);
984
986
  var _dataUid = 0;
985
987
  function _createAccessor(target, prop, value) {
@@ -1055,16 +1057,15 @@ function createElmNodeData(name) {
1055
1057
  var CFG_HANDLER_LINK = symbolFor("[[ai_dynCfg_1]]");
1056
1058
  function _cfgDeepCopy(source) {
1057
1059
  if (source) {
1060
+ var target_1;
1058
1061
  if (isArray(source)) {
1059
- var result_1 = [];
1060
- result_1[_DYN_LENGTH$1 ] = source[_DYN_LENGTH$1 ];
1061
- arrForEach(source, function (value, idx) {
1062
- result_1[idx] = _cfgDeepCopy(value);
1063
- });
1064
- return result_1;
1062
+ target_1 = [];
1063
+ target_1[_DYN_LENGTH$1 ] = source[_DYN_LENGTH$1 ];
1064
+ }
1065
+ else if (isPlainObject(source)) {
1066
+ target_1 = {};
1065
1067
  }
1066
- if (isPlainObject(source)) {
1067
- var target_1 = {};
1068
+ if (target_1) {
1068
1069
  objForEachKey$1(source, function (key, value) {
1069
1070
  target_1[key] = _cfgDeepCopy(value);
1070
1071
  });