@microsoft/1ds-core-js 4.3.6-nightly3.2502-14 → 4.3.6
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.core-4.3.6-nightly3.2502-14.gbl.js → ms.core-4.3.6.gbl.js} +262 -307
- package/bundle/es5/ms.core-4.3.6.gbl.js.map +1 -0
- package/bundle/es5/ms.core-4.3.6.gbl.min.js +7 -0
- package/bundle/es5/ms.core-4.3.6.gbl.min.js.map +1 -0
- package/bundle/es5/ms.core-4.3.6.integrity.json +46 -0
- package/bundle/es5/{ms.core-4.3.6-nightly3.2502-14.js → ms.core-4.3.6.js} +262 -307
- package/bundle/es5/ms.core-4.3.6.js.map +1 -0
- package/bundle/es5/ms.core-4.3.6.min.js +7 -0
- package/bundle/es5/ms.core-4.3.6.min.js.map +1 -0
- package/bundle/es5/ms.core.gbl.js +261 -306
- package/bundle/es5/ms.core.gbl.js.map +1 -1
- package/bundle/es5/ms.core.gbl.min.js +2 -2
- package/bundle/es5/ms.core.gbl.min.js.map +1 -1
- package/bundle/es5/ms.core.integrity.json +17 -17
- package/bundle/es5/ms.core.js +261 -306
- package/bundle/es5/ms.core.js.map +1 -1
- package/bundle/es5/ms.core.min.js +2 -2
- package/bundle/es5/ms.core.min.js.map +1 -1
- package/dist/es5/ms.core.js +259 -304
- package/dist/es5/ms.core.js.map +1 -1
- package/dist/es5/ms.core.min.js +2 -2
- package/dist/es5/ms.core.min.js.map +1 -1
- package/dist-es5/AppInsightsCore.js +4 -4
- package/dist-es5/AppInsightsCore.js.map +1 -1
- package/dist-es5/BaseCore.js +4 -4
- package/dist-es5/BaseCore.js.map +1 -1
- package/dist-es5/DataModels.js +1 -1
- package/dist-es5/Enums.js +1 -1
- package/dist-es5/Index.js +1 -1
- package/dist-es5/InternalConstants.js +1 -1
- package/dist-es5/Utils.js +5 -5
- package/dist-es5/Utils.js.map +1 -1
- package/dist-es5/ValueSanitizer.js +17 -18
- package/dist-es5/ValueSanitizer.js.map +1 -1
- package/dist-es5/__DynamicConstants.js +5 -7
- package/dist-es5/__DynamicConstants.js.map +1 -1
- package/package.json +70 -73
- package/types/1ds-core-js.d.ts +2 -2
- package/types/1ds-core-js.namespaced.d.ts +2 -2
- package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.gbl.js.map +0 -1
- package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.gbl.min.js +0 -7
- package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.gbl.min.js.map +0 -1
- package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.integrity.json +0 -46
- package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.js.map +0 -1
- package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.min.js +0 -7
- package/bundle/es5/ms.core-4.3.6-nightly3.2502-14.min.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,73 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@microsoft/1ds-core-js",
|
|
3
|
-
"version": "4.3.6
|
|
4
|
-
"description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js",
|
|
5
|
-
"author": "Microsoft Application Insights Team",
|
|
6
|
-
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"scripts": {
|
|
10
|
-
"clean": "git clean -xdf",
|
|
11
|
-
"build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri",
|
|
12
|
-
"build:esm": "grunt 1dsCoreBuild",
|
|
13
|
-
"build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
14
|
-
"rebuild": "npm run build",
|
|
15
|
-
"ai-min": "grunt 1dsCore-min",
|
|
16
|
-
"ai-restore": "grunt 1dsCore-restore",
|
|
17
|
-
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Core\" -oneDs",
|
|
18
|
-
"test": "grunt 1dsCoreTest",
|
|
19
|
-
"mintest": "grunt 1dsCoreMinTest",
|
|
20
|
-
"perftest": "",
|
|
21
|
-
"publishPackage": "npm publish",
|
|
22
|
-
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
23
|
-
"npm-pack": "npm pack",
|
|
24
|
-
"api-docs": "typedoc"
|
|
25
|
-
},
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/1ds-core-js"
|
|
29
|
-
},
|
|
30
|
-
"main": "dist/es5/ms.core.js",
|
|
31
|
-
"module": "dist-es5/Index.js",
|
|
32
|
-
"types": "types/1ds-core-js.d.ts",
|
|
33
|
-
"keywords": [
|
|
34
|
-
"1DS",
|
|
35
|
-
"Js",
|
|
36
|
-
"SDK"
|
|
37
|
-
],
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
40
|
-
"@microsoft/applicationinsights-core-js": "3.3.6
|
|
41
|
-
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
42
|
-
"@nevware21/ts-utils": ">= 0.11.
|
|
43
|
-
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"@types/qunit": "^2.19.3",
|
|
47
|
-
"@types/sinon": "4.3.3",
|
|
48
|
-
"@microsoft/ai-test-framework": "0.0.1",
|
|
49
|
-
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
50
|
-
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
51
|
-
"@microsoft/api-extractor": "^7.40.0",
|
|
52
|
-
"@nevware21/ts-async": ">= 0.5.4 < 2.x",
|
|
53
|
-
"grunt": "^1.5.3",
|
|
54
|
-
"grunt-cli": "^1.4.3",
|
|
55
|
-
"grunt-contrib-qunit": "^6.2.1",
|
|
56
|
-
"globby": "^11.0.0",
|
|
57
|
-
"@rollup/plugin-commonjs": "^24.0.0",
|
|
58
|
-
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
59
|
-
"@rollup/plugin-replace": "^5.0.2",
|
|
60
|
-
"rollup": "^3.20.0",
|
|
61
|
-
"rollup-plugin-cleanup": "^3.2.1",
|
|
62
|
-
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
63
|
-
"typedoc": "^0.26.6",
|
|
64
|
-
"typescript": "^4.9.3",
|
|
65
|
-
"tslib": "^2.0.0",
|
|
66
|
-
"qunit": "^2.11.2",
|
|
67
|
-
"sinon": "^7.3.1",
|
|
68
|
-
"pako": "^2.0.3"
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
"tag": "nightly3"
|
|
72
|
-
}
|
|
73
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/1ds-core-js",
|
|
3
|
+
"version": "4.3.6",
|
|
4
|
+
"description": "Microsoft Application Insights JavaScript SDK - 1ds-core-js",
|
|
5
|
+
"author": "Microsoft Application Insights Team",
|
|
6
|
+
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"scripts": {
|
|
10
|
+
"clean": "git clean -xdf",
|
|
11
|
+
"build": "npm run build:esm && npm run build:browser && npm run dtsgen && npm run sri",
|
|
12
|
+
"build:esm": "grunt 1dsCoreBuild",
|
|
13
|
+
"build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
14
|
+
"rebuild": "npm run build",
|
|
15
|
+
"ai-min": "grunt 1dsCore-min",
|
|
16
|
+
"ai-restore": "grunt 1dsCore-restore",
|
|
17
|
+
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Core\" -oneDs",
|
|
18
|
+
"test": "grunt 1dsCoreTest",
|
|
19
|
+
"mintest": "grunt 1dsCoreMinTest",
|
|
20
|
+
"perftest": "",
|
|
21
|
+
"publishPackage": "npm publish",
|
|
22
|
+
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
23
|
+
"npm-pack": "npm pack",
|
|
24
|
+
"api-docs": "typedoc"
|
|
25
|
+
},
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/1ds-core-js"
|
|
29
|
+
},
|
|
30
|
+
"main": "dist/es5/ms.core.js",
|
|
31
|
+
"module": "dist-es5/Index.js",
|
|
32
|
+
"types": "types/1ds-core-js.d.ts",
|
|
33
|
+
"keywords": [
|
|
34
|
+
"1DS",
|
|
35
|
+
"Js",
|
|
36
|
+
"SDK"
|
|
37
|
+
],
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
40
|
+
"@microsoft/applicationinsights-core-js": "3.3.6",
|
|
41
|
+
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
42
|
+
"@nevware21/ts-utils": ">= 0.11.8 < 2.x",
|
|
43
|
+
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@types/qunit": "^2.19.3",
|
|
47
|
+
"@types/sinon": "4.3.3",
|
|
48
|
+
"@microsoft/ai-test-framework": "0.0.1",
|
|
49
|
+
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
50
|
+
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
51
|
+
"@microsoft/api-extractor": "^7.40.0",
|
|
52
|
+
"@nevware21/ts-async": ">= 0.5.4 < 2.x",
|
|
53
|
+
"grunt": "^1.5.3",
|
|
54
|
+
"grunt-cli": "^1.4.3",
|
|
55
|
+
"grunt-contrib-qunit": "^6.2.1",
|
|
56
|
+
"globby": "^11.0.0",
|
|
57
|
+
"@rollup/plugin-commonjs": "^24.0.0",
|
|
58
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
59
|
+
"@rollup/plugin-replace": "^5.0.2",
|
|
60
|
+
"rollup": "^3.20.0",
|
|
61
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
62
|
+
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
63
|
+
"typedoc": "^0.26.6",
|
|
64
|
+
"typescript": "^4.9.3",
|
|
65
|
+
"tslib": "^2.0.0",
|
|
66
|
+
"qunit": "^2.11.2",
|
|
67
|
+
"sinon": "^7.3.1",
|
|
68
|
+
"pako": "^2.0.3"
|
|
69
|
+
}
|
|
70
|
+
}
|
package/types/1ds-core-js.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* 1DS JS SDK Core, 4.3.6
|
|
2
|
+
* 1DS JS SDK Core, 4.3.6
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1320,7 +1320,7 @@ export declare class ValueSanitizer implements IValueSanitizer {
|
|
|
1320
1320
|
constructor(fieldSanitizerProvider?: IFieldValueSanitizerProvider);
|
|
1321
1321
|
}
|
|
1322
1322
|
|
|
1323
|
-
export declare const Version = "4.3.6
|
|
1323
|
+
export declare const Version = "4.3.6";
|
|
1324
1324
|
|
|
1325
1325
|
export { _warnToConsole }
|
|
1326
1326
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* 1DS JS SDK Core, 4.3.6
|
|
2
|
+
* 1DS JS SDK Core, 4.3.6
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -5212,7 +5212,7 @@ declare namespace oneDS {
|
|
|
5212
5212
|
constructor(fieldSanitizerProvider?: IFieldValueSanitizerProvider);
|
|
5213
5213
|
}
|
|
5214
5214
|
|
|
5215
|
-
const Version = "4.3.6
|
|
5215
|
+
const Version = "4.3.6";
|
|
5216
5216
|
|
|
5217
5217
|
/**
|
|
5218
5218
|
* This is a helper method which will call warnToConsole on the passed logger with the provided message.
|