@microsoft/1ds-post-js 4.3.0-nightly3.2406-09 → 4.3.0
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/bundle/es5/{ms.post-4.3.0-nightly3.2406-09.gbl.js → ms.post-4.3.0.gbl.js} +9 -9
- package/bundle/es5/ms.post-4.3.0.gbl.js.map +1 -0
- package/bundle/es5/ms.post-4.3.0.gbl.min.js +7 -0
- package/bundle/es5/ms.post-4.3.0.gbl.min.js.map +1 -0
- package/bundle/es5/ms.post-4.3.0.integrity.json +46 -0
- package/bundle/es5/{ms.post-4.3.0-nightly3.2406-09.js → ms.post-4.3.0.js} +9 -9
- package/bundle/es5/ms.post-4.3.0.js.map +1 -0
- package/bundle/es5/ms.post-4.3.0.min.js +7 -0
- package/bundle/es5/ms.post-4.3.0.min.js.map +1 -0
- package/bundle/es5/ms.post.gbl.js +8 -8
- package/bundle/es5/ms.post.gbl.js.map +1 -1
- package/bundle/es5/ms.post.gbl.min.js +2 -2
- package/bundle/es5/ms.post.gbl.min.js.map +1 -1
- package/bundle/es5/ms.post.integrity.json +17 -17
- package/bundle/es5/ms.post.js +8 -8
- package/bundle/es5/ms.post.js.map +1 -1
- package/bundle/es5/ms.post.min.js +2 -2
- package/bundle/es5/ms.post.min.js.map +1 -1
- package/dist/es5/ms.post.js +6 -6
- package/dist/es5/ms.post.js.map +1 -1
- package/dist/es5/ms.post.min.js +2 -2
- package/dist/es5/ms.post.min.js.map +1 -1
- package/dist-es5/BatchNotificationActions.js +1 -1
- package/dist-es5/ClockSkewManager.js +1 -1
- package/dist-es5/DataModels.js +1 -1
- package/dist-es5/EventBatch.js +1 -1
- package/dist-es5/HttpManager.js +1 -1
- package/dist-es5/Index.js +1 -1
- package/dist-es5/InternalConstants.js +1 -1
- package/dist-es5/KillSwitch.js +1 -1
- package/dist-es5/PostChannel.js +2 -2
- package/dist-es5/PostChannel.js.map +1 -1
- package/dist-es5/RetryPolicy.js +1 -1
- package/dist-es5/Serializer.js +1 -1
- package/dist-es5/TimeoutOverrideWrapper.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/typings/XDomainRequest.js +1 -1
- package/package.json +63 -66
- package/types/1ds-post-js.d.ts +1 -1
- package/types/1ds-post-js.namespaced.d.ts +3 -3
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.gbl.js.map +0 -1
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.gbl.min.js +0 -7
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.gbl.min.js.map +0 -1
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.integrity.json +0 -46
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.js.map +0 -1
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.min.js +0 -7
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.min.js.map +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* 1DS JS SDK POST plugin, 4.3.0
|
|
2
|
+
* 1DS JS SDK POST plugin, 4.3.0
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
* (Microsoft Internal Only)
|
|
5
5
|
*/
|
|
6
6
|
(function (global, factory) {
|
|
7
7
|
var undef = "undefined";
|
|
8
|
-
var nsKey, key, nm, theExports = {}, modName = "
|
|
9
|
-
var mods={}, modDetail=mods[modName]={}, ver="4.3.0
|
|
8
|
+
var nsKey, key, nm, theExports = {}, modName = "es5_ms_post_4_3_0", msMod="__ms$mod__";
|
|
9
|
+
var mods={}, modDetail=mods[modName]={}, ver="4.3.0";
|
|
10
10
|
// Versioned namespace "oneDS4"
|
|
11
11
|
var exportNs=global, nsKey="oneDS4", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
|
|
12
12
|
// Global namespace "oneDS"
|
|
@@ -1114,9 +1114,9 @@ function throwAggregationError(message, sourceErrors) {
|
|
|
1114
1114
|
}
|
|
1115
1115
|
|
|
1116
1116
|
/*!
|
|
1117
|
-
* NevWare21 - ts-async, 0.5.
|
|
1117
|
+
* NevWare21 Solutions LLC - ts-async, 0.5.2
|
|
1118
1118
|
* https://github.com/nevware21/ts-async
|
|
1119
|
-
* Copyright (c) NevWare21 and contributors. All rights reserved.
|
|
1119
|
+
* Copyright (c) NevWare21 Solutions LLC and contributors. All rights reserved.
|
|
1120
1120
|
* Licensed under the MIT license.
|
|
1121
1121
|
*/
|
|
1122
1122
|
var STR_PROMISE = "Promise";
|
|
@@ -1811,7 +1811,7 @@ function newId(maxLength) {
|
|
|
1811
1811
|
return result;
|
|
1812
1812
|
}
|
|
1813
1813
|
|
|
1814
|
-
var version = '3.3.0
|
|
1814
|
+
var version = '3.3.0';
|
|
1815
1815
|
var instanceName = "." + newId(6);
|
|
1816
1816
|
var _dataUid = 0;
|
|
1817
1817
|
function _canAcceptData(target) {
|
|
@@ -4076,7 +4076,7 @@ var _DYN_LENGTH$1 = "length";
|
|
|
4076
4076
|
var _DYN_PROCESS_TELEMETRY_ST0 = "processTelemetryStart";
|
|
4077
4077
|
|
|
4078
4078
|
var _a$1;
|
|
4079
|
-
var Version = '4.3.0
|
|
4079
|
+
var Version = '4.3.0';
|
|
4080
4080
|
var FullVersionString = "1DS-Web-JS-" + Version;
|
|
4081
4081
|
var ObjHasOwnProperty = ObjProto$1.hasOwnProperty;
|
|
4082
4082
|
var _fieldTypeEventPropMap = (_a$1 = {},
|
|
@@ -5761,7 +5761,7 @@ var PostChannel = /** @class */ (function (_super) {
|
|
|
5761
5761
|
var _this = _super.call(this) || this;
|
|
5762
5762
|
_this.identifier = "PostChannel";
|
|
5763
5763
|
_this.priority = 1011;
|
|
5764
|
-
_this.version = '4.3.0
|
|
5764
|
+
_this.version = '4.3.0';
|
|
5765
5765
|
var _postConfig;
|
|
5766
5766
|
var _isTeardownCalled = false;
|
|
5767
5767
|
var _flushCallbackQueue = [];
|
|
@@ -6540,4 +6540,4 @@ exports.PostChannel = PostChannel;
|
|
|
6540
6540
|
exports.RT_PROFILE = RT_PROFILE;
|
|
6541
6541
|
|
|
6542
6542
|
}));
|
|
6543
|
-
//# sourceMappingURL=ms.post-4.3.0
|
|
6543
|
+
//# sourceMappingURL=ms.post-4.3.0.gbl.js.map
|