@microsoft/1ds-post-js 4.3.4-nightly3.2410-04 → 4.3.4-nightly3.2410-20
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.4-nightly3.2410-04.gbl.js → ms.post-4.3.4-nightly3.2410-20.gbl.js} +9 -9
- package/bundle/es5/ms.post-4.3.4-nightly3.2410-20.gbl.js.map +1 -0
- package/bundle/es5/{ms.post-4.3.4-nightly3.2410-04.gbl.min.js → ms.post-4.3.4-nightly3.2410-20.gbl.min.js} +3 -3
- package/bundle/es5/ms.post-4.3.4-nightly3.2410-20.gbl.min.js.map +1 -0
- package/bundle/es5/ms.post-4.3.4-nightly3.2410-20.integrity.json +46 -0
- package/bundle/es5/{ms.post-4.3.4-nightly3.2410-04.js → ms.post-4.3.4-nightly3.2410-20.js} +9 -9
- package/bundle/es5/ms.post-4.3.4-nightly3.2410-20.js.map +1 -0
- package/bundle/es5/{ms.post-4.3.4-nightly3.2410-04.min.js → ms.post-4.3.4-nightly3.2410-20.min.js} +3 -3
- package/bundle/es5/ms.post-4.3.4-nightly3.2410-20.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 +4 -3
- package/types/1ds-post-js.d.ts +1 -1
- package/types/1ds-post-js.namespaced.d.ts +1 -1
- package/bundle/es5/ms.post-4.3.4-nightly3.2410-04.gbl.js.map +0 -1
- package/bundle/es5/ms.post-4.3.4-nightly3.2410-04.gbl.min.js.map +0 -1
- package/bundle/es5/ms.post-4.3.4-nightly3.2410-04.integrity.json +0 -46
- package/bundle/es5/ms.post-4.3.4-nightly3.2410-04.js.map +0 -1
- package/bundle/es5/ms.post-4.3.4-nightly3.2410-04.min.js.map +0 -1
package/bundle/es5/{ms.post-4.3.4-nightly3.2410-04.gbl.js → ms.post-4.3.4-nightly3.2410-20.gbl.js}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* 1DS JS SDK POST plugin, 4.3.4-nightly3.2410-
|
|
2
|
+
* 1DS JS SDK POST plugin, 4.3.4-nightly3.2410-20
|
|
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.4-nightly3.2410-
|
|
8
|
+
var nsKey, key, nm, theExports = {}, modName = "es5_ms_post_4_3_4_nightly3_2410_20", msMod="__ms$mod__";
|
|
9
|
+
var mods={}, modDetail=mods[modName]={}, ver="4.3.4-nightly3.2410-20";
|
|
10
10
|
// Versioned namespace "oneDS4"
|
|
11
11
|
var exportNs=global, nsKey="oneDS4", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
|
|
12
12
|
// Global namespace "oneDS"
|
|
@@ -37,7 +37,7 @@ var strShimPrototype = "prototype";
|
|
|
37
37
|
var ObjClass$1 = Object;
|
|
38
38
|
var ObjProto$1 = ObjClass$1[strShimPrototype];
|
|
39
39
|
|
|
40
|
-
/*! https://github.com/nevware21/ts-utils v0.11.
|
|
40
|
+
/*! https://github.com/nevware21/ts-utils v0.11.5 */
|
|
41
41
|
/*#__NO_SIDE_EFFECTS__*/
|
|
42
42
|
function _pureAssign(func1, func2) {
|
|
43
43
|
return func1 || func2;
|
|
@@ -1133,7 +1133,7 @@ function throwAggregationError(message, sourceErrors) {
|
|
|
1133
1133
|
}
|
|
1134
1134
|
|
|
1135
1135
|
/*!
|
|
1136
|
-
* NevWare21 Solutions LLC - ts-async, 0.5.
|
|
1136
|
+
* NevWare21 Solutions LLC - ts-async, 0.5.3
|
|
1137
1137
|
* https://github.com/nevware21/ts-async
|
|
1138
1138
|
* Copyright (c) NevWare21 Solutions LLC and contributors. All rights reserved.
|
|
1139
1139
|
* Licensed under the MIT license.
|
|
@@ -1830,7 +1830,7 @@ function newId(maxLength) {
|
|
|
1830
1830
|
return result;
|
|
1831
1831
|
}
|
|
1832
1832
|
|
|
1833
|
-
var version = '3.3.4-nightly3.2410-
|
|
1833
|
+
var version = '3.3.4-nightly3.2410-20';
|
|
1834
1834
|
var instanceName = "." + newId(6);
|
|
1835
1835
|
var _dataUid = 0;
|
|
1836
1836
|
function _canAcceptData(target) {
|
|
@@ -4101,7 +4101,7 @@ var _DYN_LENGTH$1 = "length";
|
|
|
4101
4101
|
var _DYN_PROCESS_TELEMETRY_ST0 = "processTelemetryStart";
|
|
4102
4102
|
|
|
4103
4103
|
var _a$1;
|
|
4104
|
-
var Version = '4.3.4-nightly3.2410-
|
|
4104
|
+
var Version = '4.3.4-nightly3.2410-20';
|
|
4105
4105
|
var FullVersionString = "1DS-Web-JS-" + Version;
|
|
4106
4106
|
var ObjHasOwnProperty = ObjProto$1.hasOwnProperty;
|
|
4107
4107
|
var _fieldTypeEventPropMap = (_a$1 = {},
|
|
@@ -5794,7 +5794,7 @@ var PostChannel = /** @class */ (function (_super) {
|
|
|
5794
5794
|
var _this = _super.call(this) || this;
|
|
5795
5795
|
_this.identifier = "PostChannel";
|
|
5796
5796
|
_this.priority = 1011;
|
|
5797
|
-
_this.version = '4.3.4-nightly3.2410-
|
|
5797
|
+
_this.version = '4.3.4-nightly3.2410-20';
|
|
5798
5798
|
var _postConfig;
|
|
5799
5799
|
var _isTeardownCalled = false;
|
|
5800
5800
|
var _flushCallbackQueue = [];
|
|
@@ -6579,4 +6579,4 @@ exports.PostChannel = PostChannel;
|
|
|
6579
6579
|
exports.RT_PROFILE = RT_PROFILE;
|
|
6580
6580
|
|
|
6581
6581
|
}));
|
|
6582
|
-
//# sourceMappingURL=ms.post-4.3.4-nightly3.2410-
|
|
6582
|
+
//# sourceMappingURL=ms.post-4.3.4-nightly3.2410-20.gbl.js.map
|