@microsoft/applicationinsights-offlinechannel-js 0.1.1-nightly3.2403-04 → 0.1.1

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.1.1-nightly3.2403-04
2
+ * Application Insights JavaScript SDK - Offline Channel, 0.1.1
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -6369,7 +6369,7 @@
6369
6369
  return Sender;
6370
6370
  }());
6371
6371
 
6372
- var version = '0.1.1-nightly3.2403-04';
6372
+ var version = '0.1.1';
6373
6373
  var DefaultOfflineIdentifier = "OfflineChannel";
6374
6374
  var DefaultBatchInterval = 15000;
6375
6375
  var DefaultInMemoMaxTime = 15000;