@microsoft/1ds-core-js 4.3.6-nightly3.2502-12 → 4.3.6-nightly3.2502-14

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.
Files changed (42) hide show
  1. package/bundle/es5/{ms.core-4.3.6-nightly3.2502-12.gbl.js → ms.core-4.3.6-nightly3.2502-14.gbl.js} +10 -10
  2. package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.gbl.js.map +1 -0
  3. package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.gbl.min.js +7 -0
  4. package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.gbl.min.js.map +1 -0
  5. package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.integrity.json +46 -0
  6. package/bundle/es5/{ms.core-4.3.6-nightly3.2502-12.js → ms.core-4.3.6-nightly3.2502-14.js} +10 -10
  7. package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.js.map +1 -0
  8. package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.min.js +7 -0
  9. package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.min.js.map +1 -0
  10. package/bundle/es5/ms.core.gbl.js +9 -9
  11. package/bundle/es5/ms.core.gbl.js.map +1 -1
  12. package/bundle/es5/ms.core.gbl.min.js +2 -2
  13. package/bundle/es5/ms.core.gbl.min.js.map +1 -1
  14. package/bundle/es5/ms.core.integrity.json +17 -17
  15. package/bundle/es5/ms.core.js +9 -9
  16. package/bundle/es5/ms.core.js.map +1 -1
  17. package/bundle/es5/ms.core.min.js +2 -2
  18. package/bundle/es5/ms.core.min.js.map +1 -1
  19. package/dist/es5/ms.core.js +7 -7
  20. package/dist/es5/ms.core.js.map +1 -1
  21. package/dist/es5/ms.core.min.js +2 -2
  22. package/dist/es5/ms.core.min.js.map +1 -1
  23. package/dist-es5/AppInsightsCore.js +1 -1
  24. package/dist-es5/BaseCore.js +1 -1
  25. package/dist-es5/DataModels.js +1 -1
  26. package/dist-es5/Enums.js +1 -1
  27. package/dist-es5/Index.js +1 -1
  28. package/dist-es5/InternalConstants.js +1 -1
  29. package/dist-es5/Utils.js +2 -2
  30. package/dist-es5/Utils.js.map +1 -1
  31. package/dist-es5/ValueSanitizer.js +1 -1
  32. package/dist-es5/__DynamicConstants.js +1 -1
  33. package/package.json +2 -2
  34. package/types/1ds-core-js.d.ts +2 -2
  35. package/types/1ds-core-js.namespaced.d.ts +2 -2
  36. package/bundle/es5/ms.core-4.3.6-nightly3.2502-12.gbl.js.map +0 -1
  37. package/bundle/es5/ms.core-4.3.6-nightly3.2502-12.gbl.min.js +0 -7
  38. package/bundle/es5/ms.core-4.3.6-nightly3.2502-12.gbl.min.js.map +0 -1
  39. package/bundle/es5/ms.core-4.3.6-nightly3.2502-12.integrity.json +0 -46
  40. package/bundle/es5/ms.core-4.3.6-nightly3.2502-12.js.map +0 -1
  41. package/bundle/es5/ms.core-4.3.6-nightly3.2502-12.min.js +0 -7
  42. package/bundle/es5/ms.core-4.3.6-nightly3.2502-12.min.js.map +0 -1
@@ -1,12 +1,12 @@
1
1
  /*!
2
- * 1DS JS SDK Core, 4.3.6-nightly3.2502-12
2
+ * 1DS JS SDK Core, 4.3.6-nightly3.2502-14
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 = "es5_ms_core_4_3_6_nightly3_2502_12", msMod="__ms$mod__";
9
- var mods={}, modDetail=mods[modName]={}, ver="4.3.6-nightly3.2502-12";
8
+ var nsKey, key, nm, theExports = {}, modName = "es5_ms_core_4_3_6_nightly3_2502_14", msMod="__ms$mod__";
9
+ var mods={}, modDetail=mods[modName]={}, ver="4.3.6-nightly3.2502-14";
10
10
  // Versioned namespace "oneDS4"
11
11
  var exportNs=global, nsKey="oneDS4", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
12
12
  // Global namespace "oneDS"
@@ -33,7 +33,7 @@ var strShimPrototype = "prototype";
33
33
  var ObjClass$1 = Object;
34
34
  var ObjProto$1 = ObjClass$1[strShimPrototype];
35
35
 
36
- /*! https://github.com/nevware21/ts-utils v0.11.6 */
36
+ /*! https://github.com/nevware21/ts-utils v0.11.7 */
37
37
  /*#__NO_SIDE_EFFECTS__*/
38
38
  function _pureAssign(func1, func2) {
39
39
  return func1 || func2;
@@ -222,8 +222,8 @@ function objDefine(target, key, propDesc) {
222
222
  function _createKeyValueMap(values, keyType, valueType, completeFn, writable) {
223
223
  var theMap = {};
224
224
  objForEachKey(values, function (key, value) {
225
- _assignMapValue(theMap, key, keyType ? value : key, writable);
226
- _assignMapValue(theMap, value, valueType ? value : key, writable);
225
+ _assignMapValue(theMap, key, keyType ? value : key);
226
+ _assignMapValue(theMap, value, valueType ? value : key);
227
227
  });
228
228
  return completeFn ? completeFn(theMap) : theMap;
229
229
  }
@@ -231,7 +231,7 @@ function _assignMapValue(theMap, key, value, writable) {
231
231
  objDefineProp(theMap, key, {
232
232
  value: value,
233
233
  enumerable: true,
234
- writable: !!writable
234
+ writable: false
235
235
  });
236
236
  }
237
237
  var asString = ( /* #__PURE__ */_pureAssign(StrCls));
@@ -2346,7 +2346,7 @@ function newId(maxLength) {
2346
2346
  return result;
2347
2347
  }
2348
2348
 
2349
- var version = '3.3.6-nightly3.2502-12';
2349
+ var version = '3.3.6-nightly3.2502-14';
2350
2350
  var instanceName = "." + newId(6);
2351
2351
  var _dataUid = 0;
2352
2352
  function _canAcceptData(target) {
@@ -6464,7 +6464,7 @@ var _DYN_RM_FIELD_SANITIZER = "rmFieldSanitizer";
6464
6464
  var _DYN_CAN_HANDLE = "canHandle";
6465
6465
 
6466
6466
  var _a;
6467
- var Version = '4.3.6-nightly3.2502-12';
6467
+ var Version = '4.3.6-nightly3.2502-14';
6468
6468
  var FullVersionString = "1DS-Web-JS-" + Version;
6469
6469
  var ObjHasOwnProperty = ObjProto$1.hasOwnProperty;
6470
6470
  var strDisabledPropertyName = "Microsoft_ApplicationInsights_BypassAjaxInstrumentation";