@microsoft/1ds-core-js 3.2.17 → 3.2.18

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 (37) hide show
  1. package/README.md +3 -3
  2. package/bundle/{ms.core-3.2.17.gbl.js → ms.core-3.2.18.gbl.js} +5 -5
  3. package/bundle/{ms.core-3.2.17.gbl.js.map → ms.core-3.2.18.gbl.js.map} +1 -1
  4. package/bundle/{ms.core-3.2.17.gbl.min.js → ms.core-3.2.18.gbl.min.js} +3 -3
  5. package/bundle/{ms.core-3.2.17.gbl.min.js.map → ms.core-3.2.18.gbl.min.js.map} +1 -1
  6. package/bundle/ms.core-3.2.18.integrity.json +46 -0
  7. package/bundle/{ms.core-3.2.17.js → ms.core-3.2.18.js} +5 -5
  8. package/bundle/{ms.core-3.2.17.js.map → ms.core-3.2.18.js.map} +1 -1
  9. package/bundle/{ms.core-3.2.17.min.js → ms.core-3.2.18.min.js} +3 -3
  10. package/bundle/{ms.core-3.2.17.min.js.map → ms.core-3.2.18.min.js.map} +1 -1
  11. package/bundle/ms.core.gbl.js +4 -4
  12. package/bundle/ms.core.gbl.js.map +1 -1
  13. package/bundle/ms.core.gbl.min.js +2 -2
  14. package/bundle/ms.core.gbl.min.js.map +1 -1
  15. package/bundle/ms.core.integrity.json +17 -17
  16. package/bundle/ms.core.js +4 -4
  17. package/bundle/ms.core.js.map +1 -1
  18. package/bundle/ms.core.min.js +2 -2
  19. package/bundle/ms.core.min.js.map +1 -1
  20. package/dist/ms.core.js +2 -2
  21. package/dist/ms.core.js.map +1 -1
  22. package/dist/ms.core.min.js +2 -2
  23. package/dist/ms.core.min.js.map +1 -1
  24. package/dist-esm/src/AppInsightsCore.js +1 -1
  25. package/dist-esm/src/BaseCore.js +1 -1
  26. package/dist-esm/src/DataModels.js +1 -1
  27. package/dist-esm/src/ESPromise.js +1 -1
  28. package/dist-esm/src/ESPromiseScheduler.js +1 -1
  29. package/dist-esm/src/Enums.js +1 -1
  30. package/dist-esm/src/Index.js +1 -1
  31. package/dist-esm/src/InternalConstants.js +1 -1
  32. package/dist-esm/src/Utils.d.ts +1 -1
  33. package/dist-esm/src/Utils.js +2 -2
  34. package/dist-esm/src/Utils.js.map +1 -1
  35. package/dist-esm/src/ValueSanitizer.js +1 -1
  36. package/package.json +1 -1
  37. package/bundle/ms.core-3.2.17.integrity.json +0 -46
package/README.md CHANGED
@@ -16,7 +16,7 @@ ms.reviewedBy: ramthi
16
16
 
17
17
  ## npm
18
18
 
19
- Packages available [here](https://msasg.visualstudio.com/Shared%20Data/_artifacts/feed/1DS-SDK/Npm/%40microsoft%2F1ds-core-js/overview/3.2.17).
19
+ Packages available [here](https://dev.azure.com/msazure/One/_artifacts/feed/1ds-sdk-js/Npm/@microsoft%2F1ds-core-js/overview/3.2.18).
20
20
 
21
21
  ## Basic Usage
22
22
 
@@ -157,11 +157,11 @@ Read our [contributing guide](./CONTRIBUTING.md) to learn about our development
157
157
 
158
158
  As this SDK is designed to enable applications to perform data collection which is sent to the Microsoft collection endpoints the following is required to identify our privacy statement.
159
159
 
160
- The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsofts privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
160
+ The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsofts privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
161
161
 
162
162
  ## Trademarks
163
163
 
164
- This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsofts Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-partys policies.
164
+ This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsofts Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-partys policies.
165
165
 
166
166
  ## License
167
167
 
@@ -1,11 +1,11 @@
1
1
  /*!
2
- * 1DS JS SDK Core, 3.2.17
2
+ * 1DS JS SDK Core, 3.2.18
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  * (Microsoft Internal Only)
5
5
  */
6
6
  (function (global, factory) {
7
- var nsKey, key, nm, theExports = {}, modName = "esm_ms_core_3_2_17", msMod="__ms$mod__";
8
- var mods={}, modDetail=mods[modName]={}, ver="3.2.17";
7
+ var nsKey, key, nm, theExports = {}, modName = "esm_ms_core_3_2_18", msMod="__ms$mod__";
8
+ var mods={}, modDetail=mods[modName]={}, ver="3.2.18";
9
9
  // Versioned namespace "oneDS3"
10
10
  var exportNs=global, nsKey="oneDS3", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
11
11
  // Global namespace "oneDS"
@@ -4191,7 +4191,7 @@ var STR_VERSION = "version";
4191
4191
  var STR_PROPERTIES = "properties";
4192
4192
 
4193
4193
  var _a;
4194
- var Version = '3.2.17';
4194
+ var Version = '3.2.18';
4195
4195
  var FullVersionString = "1DS-Web-JS-" + Version;
4196
4196
  var strDisabledPropertyName = "Microsoft_ApplicationInsights_BypassAjaxInstrumentation";
4197
4197
  var strWithCredentials = "withCredentials";
@@ -5408,4 +5408,4 @@ exports.toISOString = toISOString;
5408
5408
  exports.useXDomainRequest = useXDomainRequest;
5409
5409
 
5410
5410
  }));
5411
- //# sourceMappingURL=ms.core-3.2.17.gbl.js.map
5411
+ //# sourceMappingURL=ms.core-3.2.18.gbl.js.map