@microsoft/1ds-post-js 4.4.2-nightly3.2605-11 → 4.4.2
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.4.2-nightly3.2605-11.gbl.js → ms.post-4.4.2.gbl.js} +67 -64
- package/bundle/es5/ms.post-4.4.2.gbl.js.map +1 -0
- package/bundle/es5/ms.post-4.4.2.gbl.min.js +7 -0
- package/bundle/es5/ms.post-4.4.2.gbl.min.js.map +1 -0
- package/bundle/es5/ms.post-4.4.2.integrity.json +46 -0
- package/bundle/es5/{ms.post-4.4.2-nightly3.2605-11.js → ms.post-4.4.2.js} +67 -64
- package/bundle/es5/ms.post-4.4.2.js.map +1 -0
- package/bundle/es5/ms.post-4.4.2.min.js +7 -0
- package/bundle/es5/ms.post-4.4.2.min.js.map +1 -0
- package/bundle/es5/ms.post.gbl.js +66 -63
- 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 +66 -63
- 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 +64 -61
- 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 +75 -67
- package/tsconfig.json +33 -26
- 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.4.2-nightly3.2605-11.gbl.js.map +0 -1
- package/bundle/es5/ms.post-4.4.2-nightly3.2605-11.gbl.min.js +0 -7
- package/bundle/es5/ms.post-4.4.2-nightly3.2605-11.gbl.min.js.map +0 -1
- package/bundle/es5/ms.post-4.4.2-nightly3.2605-11.integrity.json +0 -46
- package/bundle/es5/ms.post-4.4.2-nightly3.2605-11.js.map +0 -1
- package/bundle/es5/ms.post-4.4.2-nightly3.2605-11.min.js +0 -7
- package/bundle/es5/ms.post-4.4.2-nightly3.2605-11.min.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,67 +1,75 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@microsoft/1ds-post-js",
|
|
3
|
-
"version": "4.4.2
|
|
4
|
-
"description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-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 1dsPostBuild",
|
|
13
|
-
"build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
14
|
-
"rebuild": "npm run build",
|
|
15
|
-
"ai-min": "grunt 1dsPost-min",
|
|
16
|
-
"ai-restore": "grunt 1dsPost-restore",
|
|
17
|
-
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Post Channel\" -oneDs",
|
|
18
|
-
"test": "grunt 1dsPostTest",
|
|
19
|
-
"mintest": "grunt adsPostMinTest",
|
|
20
|
-
"perftest": "",
|
|
21
|
-
"makePublicPackage": "node ../../tools/makePublic/makePublicPackage.js ./package.json && npm pack",
|
|
22
|
-
"publishPackage": "npm publish",
|
|
23
|
-
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
24
|
-
"npm-pack": "npm pack",
|
|
25
|
-
"api-docs": "typedoc"
|
|
26
|
-
},
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
29
|
-
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
30
|
-
"@microsoft/applicationinsights-core-js": "3.4.2
|
|
31
|
-
"@nevware21/ts-utils": ">= 0.14.0 < 2.x",
|
|
32
|
-
"@nevware21/ts-async": ">= 0.5.5 <
|
|
33
|
-
},
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"@microsoft/ai-test-framework": "0.0.1",
|
|
36
|
-
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
37
|
-
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
38
|
-
"@microsoft/api-extractor": "^7.40.0",
|
|
39
|
-
"globby": "^11.0.0",
|
|
40
|
-
"grunt": "^1.6.1",
|
|
41
|
-
"sinon": "^7.3.1",
|
|
42
|
-
"@rollup/plugin-commonjs": "^24.0.0",
|
|
43
|
-
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
44
|
-
"@rollup/plugin-replace": "^5.0.2",
|
|
45
|
-
"rollup": "^3.20.0",
|
|
46
|
-
"rollup-plugin-cleanup": "^3.2.1",
|
|
47
|
-
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
48
|
-
"typedoc": "^0.26.6",
|
|
49
|
-
"typescript": "^4.9.3",
|
|
50
|
-
"pako": "^2.0.3"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
}
|
|
67
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/1ds-post-js",
|
|
3
|
+
"version": "4.4.2",
|
|
4
|
+
"description": "Microsoft Application Insights JavaScript SDK - 1ds-post-channel-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 1dsPostBuild",
|
|
13
|
+
"build:browser": "npx rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
14
|
+
"rebuild": "npm run build",
|
|
15
|
+
"ai-min": "grunt 1dsPost-min",
|
|
16
|
+
"ai-restore": "grunt 1dsPost-restore",
|
|
17
|
+
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"1DS JS SDK Post Channel\" -oneDs",
|
|
18
|
+
"test": "grunt 1dsPostTest",
|
|
19
|
+
"mintest": "grunt adsPostMinTest",
|
|
20
|
+
"perftest": "",
|
|
21
|
+
"makePublicPackage": "node ../../tools/makePublic/makePublicPackage.js ./package.json && npm pack",
|
|
22
|
+
"publishPackage": "npm publish",
|
|
23
|
+
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
24
|
+
"npm-pack": "npm pack",
|
|
25
|
+
"api-docs": "typedoc"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
29
|
+
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
30
|
+
"@microsoft/applicationinsights-core-js": "3.4.2",
|
|
31
|
+
"@nevware21/ts-utils": ">= 0.14.0 < 2.x",
|
|
32
|
+
"@nevware21/ts-async": ">= 0.5.5 < 0.6.0"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@microsoft/ai-test-framework": "0.0.1",
|
|
36
|
+
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
37
|
+
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
38
|
+
"@microsoft/api-extractor": "^7.40.0",
|
|
39
|
+
"globby": "^11.0.0",
|
|
40
|
+
"grunt": "^1.6.1",
|
|
41
|
+
"sinon": "^7.3.1",
|
|
42
|
+
"@rollup/plugin-commonjs": "^24.0.0",
|
|
43
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
44
|
+
"@rollup/plugin-replace": "^5.0.2",
|
|
45
|
+
"rollup": "^3.20.0",
|
|
46
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
47
|
+
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
48
|
+
"typedoc": "^0.26.6",
|
|
49
|
+
"typescript": "^4.9.3",
|
|
50
|
+
"pako": "^2.0.3",
|
|
51
|
+
"eslint": "^8.56.0",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
|
53
|
+
"@typescript-eslint/parser": "^7.14.1",
|
|
54
|
+
"eslint-plugin-security": "^1.5.0",
|
|
55
|
+
"grunt-cli": "^1.5.0",
|
|
56
|
+
"@nevware21/grunt-ts-plugin": "^0.5.2",
|
|
57
|
+
"@nevware21/grunt-eslint-ts": "^0.5.2",
|
|
58
|
+
"grunt-contrib-connect": "^5.0.0",
|
|
59
|
+
"eventemitter2": "6.4.9",
|
|
60
|
+
"puppeteer": "^24.40.0",
|
|
61
|
+
"tslib": "^2.0.0"
|
|
62
|
+
},
|
|
63
|
+
"repository": {
|
|
64
|
+
"type": "git",
|
|
65
|
+
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/1ds-post-js"
|
|
66
|
+
},
|
|
67
|
+
"main": "dist/es5/ms.post.js",
|
|
68
|
+
"module": "dist-es5/Index.js",
|
|
69
|
+
"types": "types/1ds-post-js.d.ts",
|
|
70
|
+
"keywords": [
|
|
71
|
+
"1DS",
|
|
72
|
+
"Js",
|
|
73
|
+
"SDK"
|
|
74
|
+
]
|
|
75
|
+
}
|
package/tsconfig.json
CHANGED
|
@@ -1,27 +1,34 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"sourceMap": true,
|
|
4
|
+
"inlineSources": true,
|
|
5
|
+
"module": "es6",
|
|
6
|
+
"moduleResolution": "Node",
|
|
7
|
+
"target": "es5",
|
|
8
|
+
"alwaysStrict": true,
|
|
9
|
+
"skipLibCheck": true,
|
|
10
|
+
"strictNullChecks": false,
|
|
11
|
+
"suppressImplicitAnyIndexErrors": true,
|
|
12
|
+
"allowSyntheticDefaultImports": true,
|
|
13
|
+
"importHelpers": true,
|
|
14
|
+
"noEmitHelpers": true,
|
|
15
|
+
"forceConsistentCasingInFileNames": true,
|
|
16
|
+
"declaration": true,
|
|
17
|
+
"declarationDir": "build/types",
|
|
18
|
+
"removeComments": false,
|
|
19
|
+
"outDir": "dist-es5/",
|
|
20
|
+
"rootDir": "./src",
|
|
21
|
+
"lib": [
|
|
22
|
+
"es5",
|
|
23
|
+
"dom",
|
|
24
|
+
"es2015.iterable",
|
|
25
|
+
"es2015.symbol"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"include": [
|
|
29
|
+
"./src/**/*.ts"
|
|
30
|
+
],
|
|
31
|
+
"exclude": [
|
|
32
|
+
"node_modules/"
|
|
33
|
+
]
|
|
34
|
+
}
|
package/types/1ds-post-js.d.ts
CHANGED