@microsoft/applicationinsights-react-js 3.3.6-nightly.2207-22 → 3.3.6

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.28.3",
4
+ "toolVersion": "7.28.6",
5
5
  "schemaVersion": 1009,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,9 +1,9 @@
1
1
  /*
2
- * Microsoft Application Insights react plugin, 3.3.6-nightly.2207-22
2
+ * Microsoft Application Insights react plugin, 3.3.6
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
- *
6
- *
5
+ * Microsoft Application Insights Team
6
+ * https://github.com/microsoft/applicationinsights-react-js#readme
7
7
  */
8
8
 
9
9
  declare namespace ApplicationInsights {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - React Plugin, 3.3.6-nightly.2207-22
2
+ * Application Insights JavaScript SDK - React Plugin, 3.3.6
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -12,12 +12,12 @@
12
12
 
13
13
  function _interopNamespace(e) {
14
14
  if (e && e.__esModule) return e;
15
- var n = (function(obj) { /* ai_es3_polyfil create */ var func = Object["create"]; if (func) { return func(obj); } if (obj == null) { return {}; }; var type = typeof obj; if (type !== 'object' && type !== 'function') { throw new TypeError('Object prototype may only be an Object:' + obj); } function tmpFunc() {}; tmpFunc.prototype = obj; return new tmpFunc(); })(null);
15
+ var n = Object.create(null);
16
16
  if (e) {
17
17
  Object.keys(e).forEach(function (k) {
18
18
  if (k !== 'default') {
19
- var d = (function(obj, prop) { /* ai_es3_polyfil getOwnPropertyDescriptor */var func = Object["getOwnPropertyDescriptor"]; if (func) { return func(obj, prop); } return undefined; })(e, k);
20
- (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; })(n, k, d.get ? d : {
19
+ var d = Object.getOwnPropertyDescriptor(e, k);
20
+ Object.defineProperty(n, k, d.get ? d : {
21
21
  enumerable: true,
22
22
  get: function () { return e[k]; }
23
23
  });
@@ -98,9 +98,7 @@
98
98
  var __assignFn = ObjAssign || __objAssignFnImpl;
99
99
  var extendStaticsFn = function (d, b) {
100
100
  extendStaticsFn = ObjClass["setPrototypeOf"] ||
101
- ({ __proto__: [] } instanceof Array && function (d, b) {
102
- d.__proto__ = b;
103
- }) ||
101
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
104
102
  function (d, b) {
105
103
  for (var p in b) {
106
104
  if (b[strShimHasOwnProperty](p)) {
@@ -115,9 +113,7 @@
115
113
  throwTypeError("Class extends value " + String(b) + " is not a constructor or null");
116
114
  }
117
115
  extendStaticsFn(d, b);
118
- function __() {
119
- this.constructor = d;
120
- }
116
+ function __() { this.constructor = d; }
121
117
  d[strShimPrototype] = b === null ? objCreateFn(b) : (__[strShimPrototype] = b[strShimPrototype], new __());
122
118
  }
123
119
 
@@ -1172,7 +1168,7 @@
1172
1168
  }
1173
1169
 
1174
1170
  var _objDefineProperty = ObjDefineProperty;
1175
- var version = "2.8.6-nightly.2207-22";
1171
+ var version = '2.8.5';
1176
1172
  var instanceName = "." + newId(6);
1177
1173
  var _dataUid = 0;
1178
1174
  function _createAccessor(target, prop, value) {
@@ -2332,7 +2328,7 @@
2332
2328
  exports.useTrackMetric = useComponentTracking$1;
2333
2329
  exports.withAITracking = withAITracking;
2334
2330
 
2335
- (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 });
2331
+ Object.defineProperty(exports, '__esModule', { value: true });
2336
2332
 
2337
2333
  }));
2338
2334
  //# sourceMappingURL=applicationinsights-react-js.js.map