@microsoft/applicationinsights-react-js 17.3.6-nightly.2502-05 → 17.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
- * Microsoft Application Insights react plugin, 17.3.6-nightly.2502-05
2
+ * Microsoft Application Insights react plugin, 17.3.6-nightly.2502-06
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - React Plugin, 17.3.6-nightly.2502-05
2
+ * Application Insights JavaScript SDK - React Plugin, 17.3.6-nightly.2502-06
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -38,7 +38,7 @@
38
38
  var ObjClass$1 = Object;
39
39
  var ObjProto$1 = ObjClass$1[strShimPrototype];
40
40
 
41
- /*! https://github.com/nevware21/ts-utils v0.11.6 */
41
+ /*! https://github.com/nevware21/ts-utils v0.11.7 */
42
42
  function _pureAssign(func1, func2) {
43
43
  return func1 || func2;
44
44
  }
@@ -191,8 +191,8 @@
191
191
  function _createKeyValueMap(values, keyType, valueType, completeFn, writable) {
192
192
  var theMap = {};
193
193
  objForEachKey(values, function (key, value) {
194
- _assignMapValue(theMap, key, keyType ? value : key, writable);
195
- _assignMapValue(theMap, value, valueType ? value : key, writable);
194
+ _assignMapValue(theMap, key, keyType ? value : key);
195
+ _assignMapValue(theMap, value, valueType ? value : key);
196
196
  });
197
197
  return completeFn ? completeFn(theMap) : theMap;
198
198
  }
@@ -200,7 +200,7 @@
200
200
  objDefineProp(theMap, key, {
201
201
  value: value,
202
202
  enumerable: true,
203
- writable: !!writable
203
+ writable: false
204
204
  });
205
205
  }
206
206
  var asString = ( _pureAssign(StrCls));
@@ -1480,7 +1480,7 @@
1480
1480
  return result;
1481
1481
  }
1482
1482
 
1483
- var version = '3.3.6-nightly3.2502-09';
1483
+ var version = '3.3.6-nightly3.2502-12';
1484
1484
  var instanceName = "." + newId(6);
1485
1485
  var _dataUid = 0;
1486
1486
  function _canAcceptData(target) {