@microsoft/applicationinsights-web-basic 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.
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "aib",
3
+ "version": "2.8.0-beta.2203-10",
4
+ "ext": {
5
+ "@js": {
6
+ "file": "aib.2.8.0-beta.2203-10.js",
7
+ "type": "text/javascript; charset=utf-8",
8
+ "integrity": "sha256-VE/LrOyTQqbMkTeT2aKhuGtSCIL4/5B9P8hW2GYxVCU= sha384-yJZJ0U1HjX0Xl0Sl36hboNmmchqi90IaRzKj0qw3juE8IgLYLwZXLSSFSh6RlVia sha512-lJBXZaq8fcDN8/YwGZwSeFWCq/RbTdzxdnlcgqqasnN2GRjg1gP37f4AMHuvduyvgTYh7GPDE3OD4QIwQgP1Dw==",
9
+ "hashes": {
10
+ "sha256": "VE/LrOyTQqbMkTeT2aKhuGtSCIL4/5B9P8hW2GYxVCU=",
11
+ "sha384": "yJZJ0U1HjX0Xl0Sl36hboNmmchqi90IaRzKj0qw3juE8IgLYLwZXLSSFSh6RlVia",
12
+ "sha512": "lJBXZaq8fcDN8/YwGZwSeFWCq/RbTdzxdnlcgqqasnN2GRjg1gP37f4AMHuvduyvgTYh7GPDE3OD4QIwQgP1Dw=="
13
+ }
14
+ },
15
+ "@min.js": {
16
+ "file": "aib.2.8.0-beta.2203-10.min.js",
17
+ "type": "text/javascript; charset=utf-8",
18
+ "integrity": "sha256-5YwD/RfkMwR2iM1lnOjZEo6PLdIblo401no0IHTaxGA= sha384-huSkWlE4prk9B7GTyJu2otqRRLv65sFQTqauyvMm0HZ43JhpqfGJ7JmKbfbz5aeD sha512-DtrH9+X2H67h115mIjXX1BwfhRPozVDxbSr+ji5i8fcTNbQRWD6KeKRFsHFBgJ0xHayo6lR+s+2mwrPg7SmMFQ==",
19
+ "hashes": {
20
+ "sha256": "5YwD/RfkMwR2iM1lnOjZEo6PLdIblo401no0IHTaxGA=",
21
+ "sha384": "huSkWlE4prk9B7GTyJu2otqRRLv65sFQTqauyvMm0HZ43JhpqfGJ7JmKbfbz5aeD",
22
+ "sha512": "DtrH9+X2H67h115mIjXX1BwfhRPozVDxbSr+ji5i8fcTNbQRWD6KeKRFsHFBgJ0xHayo6lR+s+2mwrPg7SmMFQ=="
23
+ }
24
+ }
25
+ }
26
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.0-beta.2203-09
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.0-beta.2203-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -84,7 +84,9 @@
84
84
  var __assignFn = ObjAssign || __objAssignFnImpl;
85
85
  var extendStaticsFn = function (d, b) {
86
86
  extendStaticsFn = ObjClass["setPrototypeOf"] ||
87
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
87
+ ({ __proto__: [] } instanceof Array && function (d, b) {
88
+ d.__proto__ = b;
89
+ }) ||
88
90
  function (d, b) {
89
91
  for (var p in b) {
90
92
  if (b[strShimHasOwnProperty](p)) {
@@ -99,7 +101,9 @@
99
101
  throwTypeError("Class extends value " + String(b) + " is not a constructor or null");
100
102
  }
101
103
  extendStaticsFn(d, b);
102
- function __() { this.constructor = d; }
104
+ function __() {
105
+ this.constructor = d;
106
+ }
103
107
  d[strShimPrototype] = b === null ? objCreateFn(b) : (__[strShimPrototype] = b[strShimPrototype], new __());
104
108
  }
105
109
  function __spreadArrayFn(to, from) {
@@ -1610,7 +1614,9 @@
1610
1614
  var context = {
1611
1615
  _next: _moveNext,
1612
1616
  ctx: {
1613
- core: function () { return core; },
1617
+ core: function () {
1618
+ return core;
1619
+ },
1614
1620
  diagLog: function () {
1615
1621
  return safeGetLogger(core, config);
1616
1622
  },
@@ -2262,7 +2268,9 @@
2262
2268
  }
2263
2269
  });
2264
2270
  },
2265
- isInitialized: function () { return isInitialized; },
2271
+ isInitialized: function () {
2272
+ return isInitialized;
2273
+ },
2266
2274
  processTelemetry: function (item, itemCtx) {
2267
2275
  _processChannelQueue(channelQueue, itemCtx || _getTelCtx(), function (chainCtx) {
2268
2276
  chainCtx[strProcessNext](item);
@@ -5048,7 +5056,7 @@
5048
5056
  }
5049
5057
  }
5050
5058
  var EnvelopeCreator = {
5051
- Version: "2.8.0-beta.2203-09"
5059
+ Version: "2.8.0-beta.2203-10"
5052
5060
  };
5053
5061
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
5054
5062
  EnvelopeCreatorInit(logger, telemetryItem);
@@ -6259,4 +6267,4 @@
6259
6267
  (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 });
6260
6268
 
6261
6269
  }));
6262
- //# sourceMappingURL=aib.2.8.0-beta.2203-09.js.map
6270
+ //# sourceMappingURL=aib.2.8.0-beta.2203-10.js.map