@microsoft/applicationinsights-debugplugin-js 2.8.0-beta.2203-09 → 2.8.0-beta.2203-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 (51) hide show
  1. package/browser/{ai.dbg.2.8.0-beta.2203-09.cjs.js → ai.dbg.2.8.0-beta.2203-10.cjs.js} +11 -5
  2. package/browser/ai.dbg.2.8.0-beta.2203-10.cjs.js.map +1 -0
  3. package/browser/{ai.dbg.2.8.0-beta.2203-09.cjs.min.js → ai.dbg.2.8.0-beta.2203-10.cjs.min.js} +2 -2
  4. package/browser/ai.dbg.2.8.0-beta.2203-10.cjs.min.js.map +1 -0
  5. package/browser/{ai.dbg.2.8.0-beta.2203-09.gbl.js → ai.dbg.2.8.0-beta.2203-10.gbl.js} +11 -5
  6. package/browser/ai.dbg.2.8.0-beta.2203-10.gbl.js.map +1 -0
  7. package/browser/{ai.dbg.2.8.0-beta.2203-09.gbl.min.js → ai.dbg.2.8.0-beta.2203-10.gbl.min.js} +2 -2
  8. package/browser/ai.dbg.2.8.0-beta.2203-10.gbl.min.js.map +1 -0
  9. package/browser/ai.dbg.2.8.0-beta.2203-10.integrity.json +66 -0
  10. package/browser/{ai.dbg.2.8.0-beta.2203-09.js → ai.dbg.2.8.0-beta.2203-10.js} +11 -5
  11. package/browser/ai.dbg.2.8.0-beta.2203-10.js.map +1 -0
  12. package/browser/{ai.dbg.2.8.0-beta.2203-09.min.js → ai.dbg.2.8.0-beta.2203-10.min.js} +2 -2
  13. package/browser/ai.dbg.2.8.0-beta.2203-10.min.js.map +1 -0
  14. package/browser/ai.dbg.2.cjs.js +10 -4
  15. package/browser/ai.dbg.2.cjs.js.map +1 -1
  16. package/browser/ai.dbg.2.cjs.min.js +1 -1
  17. package/browser/ai.dbg.2.cjs.min.js.map +1 -1
  18. package/browser/ai.dbg.2.gbl.js +10 -4
  19. package/browser/ai.dbg.2.gbl.js.map +1 -1
  20. package/browser/ai.dbg.2.gbl.min.js +1 -1
  21. package/browser/ai.dbg.2.gbl.min.js.map +1 -1
  22. package/browser/ai.dbg.2.js +10 -4
  23. package/browser/ai.dbg.2.js.map +1 -1
  24. package/browser/ai.dbg.2.min.js +1 -1
  25. package/browser/ai.dbg.2.min.js.map +1 -1
  26. package/dist/applicationinsights-debugplugin-js.d.ts +1 -1
  27. package/dist/applicationinsights-debugplugin-js.js +10 -4
  28. package/dist/applicationinsights-debugplugin-js.js.map +1 -1
  29. package/dist/applicationinsights-debugplugin-js.min.js +1 -1
  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/applicationinsights-debugplugin-js.js +1 -1
  34. package/dist-esm/components/Dashboard.js +1 -1
  35. package/dist-esm/components/LogEntry.js +1 -1
  36. package/dist-esm/components/debugBins.js +1 -1
  37. package/dist-esm/components/filterList.js +1 -1
  38. package/dist-esm/components/helpers.js +1 -1
  39. package/dist-esm/components/styleNodeSrc.js +1 -1
  40. package/dist-esm/interfaces/IDebugPluginConfig.js +1 -1
  41. package/package.json +3 -3
  42. package/src/components/debugBins.ts +7 -6
  43. package/src/components/helpers.ts +55 -45
  44. package/src/components/styleNodeSrc.ts +33 -33
  45. package/browser/ai.dbg.2.8.0-beta.2203-09.cjs.js.map +0 -1
  46. package/browser/ai.dbg.2.8.0-beta.2203-09.cjs.min.js.map +0 -1
  47. package/browser/ai.dbg.2.8.0-beta.2203-09.gbl.js.map +0 -1
  48. package/browser/ai.dbg.2.8.0-beta.2203-09.gbl.min.js.map +0 -1
  49. package/browser/ai.dbg.2.8.0-beta.2203-09.integrity.json +0 -66
  50. package/browser/ai.dbg.2.8.0-beta.2203-09.js.map +0 -1
  51. package/browser/ai.dbg.2.8.0-beta.2203-09.min.js.map +0 -1
@@ -0,0 +1,66 @@
1
+ {
2
+ "name": "ai.dbg",
3
+ "version": "2.8.0-beta.2203-10",
4
+ "ext": {
5
+ "@cjs.js": {
6
+ "file": "ai.dbg.2.8.0-beta.2203-10.cjs.js",
7
+ "type": "text/javascript; charset=utf-8",
8
+ "integrity": "sha256-mSWa/668d/Xkv+l8X+z3OIVLk2a1PtyBuz/z6Lnx39A= sha384-y3E7aVTkNDAqLK47+tK3dr2kzJVLhsBrv744Dyw8amDkHDgMi3L+WayY91uDtcHG sha512-ecjR/sBmzICg/f9+BwG6j2MKCvfv1LPKAB4/HZGQ5yhQ0nshQCjr8ftQMu0ZQWCxk+vvfcvaTVE5IIsIMYoZRA==",
9
+ "hashes": {
10
+ "sha256": "mSWa/668d/Xkv+l8X+z3OIVLk2a1PtyBuz/z6Lnx39A=",
11
+ "sha384": "y3E7aVTkNDAqLK47+tK3dr2kzJVLhsBrv744Dyw8amDkHDgMi3L+WayY91uDtcHG",
12
+ "sha512": "ecjR/sBmzICg/f9+BwG6j2MKCvfv1LPKAB4/HZGQ5yhQ0nshQCjr8ftQMu0ZQWCxk+vvfcvaTVE5IIsIMYoZRA=="
13
+ }
14
+ },
15
+ "@cjs.min.js": {
16
+ "file": "ai.dbg.2.8.0-beta.2203-10.cjs.min.js",
17
+ "type": "text/javascript; charset=utf-8",
18
+ "integrity": "sha256-kPaBKnDtUgyV2BTVNInx8jfGJ2Ntp/WBc2If7JXShT4= sha384-qXVdOC3kOo4gYqXyEivYRLfXukrJk9zbfl0UioAO5Rp3EPbIRZ/xFXKNtBX0iOzt sha512-xjtv8vLNCIEt70TWSiLg3qeJfHeuxmyGLJAmBpmFhHkeS9mlub4ccvzkTiT8eCqX5gfGDFJFTKkLo7U0Vm7E5Q==",
19
+ "hashes": {
20
+ "sha256": "kPaBKnDtUgyV2BTVNInx8jfGJ2Ntp/WBc2If7JXShT4=",
21
+ "sha384": "qXVdOC3kOo4gYqXyEivYRLfXukrJk9zbfl0UioAO5Rp3EPbIRZ/xFXKNtBX0iOzt",
22
+ "sha512": "xjtv8vLNCIEt70TWSiLg3qeJfHeuxmyGLJAmBpmFhHkeS9mlub4ccvzkTiT8eCqX5gfGDFJFTKkLo7U0Vm7E5Q=="
23
+ }
24
+ },
25
+ "@gbl.js": {
26
+ "file": "ai.dbg.2.8.0-beta.2203-10.gbl.js",
27
+ "type": "text/javascript; charset=utf-8",
28
+ "integrity": "sha256-FC1yih0CJKNCDdg0TqjeLv5vHxoMpTGUHcUoysbshbk= sha384-CDUSezuTO9bFIFU/U6jmjItLE5E9ftJ3tK0jSZwdIiiqytbGAR/0MocBHJdRW7V7 sha512-oVsFXtoWWlwHwv9mw+KlBJbsgfAQxgg2zLZuh9abhXWaF9SW3+Rnt0eBc9+6kDnDxiHnm/Lmc9z9PxjkFNGwFg==",
29
+ "hashes": {
30
+ "sha256": "FC1yih0CJKNCDdg0TqjeLv5vHxoMpTGUHcUoysbshbk=",
31
+ "sha384": "CDUSezuTO9bFIFU/U6jmjItLE5E9ftJ3tK0jSZwdIiiqytbGAR/0MocBHJdRW7V7",
32
+ "sha512": "oVsFXtoWWlwHwv9mw+KlBJbsgfAQxgg2zLZuh9abhXWaF9SW3+Rnt0eBc9+6kDnDxiHnm/Lmc9z9PxjkFNGwFg=="
33
+ }
34
+ },
35
+ "@gbl.min.js": {
36
+ "file": "ai.dbg.2.8.0-beta.2203-10.gbl.min.js",
37
+ "type": "text/javascript; charset=utf-8",
38
+ "integrity": "sha256-PzCKvH3ZByVAxYicnC7x3sAlUOszHHtY6fZ1vO74Oys= sha384-eEnUjs/7EOPSUh7VNYGd1/b/0DizaWuWIv8L42ms6KX4++1ma1V0cfQhFohUhYs3 sha512-nSssaTRr9EPS6Vu74M71hJt+3HxCG9frKLy0aVOeXeR0kbfClBKkldEMWLp70tS7mdyzzNhg3SlQAGE0UqUv0A==",
39
+ "hashes": {
40
+ "sha256": "PzCKvH3ZByVAxYicnC7x3sAlUOszHHtY6fZ1vO74Oys=",
41
+ "sha384": "eEnUjs/7EOPSUh7VNYGd1/b/0DizaWuWIv8L42ms6KX4++1ma1V0cfQhFohUhYs3",
42
+ "sha512": "nSssaTRr9EPS6Vu74M71hJt+3HxCG9frKLy0aVOeXeR0kbfClBKkldEMWLp70tS7mdyzzNhg3SlQAGE0UqUv0A=="
43
+ }
44
+ },
45
+ "@js": {
46
+ "file": "ai.dbg.2.8.0-beta.2203-10.js",
47
+ "type": "text/javascript; charset=utf-8",
48
+ "integrity": "sha256-VS85GHY7iw8U2DZiyu/JTHWAfTm1M0Rp9CXJuj4jfCo= sha384-P8MFDrC+8svVPmessKOr3tbJhBw10hIiXD2KYAuPU4ReNapsv17yl456Yw6tg/aV sha512-IjbtKujuna9kpJzBLBkmxFyj9fMlL8LHy1jLcC6pxrEvXMUDhzjb/1+HqMSEfdDr8BxGtbJV8I8YGtbeWE6zxA==",
49
+ "hashes": {
50
+ "sha256": "VS85GHY7iw8U2DZiyu/JTHWAfTm1M0Rp9CXJuj4jfCo=",
51
+ "sha384": "P8MFDrC+8svVPmessKOr3tbJhBw10hIiXD2KYAuPU4ReNapsv17yl456Yw6tg/aV",
52
+ "sha512": "IjbtKujuna9kpJzBLBkmxFyj9fMlL8LHy1jLcC6pxrEvXMUDhzjb/1+HqMSEfdDr8BxGtbJV8I8YGtbeWE6zxA=="
53
+ }
54
+ },
55
+ "@min.js": {
56
+ "file": "ai.dbg.2.8.0-beta.2203-10.min.js",
57
+ "type": "text/javascript; charset=utf-8",
58
+ "integrity": "sha256-vLeA4zFj0/2gwGK59wTeaRzhHjoYhU0MAWlbTXz+clI= sha384-2kB+4nJy0+DWqb45MdgA5Eop0ZaLWpWE2CiWvgwAuxrFd8W6N1zx8DWxpuJqB9sy sha512-GZACHYerYL5MWDPjVo6hgdq3w2k/XnOowvGXYrZ6a4hl9A9s3rMGQo9NsOF/N5kQvpML+wHfsrQ031lK2cLGxw==",
59
+ "hashes": {
60
+ "sha256": "vLeA4zFj0/2gwGK59wTeaRzhHjoYhU0MAWlbTXz+clI=",
61
+ "sha384": "2kB+4nJy0+DWqb45MdgA5Eop0ZaLWpWE2CiWvgwAuxrFd8W6N1zx8DWxpuJqB9sy",
62
+ "sha512": "GZACHYerYL5MWDPjVo6hgdq3w2k/XnOowvGXYrZ6a4hl9A9s3rMGQo9NsOF/N5kQvpML+wHfsrQ031lK2cLGxw=="
63
+ }
64
+ }
65
+ }
66
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - Debug Plugin, 2.8.0-beta.2203-09
2
+ * Application Insights JavaScript SDK - Debug Plugin, 2.8.0-beta.2203-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -62,7 +62,9 @@
62
62
  (getGlobal() || {})["Reflect"];
63
63
  var extendStaticsFn = function (d, b) {
64
64
  extendStaticsFn = ObjClass["setPrototypeOf"] ||
65
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
65
+ ({ __proto__: [] } instanceof Array && function (d, b) {
66
+ d.__proto__ = b;
67
+ }) ||
66
68
  function (d, b) {
67
69
  for (var p in b) {
68
70
  if (b[strShimHasOwnProperty](p)) {
@@ -77,7 +79,9 @@
77
79
  throwTypeError("Class extends value " + String(b) + " is not a constructor or null");
78
80
  }
79
81
  extendStaticsFn(d, b);
80
- function __() { this.constructor = d; }
82
+ function __() {
83
+ this.constructor = d;
84
+ }
81
85
  d[strShimPrototype] = b === null ? objCreateFn(b) : (__[strShimPrototype] = b[strShimPrototype], new __());
82
86
  }
83
87
 
@@ -1357,7 +1361,9 @@
1357
1361
  var context = {
1358
1362
  _next: _moveNext,
1359
1363
  ctx: {
1360
- core: function () { return core; },
1364
+ core: function () {
1365
+ return core;
1366
+ },
1361
1367
  diagLog: function () {
1362
1368
  return safeGetLogger(core, config);
1363
1369
  },
@@ -3965,4 +3971,4 @@
3965
3971
  (function(obj, prop, descriptor) { /* ai_es3_polyfil defineProperty */ var func = Object["defineProperty"]; if (func) { try { return func(obj, prop, descriptor); } catch(e) { /* IE8 defines defineProperty, but will throw */ } } if (descriptor && typeof descriptor.value !== undefined) { obj[prop] = descriptor.value; } return obj; })(exports, '__esModule', { value: true });
3966
3972
 
3967
3973
  }));
3968
- //# sourceMappingURL=ai.dbg.2.8.0-beta.2203-09.js.map
3974
+ //# sourceMappingURL=ai.dbg.2.8.0-beta.2203-10.js.map