@microsoft/applicationinsights-react-native 2.5.6-nightly.2207-22 → 2.5.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 native plugin, 2.5.6-nightly.2207-22
2
+ * Microsoft Application Insights react native plugin, 2.5.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-native#readme
7
7
  */
8
8
 
9
9
  declare namespace ApplicationInsights {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - React Native Plugin, 2.5.6-nightly.2207-22
2
+ * Application Insights JavaScript SDK - React Native Plugin, 2.5.6
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -66,9 +66,7 @@
66
66
  (getGlobal() || {})["Reflect"];
67
67
  var extendStaticsFn = function (d, b) {
68
68
  extendStaticsFn = ObjClass["setPrototypeOf"] ||
69
- ({ __proto__: [] } instanceof Array && function (d, b) {
70
- d.__proto__ = b;
71
- }) ||
69
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
72
70
  function (d, b) {
73
71
  for (var p in b) {
74
72
  if (b[strShimHasOwnProperty](p)) {
@@ -83,9 +81,7 @@
83
81
  throwTypeError("Class extends value " + String(b) + " is not a constructor or null");
84
82
  }
85
83
  extendStaticsFn(d, b);
86
- function __() {
87
- this.constructor = d;
88
- }
84
+ function __() { this.constructor = d; }
89
85
  d[strShimPrototype] = b === null ? objCreateFn(b) : (__[strShimPrototype] = b[strShimPrototype], new __());
90
86
  }
91
87
 
@@ -1049,7 +1045,7 @@
1049
1045
  }
1050
1046
 
1051
1047
  var _objDefineProperty = ObjDefineProperty;
1052
- var version = "2.8.6-nightly.2207-22";
1048
+ var version = '2.8.5';
1053
1049
  var instanceName = "." + newId(6);
1054
1050
  var _dataUid = 0;
1055
1051
  function _createAccessor(target, prop, value) {