@microsoft/1ds-core-js 3.2.16 → 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.
- package/README.md +3 -3
- package/bundle/{ms.core-3.2.16.gbl.js → ms.core-3.2.18.gbl.js} +8 -6
- package/bundle/ms.core-3.2.18.gbl.js.map +1 -0
- package/bundle/{ms.core-3.2.16.gbl.min.js → ms.core-3.2.18.gbl.min.js} +3 -3
- package/bundle/{ms.core-3.2.16.gbl.min.js.map → ms.core-3.2.18.gbl.min.js.map} +1 -1
- package/bundle/ms.core-3.2.18.integrity.json +46 -0
- package/bundle/{ms.core-3.2.16.js → ms.core-3.2.18.js} +8 -6
- package/bundle/ms.core-3.2.18.js.map +1 -0
- package/bundle/{ms.core-3.2.16.min.js → ms.core-3.2.18.min.js} +3 -3
- package/bundle/{ms.core-3.2.16.min.js.map → ms.core-3.2.18.min.js.map} +1 -1
- package/bundle/ms.core.gbl.js +7 -5
- package/bundle/ms.core.gbl.js.map +1 -1
- package/bundle/ms.core.gbl.min.js +2 -2
- package/bundle/ms.core.gbl.min.js.map +1 -1
- package/bundle/ms.core.integrity.json +17 -17
- package/bundle/ms.core.js +7 -5
- package/bundle/ms.core.js.map +1 -1
- package/bundle/ms.core.min.js +2 -2
- package/bundle/ms.core.min.js.map +1 -1
- package/dist/ms.core.js +4 -2
- package/dist/ms.core.js.map +1 -1
- package/dist/ms.core.min.js +2 -2
- package/dist/ms.core.min.js.map +1 -1
- package/dist-esm/src/AppInsightsCore.js +1 -1
- package/dist-esm/src/BaseCore.js +1 -1
- package/dist-esm/src/DataModels.js +1 -1
- package/dist-esm/src/ESPromise.js +1 -1
- package/dist-esm/src/ESPromiseScheduler.js +1 -1
- package/dist-esm/src/Enums.d.ts +8 -0
- package/dist-esm/src/Enums.js +3 -1
- package/dist-esm/src/Enums.js.map +1 -1
- package/dist-esm/src/Index.js +1 -1
- package/dist-esm/src/InternalConstants.js +1 -1
- package/dist-esm/src/Utils.d.ts +1 -1
- package/dist-esm/src/Utils.js +2 -2
- package/dist-esm/src/Utils.js.map +1 -1
- package/dist-esm/src/ValueSanitizer.js +1 -1
- package/package.json +2 -2
- package/src/Enums.ts +12 -0
- package/bundle/ms.core-3.2.16.gbl.js.map +0 -1
- package/bundle/ms.core-3.2.16.integrity.json +0 -46
- package/bundle/ms.core-3.2.16.js.map +0 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ ms.reviewedBy: ramthi
|
|
|
16
16
|
|
|
17
17
|
## npm
|
|
18
18
|
|
|
19
|
-
Packages available [here](https://
|
|
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 Microsoft
|
|
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 Microsoft�s 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 [Microsoft
|
|
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 [Microsoft�s 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-party�s policies.
|
|
165
165
|
|
|
166
166
|
## License
|
|
167
167
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* 1DS JS SDK Core, 3.2.
|
|
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 = "
|
|
8
|
-
var mods={}, modDetail=mods[modName]={}, ver="3.2.
|
|
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"
|
|
@@ -1685,7 +1685,7 @@ function newId(maxLength) {
|
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
1687
|
var _objDefineProperty = ObjDefineProperty;
|
|
1688
|
-
var version = '2.8.
|
|
1688
|
+
var version = '2.8.18';
|
|
1689
1689
|
var instanceName = "." + newId(6);
|
|
1690
1690
|
var _dataUid = 0;
|
|
1691
1691
|
function _createAccessor(target, prop, value) {
|
|
@@ -4130,6 +4130,8 @@ var ValueKind = createEnumStyle({
|
|
|
4130
4130
|
Pii_Uri: 11 ,
|
|
4131
4131
|
Pii_Fqdn: 12 ,
|
|
4132
4132
|
Pii_IPV4AddressLegacy: 13 ,
|
|
4133
|
+
Pii_IPv6ScrubLastHextets: 14 ,
|
|
4134
|
+
Pii_DropValue: 15 ,
|
|
4133
4135
|
CustomerContent_GenericContent: 32
|
|
4134
4136
|
});
|
|
4135
4137
|
var EventLatency = createEnumStyle({
|
|
@@ -4189,7 +4191,7 @@ var STR_VERSION = "version";
|
|
|
4189
4191
|
var STR_PROPERTIES = "properties";
|
|
4190
4192
|
|
|
4191
4193
|
var _a;
|
|
4192
|
-
var Version = '3.2.
|
|
4194
|
+
var Version = '3.2.18';
|
|
4193
4195
|
var FullVersionString = "1DS-Web-JS-" + Version;
|
|
4194
4196
|
var strDisabledPropertyName = "Microsoft_ApplicationInsights_BypassAjaxInstrumentation";
|
|
4195
4197
|
var strWithCredentials = "withCredentials";
|
|
@@ -5406,4 +5408,4 @@ exports.toISOString = toISOString;
|
|
|
5406
5408
|
exports.useXDomainRequest = useXDomainRequest;
|
|
5407
5409
|
|
|
5408
5410
|
}));
|
|
5409
|
-
//# sourceMappingURL=ms.core-3.2.
|
|
5411
|
+
//# sourceMappingURL=ms.core-3.2.18.gbl.js.map
|