@microsoft/applicationinsights-react-native 2.5.0-beta.2203-09 → 2.5.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - React Native Plugin, 2.5.0-beta.2203-09
2
+ * Application Insights JavaScript SDK - React Native Plugin, 2.5.0-beta.2203-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -66,7 +66,9 @@
66
66
  (getGlobal() || {})["Reflect"];
67
67
  var extendStaticsFn = function (d, b) {
68
68
  extendStaticsFn = ObjClass["setPrototypeOf"] ||
69
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
69
+ ({ __proto__: [] } instanceof Array && function (d, b) {
70
+ d.__proto__ = b;
71
+ }) ||
70
72
  function (d, b) {
71
73
  for (var p in b) {
72
74
  if (b[strShimHasOwnProperty](p)) {
@@ -81,7 +83,9 @@
81
83
  throwTypeError("Class extends value " + String(b) + " is not a constructor or null");
82
84
  }
83
85
  extendStaticsFn(d, b);
84
- function __() { this.constructor = d; }
86
+ function __() {
87
+ this.constructor = d;
88
+ }
85
89
  d[strShimPrototype] = b === null ? objCreateFn(b) : (__[strShimPrototype] = b[strShimPrototype], new __());
86
90
  }
87
91
 
@@ -1103,7 +1107,9 @@
1103
1107
  var context = {
1104
1108
  _next: _moveNext,
1105
1109
  ctx: {
1106
- core: function () { return core; },
1110
+ core: function () {
1111
+ return core;
1112
+ },
1107
1113
  diagLog: function () {
1108
1114
  return safeGetLogger(core, config);
1109
1115
  },