@microsoft/applicationinsights-react-js 19.3.7-nightly.2505-11 → 19.3.7-nightly.2505-12

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, 19.3.7-nightly.2505-11
2
+ * Microsoft Application Insights react plugin, 19.3.7-nightly.2505-12
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, 19.3.7-nightly.2505-11
2
+ * Application Insights JavaScript SDK - React Plugin, 19.3.7-nightly.2505-12
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.12.4 */
41
+ /*! https://github.com/nevware21/ts-utils v0.12.5 */
42
42
  function _pureAssign(func1, func2) {
43
43
  return func1 || func2;
44
44
  }
@@ -360,7 +360,7 @@
360
360
  function createEnumKeyMap(values) {
361
361
  return _createKeyValueMap(values, 0 , 0 , objFreeze);
362
362
  }
363
- var _wellKnownSymbolMap = createEnumKeyMap({
363
+ var _wellKnownSymbolMap = ( createEnumKeyMap({
364
364
  asyncIterator: 0 ,
365
365
  hasInstance: 1 ,
366
366
  isConcatSpreadable: 2 ,
@@ -374,7 +374,7 @@
374
374
  toPrimitive: 10 ,
375
375
  toStringTag: 11 ,
376
376
  unscopables: 12
377
- });
377
+ }));
378
378
  var GLOBAL_CONFIG_KEY = "__tsUtils$gblCfg";
379
379
  var _globalCfg;
380
380
  function _getGlobalValue() {
@@ -1687,7 +1687,7 @@
1687
1687
  return result;
1688
1688
  }
1689
1689
 
1690
- var version = '3.3.8-nightly3.2505-18';
1690
+ var version = '3.3.8-nightly3.2505-21';
1691
1691
  var instanceName = "." + newId(6);
1692
1692
  var _dataUid = 0;
1693
1693
  function _canAcceptData(target) {
@@ -1745,7 +1745,7 @@
1745
1745
  }
1746
1746
 
1747
1747
  function _isConfigDefaults(value) {
1748
- return (value && isObject(value) && (value.isVal || value.fb || objHasOwn(value, "v") || objHasOwn(value, "mrg") || objHasOwn(value, "ref") || value.set));
1748
+ return (value && isObject(value) && !isArray(value) && (value.isVal || value.fb || objHasOwn(value, "v") || objHasOwn(value, "mrg") || objHasOwn(value, "ref") || value.set));
1749
1749
  }
1750
1750
  function _getDefault(dynamicHandler, theConfig, cfgDefaults) {
1751
1751
  var defValue;