@microsoft/applicationinsights-web-basic 2.8.0-nightly.2204-19 → 2.8.0
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/aib.2.8.0.integrity.json +26 -0
- package/browser/{aib.2.8.0-nightly.2204-19.js → aib.2.8.0.js} +34 -26
- package/browser/aib.2.8.0.js.map +1 -0
- package/browser/aib.2.8.0.min.js +6 -0
- package/browser/aib.2.8.0.min.js.map +1 -0
- package/browser/aib.2.js +33 -25
- package/browser/aib.2.js.map +1 -1
- package/browser/aib.2.min.js +2 -2
- package/browser/aib.2.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.api.json +22 -21
- package/dist/applicationinsights-web-basic.d.ts +1 -4
- package/dist/applicationinsights-web-basic.js +33 -25
- package/dist/applicationinsights-web-basic.js.map +1 -1
- package/dist/applicationinsights-web-basic.min.js +2 -2
- package/dist/applicationinsights-web-basic.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.rollup.d.ts +1 -4
- package/dist-esm/index.js +1 -1
- package/package.json +59 -62
- package/types/tsdoc-metadata.json +1 -1
- package/browser/aib.2.8.0-nightly.2204-19.integrity.json +0 -26
- package/browser/aib.2.8.0-nightly.2204-19.js.map +0 -1
- package/browser/aib.2.8.0-nightly.2204-19.min.js +0 -6
- package/browser/aib.2.8.0-nightly.2204-19.min.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft.ApplicationInsights, 2.8.0
|
|
2
|
+
* Microsoft.ApplicationInsights, 2.8.0
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1076,7 +1076,6 @@ export declare interface IConfiguration {
|
|
|
1076
1076
|
channels?: IChannelControls[][];
|
|
1077
1077
|
/**
|
|
1078
1078
|
* @type {boolean}
|
|
1079
|
-
* @memberof IConfiguration
|
|
1080
1079
|
* Flag that disables the Instrumentation Key validation.
|
|
1081
1080
|
*/
|
|
1082
1081
|
disableInstrumentationKeyValidation?: boolean;
|
|
@@ -1108,7 +1107,6 @@ export declare interface IConfiguration {
|
|
|
1108
1107
|
* @description Custom cookie domain. This is helpful if you want to share Application Insights cookies across subdomains. It
|
|
1109
1108
|
* can be set here or as part of the cookieCfg.domain, the cookieCfg takes precedence if both are specified.
|
|
1110
1109
|
* @type {string}
|
|
1111
|
-
* @memberof IConfig
|
|
1112
1110
|
* @defaultValue ""
|
|
1113
1111
|
*/
|
|
1114
1112
|
cookieDomain?: string;
|
|
@@ -1116,7 +1114,6 @@ export declare interface IConfiguration {
|
|
|
1116
1114
|
* @description Custom cookie path. This is helpful if you want to share Application Insights cookies behind an application
|
|
1117
1115
|
* gateway. It can be set here or as part of the cookieCfg.domain, the cookieCfg takes precedence if both are specified.
|
|
1118
1116
|
* @type {string}
|
|
1119
|
-
* @memberof IConfig
|
|
1120
1117
|
* @defaultValue ""
|
|
1121
1118
|
*/
|
|
1122
1119
|
cookiePath?: string;
|
package/dist-esm/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,62 +1,59 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@microsoft/applicationinsights-web-basic",
|
|
3
|
-
"version": "2.8.0
|
|
4
|
-
"description": "Microsoft Application Insights Javascript SDK core and channel",
|
|
5
|
-
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
|
-
"author": "Microsoft Application Insights Team",
|
|
7
|
-
"main": "dist/applicationinsights-web-basic.js",
|
|
8
|
-
"module": "dist-esm/index.js",
|
|
9
|
-
"types": "types/index.d.ts",
|
|
10
|
-
"sideEffects": false,
|
|
11
|
-
"scripts": {
|
|
12
|
-
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
|
|
13
|
-
"build:esm": "grunt aiskulite",
|
|
14
|
-
"build:browser": "rollup -c rollup.config.js",
|
|
15
|
-
"rebuild": "npm run build",
|
|
16
|
-
"test": "grunt aiskuliteunittests",
|
|
17
|
-
"lint": "tslint -p tsconfig.json",
|
|
18
|
-
"dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
|
|
19
|
-
"sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js"
|
|
20
|
-
},
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "https://github.com/microsoft/ApplicationInsights-JS.git",
|
|
24
|
-
"directory": "AISKULight"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@microsoft/ai-test-framework": "0.0.1",
|
|
28
|
-
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
29
|
-
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
|
|
30
|
-
"@microsoft/api-extractor": "^7.18.1",
|
|
31
|
-
"grunt": "^1.4.1",
|
|
32
|
-
"grunt-cli": "^1.4.3",
|
|
33
|
-
"grunt-contrib-qunit": "^5.0.1",
|
|
34
|
-
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
35
|
-
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
|
36
|
-
"globby": "^11.0.0",
|
|
37
|
-
"magic-string": "^0.25.7",
|
|
38
|
-
"pako": "^2.0.3",
|
|
39
|
-
"@rollup/plugin-commonjs": "^18.0.0",
|
|
40
|
-
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
41
|
-
"@rollup/plugin-replace": "^2.3.3",
|
|
42
|
-
"rollup-plugin-cleanup": "^3.2.1",
|
|
43
|
-
"rollup": "^2.32.0",
|
|
44
|
-
"source-map-loader": "^0.2.3",
|
|
45
|
-
"typescript": "^4.3.4",
|
|
46
|
-
"tslib": "^2.0.0"
|
|
47
|
-
},
|
|
48
|
-
"peerDependencies": {
|
|
49
|
-
"tslib": "*"
|
|
50
|
-
},
|
|
51
|
-
"dependencies": {
|
|
52
|
-
"@microsoft/dynamicproto-js": "^1.1.4",
|
|
53
|
-
"@microsoft/applicationinsights-shims": "2.0.1",
|
|
54
|
-
"@microsoft/applicationinsights-common": "2.8.0
|
|
55
|
-
"@microsoft/applicationinsights-channel-js": "2.8.0
|
|
56
|
-
"@microsoft/applicationinsights-core-js": "2.8.0
|
|
57
|
-
},
|
|
58
|
-
"license": "MIT"
|
|
59
|
-
|
|
60
|
-
"tag": "nightly"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/applicationinsights-web-basic",
|
|
3
|
+
"version": "2.8.0",
|
|
4
|
+
"description": "Microsoft Application Insights Javascript SDK core and channel",
|
|
5
|
+
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
|
+
"author": "Microsoft Application Insights Team",
|
|
7
|
+
"main": "dist/applicationinsights-web-basic.js",
|
|
8
|
+
"module": "dist-esm/index.js",
|
|
9
|
+
"types": "types/index.d.ts",
|
|
10
|
+
"sideEffects": false,
|
|
11
|
+
"scripts": {
|
|
12
|
+
"build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
|
|
13
|
+
"build:esm": "grunt aiskulite",
|
|
14
|
+
"build:browser": "rollup -c rollup.config.js",
|
|
15
|
+
"rebuild": "npm run build",
|
|
16
|
+
"test": "grunt aiskuliteunittests",
|
|
17
|
+
"lint": "tslint -p tsconfig.json",
|
|
18
|
+
"dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
|
|
19
|
+
"sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "https://github.com/microsoft/ApplicationInsights-JS.git",
|
|
24
|
+
"directory": "AISKULight"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@microsoft/ai-test-framework": "0.0.1",
|
|
28
|
+
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
29
|
+
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
|
|
30
|
+
"@microsoft/api-extractor": "^7.18.1",
|
|
31
|
+
"grunt": "^1.4.1",
|
|
32
|
+
"grunt-cli": "^1.4.3",
|
|
33
|
+
"grunt-contrib-qunit": "^5.0.1",
|
|
34
|
+
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
35
|
+
"@nevware21/grunt-eslint-ts": "^0.2.2",
|
|
36
|
+
"globby": "^11.0.0",
|
|
37
|
+
"magic-string": "^0.25.7",
|
|
38
|
+
"pako": "^2.0.3",
|
|
39
|
+
"@rollup/plugin-commonjs": "^18.0.0",
|
|
40
|
+
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
41
|
+
"@rollup/plugin-replace": "^2.3.3",
|
|
42
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
43
|
+
"rollup": "^2.32.0",
|
|
44
|
+
"source-map-loader": "^0.2.3",
|
|
45
|
+
"typescript": "^4.3.4",
|
|
46
|
+
"tslib": "^2.0.0"
|
|
47
|
+
},
|
|
48
|
+
"peerDependencies": {
|
|
49
|
+
"tslib": "*"
|
|
50
|
+
},
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@microsoft/dynamicproto-js": "^1.1.4",
|
|
53
|
+
"@microsoft/applicationinsights-shims": "2.0.1",
|
|
54
|
+
"@microsoft/applicationinsights-common": "2.8.0",
|
|
55
|
+
"@microsoft/applicationinsights-channel-js": "2.8.0",
|
|
56
|
+
"@microsoft/applicationinsights-core-js": "2.8.0"
|
|
57
|
+
},
|
|
58
|
+
"license": "MIT"
|
|
59
|
+
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "aib",
|
|
3
|
-
"version": "2.8.0-nightly.2204-19",
|
|
4
|
-
"ext": {
|
|
5
|
-
"@js": {
|
|
6
|
-
"file": "aib.2.8.0-nightly.2204-19.js",
|
|
7
|
-
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-CiLec+T1duh/s+vha4pbfxb95jrZRFJuoP2d/m3bh0o= sha384-Ck0BG6syYrmRAM0aYG+YafJfPCT5yXEMaUe8AE953194FVtRIoqgPyGRVBkr+Jzd sha512-XzaWW3EwcIVLU0Oa6OiF5nub3ubMLNoNnmnkgqfWZv/EbsVSUl8ki6qF/Kdr2/UzpU3Rvb/SMmAdwpt1ZI9C4A==",
|
|
9
|
-
"hashes": {
|
|
10
|
-
"sha256": "CiLec+T1duh/s+vha4pbfxb95jrZRFJuoP2d/m3bh0o=",
|
|
11
|
-
"sha384": "Ck0BG6syYrmRAM0aYG+YafJfPCT5yXEMaUe8AE953194FVtRIoqgPyGRVBkr+Jzd",
|
|
12
|
-
"sha512": "XzaWW3EwcIVLU0Oa6OiF5nub3ubMLNoNnmnkgqfWZv/EbsVSUl8ki6qF/Kdr2/UzpU3Rvb/SMmAdwpt1ZI9C4A=="
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
"@min.js": {
|
|
16
|
-
"file": "aib.2.8.0-nightly.2204-19.min.js",
|
|
17
|
-
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-5Jv4qtN+66rSvwOBwpVsAGvFMtGZ4GZtNoi44zdrxeg= sha384-8lGuIoGDsNvqPeh5Jcw9PfspNaznntncUmybLltwx05z43QKZQG8AOvwOotSZxEs sha512-EZ5sgTYiPRlXrwysALVVNh1b1/ETVhJ0uZWXcf1lvbKy6CWV+7scLgNr1dPACew3GKyZCwiBbSA0MEDf33aMEQ==",
|
|
19
|
-
"hashes": {
|
|
20
|
-
"sha256": "5Jv4qtN+66rSvwOBwpVsAGvFMtGZ4GZtNoi44zdrxeg=",
|
|
21
|
-
"sha384": "8lGuIoGDsNvqPeh5Jcw9PfspNaznntncUmybLltwx05z43QKZQG8AOvwOotSZxEs",
|
|
22
|
-
"sha512": "EZ5sgTYiPRlXrwysALVVNh1b1/ETVhJ0uZWXcf1lvbKy6CWV+7scLgNr1dPACew3GKyZCwiBbSA0MEDf33aMEQ=="
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
}
|