@microsoft/1ds-post-js 4.3.0-nightly3.2406-08 → 4.3.0-nightly3.2406-09
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-08.gbl.js → ms.post-4.3.0-nightly3.2406-09.gbl.js} +53 -46
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.gbl.js.map +1 -0
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.gbl.min.js +7 -0
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.gbl.min.js.map +1 -0
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.integrity.json +46 -0
- package/bundle/es5/{ms.post-4.3.0-nightly3.2406-08.js → ms.post-4.3.0-nightly3.2406-09.js} +53 -46
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.js.map +1 -0
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.min.js +7 -0
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-09.min.js.map +1 -0
- package/bundle/es5/ms.post.gbl.js +52 -45
- 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 +52 -45
- 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 +50 -43
- 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 +2 -2
- 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.0-nightly3.2406-08.gbl.js.map +0 -1
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-08.gbl.min.js +0 -7
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-08.gbl.min.js.map +0 -1
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-08.integrity.json +0 -46
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-08.js.map +0 -1
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-08.min.js +0 -7
- package/bundle/es5/ms.post-4.3.0-nightly3.2406-08.min.js.map +0 -1
package/bundle/es5/{ms.post-4.3.0-nightly3.2406-08.gbl.js → ms.post-4.3.0-nightly3.2406-09.gbl.js}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* 1DS JS SDK POST plugin, 4.3.0-nightly3.2406-
|
|
2
|
+
* 1DS JS SDK POST plugin, 4.3.0-nightly3.2406-09
|
|
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-nightly3.2406-
|
|
8
|
+
var nsKey, key, nm, theExports = {}, modName = "es5_ms_post_4_3_0_nightly3_2406_09", msMod="__ms$mod__";
|
|
9
|
+
var mods={}, modDetail=mods[modName]={}, ver="4.3.0-nightly3.2406-09";
|
|
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.3 */
|
|
41
41
|
/*#__NO_SIDE_EFFECTS__*/
|
|
42
42
|
function _pureAssign(func1, func2) {
|
|
43
43
|
return func1 || func2;
|
|
@@ -138,14 +138,52 @@ function objForEachKey(theObject, callbackfn, thisArg) {
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
|
+
var propMap = {
|
|
142
|
+
e: "enumerable",
|
|
143
|
+
c: "configurable",
|
|
144
|
+
v: "value",
|
|
145
|
+
w: "writable",
|
|
146
|
+
g: "get",
|
|
147
|
+
s: "set"
|
|
148
|
+
};
|
|
149
|
+
/*#__NO_SIDE_EFFECTS__*/
|
|
150
|
+
function _createProp(value) {
|
|
151
|
+
var prop = {};
|
|
152
|
+
prop[propMap["c"]] = true;
|
|
153
|
+
prop[propMap["e"]] = true;
|
|
154
|
+
if (value.l) {
|
|
155
|
+
prop.get = function () { return value.l.v; };
|
|
156
|
+
var desc = objGetOwnPropertyDescriptor(value.l, "v");
|
|
157
|
+
if (desc && desc.set) {
|
|
158
|
+
prop.set = function (newValue) {
|
|
159
|
+
value.l.v = newValue;
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
objForEachKey(value, function (key, value) {
|
|
164
|
+
prop[propMap[key]] = isUndefined(value) ? prop[propMap[key]] : value;
|
|
165
|
+
});
|
|
166
|
+
return prop;
|
|
167
|
+
}
|
|
168
|
+
var objDefineProp = ( /*#__PURE__*/_pureRef(ObjClass, "defineProperty"));
|
|
169
|
+
function objDefine(target, key, propDesc) {
|
|
170
|
+
return objDefineProp(target, key, _createProp(propDesc));
|
|
171
|
+
}
|
|
141
172
|
/*#__NO_SIDE_EFFECTS__*/
|
|
142
|
-
function _createKeyValueMap(values, keyType, valueType, completeFn) {
|
|
173
|
+
function _createKeyValueMap(values, keyType, valueType, completeFn, writable) {
|
|
143
174
|
var theMap = {};
|
|
144
175
|
objForEachKey(values, function (key, value) {
|
|
145
|
-
theMap
|
|
146
|
-
theMap
|
|
176
|
+
_assignMapValue(theMap, key, keyType ? value : key, writable);
|
|
177
|
+
_assignMapValue(theMap, value, valueType ? value : key, writable);
|
|
178
|
+
});
|
|
179
|
+
return completeFn ? completeFn(theMap) : theMap;
|
|
180
|
+
}
|
|
181
|
+
function _assignMapValue(theMap, key, value, writable) {
|
|
182
|
+
objDefineProp(theMap, key, {
|
|
183
|
+
value: value,
|
|
184
|
+
enumerable: true,
|
|
185
|
+
writable: !!writable
|
|
147
186
|
});
|
|
148
|
-
return completeFn(theMap);
|
|
149
187
|
}
|
|
150
188
|
var asString = ( /* #__PURE__ */_pureAssign(StrCls));
|
|
151
189
|
var ERROR_TYPE = "[object Error]";
|
|
@@ -182,7 +220,7 @@ function objDeepFreeze(value) {
|
|
|
182
220
|
if (_objFreeze) {
|
|
183
221
|
objForEachKey(value, function (key, value) {
|
|
184
222
|
if (isArray(value) || isObject(value)) {
|
|
185
|
-
|
|
223
|
+
objDeepFreeze(value);
|
|
186
224
|
}
|
|
187
225
|
});
|
|
188
226
|
}
|
|
@@ -192,11 +230,11 @@ var objFreeze = ( /* #__PURE__*/_pureAssign(_objFreeze, _doNothing));
|
|
|
192
230
|
var objGetPrototypeOf = ( /* #__PURE__*/_pureAssign(( /* #__PURE__*/_pureRef(ObjClass, "getPrototypeOf")), _getProto));
|
|
193
231
|
/*#__NO_SIDE_EFFECTS__*/
|
|
194
232
|
function createEnum(values) {
|
|
195
|
-
return _createKeyValueMap(values, 1 , 0 ,
|
|
233
|
+
return _createKeyValueMap(values, 1 , 0 , objFreeze);
|
|
196
234
|
}
|
|
197
235
|
/*#__NO_SIDE_EFFECTS__*/
|
|
198
236
|
function createEnumKeyMap(values) {
|
|
199
|
-
return _createKeyValueMap(values, 0 , 0 ,
|
|
237
|
+
return _createKeyValueMap(values, 0 , 0 , objFreeze);
|
|
200
238
|
}
|
|
201
239
|
var _wellKnownSymbolMap = /*#__PURE__*/ createEnumKeyMap({
|
|
202
240
|
asyncIterator: 0 ,
|
|
@@ -320,37 +358,6 @@ function polyGetKnownSymbol(name) {
|
|
|
320
358
|
}
|
|
321
359
|
return result;
|
|
322
360
|
}
|
|
323
|
-
var propMap = {
|
|
324
|
-
e: "enumerable",
|
|
325
|
-
c: "configurable",
|
|
326
|
-
v: "value",
|
|
327
|
-
w: "writable",
|
|
328
|
-
g: "get",
|
|
329
|
-
s: "set"
|
|
330
|
-
};
|
|
331
|
-
/*#__NO_SIDE_EFFECTS__*/
|
|
332
|
-
function _createProp(value) {
|
|
333
|
-
var prop = {};
|
|
334
|
-
prop[propMap["c"]] = true;
|
|
335
|
-
prop[propMap["e"]] = true;
|
|
336
|
-
if (value.l) {
|
|
337
|
-
prop.get = function () { return value.l.v; };
|
|
338
|
-
var desc = objGetOwnPropertyDescriptor(value.l, "v");
|
|
339
|
-
if (desc && desc.set) {
|
|
340
|
-
prop.set = function (newValue) {
|
|
341
|
-
value.l.v = newValue;
|
|
342
|
-
};
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
objForEachKey(value, function (key, value) {
|
|
346
|
-
prop[propMap[key]] = isUndefined(value) ? prop[propMap[key]] : value;
|
|
347
|
-
});
|
|
348
|
-
return prop;
|
|
349
|
-
}
|
|
350
|
-
var objDefineProp = ( /*#__PURE__*/_pureRef(ObjClass, "defineProperty"));
|
|
351
|
-
function objDefine(target, key, propDesc) {
|
|
352
|
-
return objDefineProp(target, key, _createProp(propDesc));
|
|
353
|
-
}
|
|
354
361
|
var _globalLazyTestHooks;
|
|
355
362
|
function _initTestHooks() {
|
|
356
363
|
_globalLazyTestHooks = _getGlobalConfig();
|
|
@@ -1804,7 +1811,7 @@ function newId(maxLength) {
|
|
|
1804
1811
|
return result;
|
|
1805
1812
|
}
|
|
1806
1813
|
|
|
1807
|
-
var version = '3.3.0-nightly3.2406-
|
|
1814
|
+
var version = '3.3.0-nightly3.2406-09';
|
|
1808
1815
|
var instanceName = "." + newId(6);
|
|
1809
1816
|
var _dataUid = 0;
|
|
1810
1817
|
function _canAcceptData(target) {
|
|
@@ -4069,7 +4076,7 @@ var _DYN_LENGTH$1 = "length";
|
|
|
4069
4076
|
var _DYN_PROCESS_TELEMETRY_ST0 = "processTelemetryStart";
|
|
4070
4077
|
|
|
4071
4078
|
var _a$1;
|
|
4072
|
-
var Version = '4.3.0-nightly3.2406-
|
|
4079
|
+
var Version = '4.3.0-nightly3.2406-09';
|
|
4073
4080
|
var FullVersionString = "1DS-Web-JS-" + Version;
|
|
4074
4081
|
var ObjHasOwnProperty = ObjProto$1.hasOwnProperty;
|
|
4075
4082
|
var _fieldTypeEventPropMap = (_a$1 = {},
|
|
@@ -5754,7 +5761,7 @@ var PostChannel = /** @class */ (function (_super) {
|
|
|
5754
5761
|
var _this = _super.call(this) || this;
|
|
5755
5762
|
_this.identifier = "PostChannel";
|
|
5756
5763
|
_this.priority = 1011;
|
|
5757
|
-
_this.version = '4.3.0-nightly3.2406-
|
|
5764
|
+
_this.version = '4.3.0-nightly3.2406-09';
|
|
5758
5765
|
var _postConfig;
|
|
5759
5766
|
var _isTeardownCalled = false;
|
|
5760
5767
|
var _flushCallbackQueue = [];
|
|
@@ -6533,4 +6540,4 @@ exports.PostChannel = PostChannel;
|
|
|
6533
6540
|
exports.RT_PROFILE = RT_PROFILE;
|
|
6534
6541
|
|
|
6535
6542
|
}));
|
|
6536
|
-
//# sourceMappingURL=ms.post-4.3.0-nightly3.2406-
|
|
6543
|
+
//# sourceMappingURL=ms.post-4.3.0-nightly3.2406-09.gbl.js.map
|