@microsoft/applicationinsights-offlinechannel-js 0.3.8-nightly3.2505-17 → 0.3.8-nightly3.2505-22

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 - Offline Channel, 0.3.8-nightly3.2505-17
2
+ * Application Insights JavaScript SDK - Offline Channel, 0.3.8-nightly3.2505-22
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -8,7 +8,7 @@
8
8
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.Microsoft = global.Microsoft || {}, global.Microsoft.ApplicationInsights = global.Microsoft.ApplicationInsights || {})));
9
9
  })(this, (function (exports) { 'use strict';
10
10
 
11
- /*! https://github.com/nevware21/ts-utils v0.12.3 */
11
+ /*! https://github.com/nevware21/ts-utils v0.12.4 */
12
12
  /*#__NO_SIDE_EFFECTS__*/
13
13
  function _pureAssign(func1, func2) {
14
14
  return func1 || func2;
@@ -2101,7 +2101,7 @@
2101
2101
  return result;
2102
2102
  }
2103
2103
 
2104
- var version$1 = '3.3.8-nightly3.2505-17';
2104
+ var version$1 = '3.3.8-nightly3.2505-22';
2105
2105
  var instanceName = "." + newId(6);
2106
2106
  var _dataUid = 0;
2107
2107
  function _canAcceptData(target) {
@@ -2159,7 +2159,7 @@
2159
2159
  }
2160
2160
 
2161
2161
  function _isConfigDefaults(value) {
2162
- return (value && isObject(value) && (value.isVal || value.fb || objHasOwn(value, "v") || objHasOwn(value, "mrg") || objHasOwn(value, "ref") || value.set));
2162
+ return (value && isObject(value) && !isArray(value) && (value.isVal || value.fb || objHasOwn(value, "v") || objHasOwn(value, "mrg") || objHasOwn(value, "ref") || value.set));
2163
2163
  }
2164
2164
  function _getDefault(dynamicHandler, theConfig, cfgDefaults) {
2165
2165
  var defValue;
@@ -6496,7 +6496,7 @@
6496
6496
  return Sender;
6497
6497
  }());
6498
6498
 
6499
- var version = '0.3.8-nightly3.2505-17';
6499
+ var version = '0.3.8-nightly3.2505-22';
6500
6500
  var DefaultOfflineIdentifier = "OfflineChannel";
6501
6501
  var DefaultBatchInterval = 15000;
6502
6502
  var DefaultInMemoMaxTime = 15000;