@microsoft/applicationinsights-offlinechannel-js 0.4.2-nightly3.2606-02 → 0.4.2
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.
- package/dist/es5/applicationinsights-offlinechannel-js.js +3 -3
- package/dist/es5/applicationinsights-offlinechannel-js.js.map +1 -1
- package/dist/es5/applicationinsights-offlinechannel-js.min.js +2 -2
- package/dist/es5/applicationinsights-offlinechannel-js.min.js.map +1 -1
- package/dist-es5/Helpers/Utils.js +1 -1
- package/dist-es5/InMemoryBatch.js +1 -1
- package/dist-es5/Interfaces/IInMemoryBatch.js +1 -1
- package/dist-es5/Interfaces/IOfflineBatch.js +4 -4
- package/dist-es5/Interfaces/IOfflineBatch.js.map +1 -1
- package/dist-es5/Interfaces/IOfflineIndexDb.js +1 -1
- package/dist-es5/Interfaces/IOfflineProvider.js +2 -2
- package/dist-es5/Interfaces/IOfflineProvider.js.map +1 -1
- package/dist-es5/Interfaces/ISender.js +1 -1
- package/dist-es5/OfflineBatchHandler.js +1 -1
- package/dist-es5/OfflineChannel.js +2 -2
- package/dist-es5/OfflineChannel.js.map +1 -1
- package/dist-es5/PayloadHelper.js +1 -1
- package/dist-es5/Providers/IndexDbHelper.js +1 -1
- package/dist-es5/Providers/IndexDbProvider.js +1 -1
- package/dist-es5/Providers/WebStorageProvider.js +1 -1
- package/dist-es5/Sender.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/applicationinsights-offlinechannel-js.js +1 -1
- package/package.json +72 -75
- package/types/applicationinsights-offlinechannel-js.d.ts +1 -1
- package/types/applicationinsights-offlinechannel-js.namespaced.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Offline Channel, 0.4.2
|
|
2
|
+
* Application Insights JavaScript SDK - Offline Channel, 0.4.2
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -2160,7 +2160,7 @@
|
|
|
2160
2160
|
return result;
|
|
2161
2161
|
}
|
|
2162
2162
|
|
|
2163
|
-
var version$1 = "3.4.2
|
|
2163
|
+
var version$1 = "3.4.2";
|
|
2164
2164
|
var instanceName = "." + newId(6);
|
|
2165
2165
|
var _dataUid = 0;
|
|
2166
2166
|
function _canAcceptData(target) {
|
|
@@ -6547,7 +6547,7 @@
|
|
|
6547
6547
|
return Sender;
|
|
6548
6548
|
}());
|
|
6549
6549
|
|
|
6550
|
-
var version = '0.4.2
|
|
6550
|
+
var version = '0.4.2';
|
|
6551
6551
|
var DefaultOfflineIdentifier = "OfflineChannel";
|
|
6552
6552
|
var DefaultBatchInterval = 15000;
|
|
6553
6553
|
var DefaultInMemoMaxTime = 15000;
|