@microsoft/applicationinsights-analytics-js 3.0.0 → 3.0.1-nightly3.2304-38
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/browser/es5/applicationinsights-analytics-js.cjs.js +20 -16
- package/browser/es5/applicationinsights-analytics-js.cjs.js.map +1 -1
- package/browser/es5/applicationinsights-analytics-js.cjs.min.js +2 -2
- package/browser/es5/applicationinsights-analytics-js.cjs.min.js.map +1 -1
- package/browser/es5/applicationinsights-analytics-js.gbl.js +20 -16
- package/browser/es5/applicationinsights-analytics-js.gbl.js.map +1 -1
- package/browser/es5/applicationinsights-analytics-js.gbl.min.js +2 -2
- package/browser/es5/applicationinsights-analytics-js.gbl.min.js.map +1 -1
- package/browser/es5/applicationinsights-analytics-js.integrity.json +25 -25
- package/browser/es5/applicationinsights-analytics-js.js +20 -16
- package/browser/es5/applicationinsights-analytics-js.js.map +1 -1
- package/browser/es5/applicationinsights-analytics-js.min.js +2 -2
- package/browser/es5/applicationinsights-analytics-js.min.js.map +1 -1
- package/dist/es5/applicationinsights-analytics-js.js +20 -16
- package/dist/es5/applicationinsights-analytics-js.js.map +1 -1
- package/dist/es5/applicationinsights-analytics-js.min.js +2 -2
- package/dist/es5/applicationinsights-analytics-js.min.js.map +1 -1
- package/dist-es5/JavaScriptSDK/AnalyticsPlugin.js +2 -2
- package/dist-es5/JavaScriptSDK/AnalyticsPlugin.js.map +1 -1
- package/dist-es5/JavaScriptSDK/Telemetry/PageViewManager.js +16 -13
- package/dist-es5/JavaScriptSDK/Telemetry/PageViewManager.js.map +1 -1
- package/dist-es5/JavaScriptSDK/Telemetry/PageViewPerformanceManager.js +1 -1
- package/dist-es5/JavaScriptSDK/Telemetry/PageVisitTimeManager.js +1 -1
- package/dist-es5/JavaScriptSDK/Timing.js +1 -1
- package/dist-es5/JavaScriptSDK.Interfaces/ITelemetryConfig.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/applicationinsights-analytics-js.js +1 -1
- package/package.json +68 -65
- package/types/applicationinsights-analytics-js.d.ts +1 -1
- package/types/applicationinsights-analytics-js.namespaced.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,65 +1,68 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@microsoft/applicationinsights-analytics-js",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
|
|
5
|
-
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
|
-
"author": "Microsoft Application Insights Team",
|
|
7
|
-
"main": "dist/es5/applicationinsights-analytics-js.js",
|
|
8
|
-
"module": "dist-es5/applicationinsights-analytics-js.js",
|
|
9
|
-
"types": "types/applicationinsights-analytics-js.d.ts",
|
|
10
|
-
"sideEffects": false,
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-analytics-js"
|
|
14
|
-
},
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
|
|
17
|
-
"build:esm": "grunt ai",
|
|
18
|
-
"build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
19
|
-
"rebuild": "npm run build",
|
|
20
|
-
"test": "grunt aitests",
|
|
21
|
-
"mintest": "grunt ai-mintests",
|
|
22
|
-
"lint": "tslint -p tsconfig.json",
|
|
23
|
-
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK - Web Analytics\"",
|
|
24
|
-
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
25
|
-
"ai-min": "grunt ai-min",
|
|
26
|
-
"ai-restore": "grunt ai-restore",
|
|
27
|
-
"npm-pack": "npm pack"
|
|
28
|
-
},
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
"@microsoft/ai-test-framework": "0.0.1",
|
|
31
|
-
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
32
|
-
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
33
|
-
"@microsoft/applicationinsights-properties-js": "3.0.
|
|
34
|
-
"@microsoft/applicationinsights-channel-js": "3.0.
|
|
35
|
-
"@microsoft/api-extractor": "^7.18.1",
|
|
36
|
-
"typescript": "^4.9.3",
|
|
37
|
-
"tslib": "^2.0.0",
|
|
38
|
-
"globby": "^11.0.0",
|
|
39
|
-
"magic-string": "^0.25.7",
|
|
40
|
-
"pako": "^2.0.3",
|
|
41
|
-
"@rollup/plugin-commonjs": "^24.0.0",
|
|
42
|
-
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
43
|
-
"@rollup/plugin-replace": "^5.0.2",
|
|
44
|
-
"rollup-plugin-cleanup": "^3.2.1",
|
|
45
|
-
"rollup": "^3.20.0",
|
|
46
|
-
"grunt": "^1.5.3",
|
|
47
|
-
"grunt-cli": "^1.4.3",
|
|
48
|
-
"grunt-contrib-qunit": "^6.2.1",
|
|
49
|
-
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
50
|
-
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
|
51
|
-
"qunit": "^2.11.2",
|
|
52
|
-
"sinon": "^7.3.1"
|
|
53
|
-
},
|
|
54
|
-
"peerDependencies": {
|
|
55
|
-
"tslib": "*"
|
|
56
|
-
},
|
|
57
|
-
"dependencies": {
|
|
58
|
-
"@microsoft/dynamicproto-js": "^2.0.2",
|
|
59
|
-
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
60
|
-
"@microsoft/applicationinsights-core-js": "3.0.
|
|
61
|
-
"@microsoft/applicationinsights-common": "3.0.
|
|
62
|
-
"@nevware21/ts-utils": ">= 0.9.4 < 2.x"
|
|
63
|
-
},
|
|
64
|
-
"license": "MIT"
|
|
65
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/applicationinsights-analytics-js",
|
|
3
|
+
"version": "3.0.1-nightly3.2304-38",
|
|
4
|
+
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
|
|
5
|
+
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
|
+
"author": "Microsoft Application Insights Team",
|
|
7
|
+
"main": "dist/es5/applicationinsights-analytics-js.js",
|
|
8
|
+
"module": "dist-es5/applicationinsights-analytics-js.js",
|
|
9
|
+
"types": "types/applicationinsights-analytics-js.d.ts",
|
|
10
|
+
"sideEffects": false,
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/main/extensions/applicationinsights-analytics-js"
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
|
|
17
|
+
"build:esm": "grunt ai",
|
|
18
|
+
"build:browser": "rollup -c rollup.config.js --bundleConfigAsCjs",
|
|
19
|
+
"rebuild": "npm run build",
|
|
20
|
+
"test": "grunt aitests",
|
|
21
|
+
"mintest": "grunt ai-mintests",
|
|
22
|
+
"lint": "tslint -p tsconfig.json",
|
|
23
|
+
"dtsgen": "api-extractor run --local && node ../../scripts/dtsgen.js \"Microsoft Application Insights JavaScript SDK - Web Analytics\"",
|
|
24
|
+
"sri": "node ../../tools/subResourceIntegrity/generateIntegrityFile.js",
|
|
25
|
+
"ai-min": "grunt ai-min",
|
|
26
|
+
"ai-restore": "grunt ai-restore",
|
|
27
|
+
"npm-pack": "npm pack"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@microsoft/ai-test-framework": "0.0.1",
|
|
31
|
+
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
32
|
+
"@microsoft/applicationinsights-rollup-es5": "1.0.2",
|
|
33
|
+
"@microsoft/applicationinsights-properties-js": "3.0.1-nightly3.2304-38",
|
|
34
|
+
"@microsoft/applicationinsights-channel-js": "3.0.1-nightly3.2304-38",
|
|
35
|
+
"@microsoft/api-extractor": "^7.18.1",
|
|
36
|
+
"typescript": "^4.9.3",
|
|
37
|
+
"tslib": "^2.0.0",
|
|
38
|
+
"globby": "^11.0.0",
|
|
39
|
+
"magic-string": "^0.25.7",
|
|
40
|
+
"pako": "^2.0.3",
|
|
41
|
+
"@rollup/plugin-commonjs": "^24.0.0",
|
|
42
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
43
|
+
"@rollup/plugin-replace": "^5.0.2",
|
|
44
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
45
|
+
"rollup": "^3.20.0",
|
|
46
|
+
"grunt": "^1.5.3",
|
|
47
|
+
"grunt-cli": "^1.4.3",
|
|
48
|
+
"grunt-contrib-qunit": "^6.2.1",
|
|
49
|
+
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
50
|
+
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
|
51
|
+
"qunit": "^2.11.2",
|
|
52
|
+
"sinon": "^7.3.1"
|
|
53
|
+
},
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"tslib": "*"
|
|
56
|
+
},
|
|
57
|
+
"dependencies": {
|
|
58
|
+
"@microsoft/dynamicproto-js": "^2.0.2",
|
|
59
|
+
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
60
|
+
"@microsoft/applicationinsights-core-js": "3.0.1-nightly3.2304-38",
|
|
61
|
+
"@microsoft/applicationinsights-common": "3.0.1-nightly3.2304-38",
|
|
62
|
+
"@nevware21/ts-utils": ">= 0.9.4 < 2.x"
|
|
63
|
+
},
|
|
64
|
+
"license": "MIT",
|
|
65
|
+
"publishConfig": {
|
|
66
|
+
"tag": "nightly3"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK - Web Analytics, 3.0.
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK - Web Analytics, 3.0.1-nightly3.2304-38
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK - Web Analytics, 3.0.
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK - Web Analytics, 3.0.1-nightly3.2304-38
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|