@microsoft/applicationinsights-react-native 4.3.6-nightly.2502-04 → 4.3.6-nightly.2502-06

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, 4.3.6-nightly.2502-04
2
+ * Application Insights JavaScript SDK - React Native Plugin, 4.3.6-nightly.2502-06
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -18,7 +18,7 @@
18
18
  var strShimPrototype = "prototype";
19
19
  var ObjClass$1 = Object;
20
20
 
21
- /*! https://github.com/nevware21/ts-utils v0.11.6 */
21
+ /*! https://github.com/nevware21/ts-utils v0.11.7 */
22
22
  function _pureAssign(func1, func2) {
23
23
  return func1 || func2;
24
24
  }
@@ -154,8 +154,8 @@
154
154
  function _createKeyValueMap(values, keyType, valueType, completeFn, writable) {
155
155
  var theMap = {};
156
156
  objForEachKey(values, function (key, value) {
157
- _assignMapValue(theMap, key, keyType ? value : key, writable);
158
- _assignMapValue(theMap, value, valueType ? value : key, writable);
157
+ _assignMapValue(theMap, key, keyType ? value : key);
158
+ _assignMapValue(theMap, value, valueType ? value : key);
159
159
  });
160
160
  return completeFn ? completeFn(theMap) : theMap;
161
161
  }
@@ -163,7 +163,7 @@
163
163
  objDefineProp(theMap, key, {
164
164
  value: value,
165
165
  enumerable: true,
166
- writable: !!writable
166
+ writable: false
167
167
  });
168
168
  }
169
169
  var asString = ( _pureAssign(StrCls));
@@ -1367,7 +1367,7 @@
1367
1367
  return result;
1368
1368
  }
1369
1369
 
1370
- var version = '3.3.6-nightly3.2502-09';
1370
+ var version = '3.3.6-nightly3.2502-14';
1371
1371
  var instanceName = "." + newId(6);
1372
1372
  var _dataUid = 0;
1373
1373
  function _canAcceptData(target) {