@microsoft/applicationinsights-offlinechannel-js 0.3.5-nightly3.2412-07 → 0.3.5-nightly3.2412-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.
- package/dist/es5/applicationinsights-offlinechannel-js.js +4 -4
- 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 +1 -1
- package/dist-es5/Interfaces/IOfflineIndexDb.js +1 -1
- package/dist-es5/Interfaces/IOfflineProvider.js +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 +3 -3
- package/types/applicationinsights-offlinechannel-js.d.ts +1 -1
- package/types/applicationinsights-offlinechannel-js.namespaced.d.ts +13 -13
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Offline Channel, 0.3.5-nightly3.2412-
|
|
2
|
+
* Application Insights JavaScript SDK - Offline Channel, 0.3.5-nightly3.2412-10
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
dynamicProto[DynProtoDefaultOptions] = _gblInst.o;
|
|
1096
1096
|
|
|
1097
1097
|
/*!
|
|
1098
|
-
* NevWare21 Solutions LLC - ts-async, 0.5.
|
|
1098
|
+
* NevWare21 Solutions LLC - ts-async, 0.5.4
|
|
1099
1099
|
* https://github.com/nevware21/ts-async
|
|
1100
1100
|
* Copyright (c) NevWare21 Solutions LLC and contributors. All rights reserved.
|
|
1101
1101
|
* Licensed under the MIT license.
|
|
@@ -1999,7 +1999,7 @@
|
|
|
1999
1999
|
return result;
|
|
2000
2000
|
}
|
|
2001
2001
|
|
|
2002
|
-
var version$1 = '3.3.5-nightly3.2412-
|
|
2002
|
+
var version$1 = '3.3.5-nightly3.2412-10';
|
|
2003
2003
|
var instanceName = "." + newId(6);
|
|
2004
2004
|
var _dataUid = 0;
|
|
2005
2005
|
function _canAcceptData(target) {
|
|
@@ -6368,7 +6368,7 @@
|
|
|
6368
6368
|
return Sender;
|
|
6369
6369
|
}());
|
|
6370
6370
|
|
|
6371
|
-
var version = '0.3.5-nightly3.2412-
|
|
6371
|
+
var version = '0.3.5-nightly3.2412-10';
|
|
6372
6372
|
var DefaultOfflineIdentifier = "OfflineChannel";
|
|
6373
6373
|
var DefaultBatchInterval = 15000;
|
|
6374
6374
|
var DefaultInMemoMaxTime = 15000;
|