@microsoft/applicationinsights-offlinechannel-js 0.3.11-nightly3.2511-09 → 0.3.11-nightly3.2512-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 - Offline Channel, 0.3.11-nightly3.2511-09
2
+ * Application Insights JavaScript SDK - Offline Channel, 0.3.11-nightly3.2512-10
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -847,7 +847,8 @@
847
847
  InvalidEvent: 2 ,
848
848
  SizeLimitExceeded: 3 ,
849
849
  KillSwitch: 4 ,
850
- QueueFull: 5
850
+ QueueFull: 5 ,
851
+ BeaconSendFailure: 6
851
852
  }));
852
853
 
853
854
  var _DYN_TO_LOWER_CASE = "toLowerCase";
@@ -2102,7 +2103,7 @@
2102
2103
  return result;
2103
2104
  }
2104
2105
 
2105
- var version$1 = '3.3.11-nightly3.2511-09';
2106
+ var version$1 = '3.3.11-nightly3.2512-10';
2106
2107
  var instanceName = "." + newId(6);
2107
2108
  var _dataUid = 0;
2108
2109
  function _canAcceptData(target) {
@@ -6521,7 +6522,7 @@
6521
6522
  return Sender;
6522
6523
  }());
6523
6524
 
6524
- var version = '0.3.11-nightly3.2511-09';
6525
+ var version = '0.3.11-nightly3.2512-10';
6525
6526
  var DefaultOfflineIdentifier = "OfflineChannel";
6526
6527
  var DefaultBatchInterval = 15000;
6527
6528
  var DefaultInMemoMaxTime = 15000;