@microsoft/applicationinsights-web-basic 2.8.11-nightly.2303-03 → 2.8.11

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 2.8.11-nightly.2303-03
2
+ * Microsoft.ApplicationInsights, 2.8.11
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -789,7 +789,7 @@ declare interface IConfig {
789
789
  disableAjaxTracking?: boolean;
790
790
  /**
791
791
  * If true, Fetch requests are not autocollected. Default is false (Since 2.8.0, previously true).
792
- * @defaultValue true
792
+ * @defaultValue false
793
793
  */
794
794
  disableFetchTracking?: boolean;
795
795
  /**
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.11-nightly.2303-03
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.11
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/dist-esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.11-nightly.2303-03
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.11
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,64 +1,61 @@
1
- {
2
- "name": "@microsoft/applicationinsights-web-basic",
3
- "version": "2.8.11-nightly.2303-03",
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
- "mintest": "grunt aiskulite-mintests",
18
- "lint": "tslint -p tsconfig.json",
19
- "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
20
- "sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js",
21
- "ai-min": "grunt aiskulite-min",
22
- "ai-restore": "grunt aiskulite-restore"
23
- },
24
- "repository": {
25
- "type": "git",
26
- "url": "https://github.com/microsoft/ApplicationInsights-JS.git",
27
- "directory": "AISKULight"
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-es3": "1.1.3",
33
- "@microsoft/api-extractor": "^7.18.1",
34
- "grunt": "^1.5.3",
35
- "grunt-cli": "^1.4.3",
36
- "grunt-contrib-qunit": "^6.2.1",
37
- "@nevware21/grunt-ts-plugin": "^0.4.3",
38
- "@nevware21/grunt-eslint-ts": "^0.2.2",
39
- "globby": "^11.0.0",
40
- "magic-string": "^0.25.7",
41
- "pako": "^2.0.3",
42
- "@rollup/plugin-commonjs": "^18.0.0",
43
- "@rollup/plugin-node-resolve": "^11.2.1",
44
- "@rollup/plugin-replace": "^2.3.3",
45
- "rollup-plugin-cleanup": "^3.2.1",
46
- "rollup": "^2.32.0",
47
- "typescript": "^4.9.3",
48
- "tslib": "^2.0.0"
49
- },
50
- "peerDependencies": {
51
- "tslib": "*"
52
- },
53
- "dependencies": {
54
- "@microsoft/dynamicproto-js": "^1.1.7",
55
- "@microsoft/applicationinsights-shims": "2.0.2",
56
- "@microsoft/applicationinsights-common": "2.8.11-nightly.2303-03",
57
- "@microsoft/applicationinsights-channel-js": "2.8.11-nightly.2303-03",
58
- "@microsoft/applicationinsights-core-js": "2.8.11-nightly.2303-03"
59
- },
60
- "license": "MIT",
61
- "publishConfig": {
62
- "tag": "nightly"
63
- }
64
- }
1
+ {
2
+ "name": "@microsoft/applicationinsights-web-basic",
3
+ "version": "2.8.11",
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
+ "mintest": "grunt aiskulite-mintests",
18
+ "lint": "tslint -p tsconfig.json",
19
+ "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
20
+ "sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js",
21
+ "ai-min": "grunt aiskulite-min",
22
+ "ai-restore": "grunt aiskulite-restore"
23
+ },
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://github.com/microsoft/ApplicationInsights-JS.git",
27
+ "directory": "AISKULight"
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-es3": "1.1.3",
33
+ "@microsoft/api-extractor": "^7.18.1",
34
+ "grunt": "^1.5.3",
35
+ "grunt-cli": "^1.4.3",
36
+ "grunt-contrib-qunit": "^6.2.1",
37
+ "@nevware21/grunt-ts-plugin": "^0.4.3",
38
+ "@nevware21/grunt-eslint-ts": "^0.2.2",
39
+ "globby": "^11.0.0",
40
+ "magic-string": "^0.25.7",
41
+ "pako": "^2.0.3",
42
+ "@rollup/plugin-commonjs": "^18.0.0",
43
+ "@rollup/plugin-node-resolve": "^11.2.1",
44
+ "@rollup/plugin-replace": "^2.3.3",
45
+ "rollup-plugin-cleanup": "^3.2.1",
46
+ "rollup": "^2.32.0",
47
+ "typescript": "^4.9.3",
48
+ "tslib": "^2.0.0"
49
+ },
50
+ "peerDependencies": {
51
+ "tslib": "*"
52
+ },
53
+ "dependencies": {
54
+ "@microsoft/dynamicproto-js": "^1.1.7",
55
+ "@microsoft/applicationinsights-shims": "2.0.2",
56
+ "@microsoft/applicationinsights-common": "2.8.11",
57
+ "@microsoft/applicationinsights-channel-js": "2.8.11",
58
+ "@microsoft/applicationinsights-core-js": "2.8.11"
59
+ },
60
+ "license": "MIT"
61
+ }
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "2.8.11-nightly.2303-03",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.2.8.11-nightly.2303-03.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-ZqmOVhmJ2GZCZQC2ZZgpjpGzU5iIwlE3+Pj6YriYvWs= sha384-mlmbH3gfoTZCtJS0j2lX8hmqw8vaySGgDqKsAbF2JDbyYd+H1wyKW3hN8SL1ksn6 sha512-HOylekSt5Jd58zTvxcX3zMYTAmaJ7V2KayZDBgnNSlqjpcQqUudNNezex8ySjIY1Mh9gLnH8Vs1EF8IP1w8r0Q==",
9
- "hashes": {
10
- "sha256": "ZqmOVhmJ2GZCZQC2ZZgpjpGzU5iIwlE3+Pj6YriYvWs=",
11
- "sha384": "mlmbH3gfoTZCtJS0j2lX8hmqw8vaySGgDqKsAbF2JDbyYd+H1wyKW3hN8SL1ksn6",
12
- "sha512": "HOylekSt5Jd58zTvxcX3zMYTAmaJ7V2KayZDBgnNSlqjpcQqUudNNezex8ySjIY1Mh9gLnH8Vs1EF8IP1w8r0Q=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.2.8.11-nightly.2303-03.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-Lpe5KA9ncJy2wXFbnrCql1xQSU/ERW21+qDyE0sNiB0= sha384-jKFyuio9U0BLcNILGjqG8BxmwRTzyhVVqB1esd8ST//CmM2uGlWGKibJmSyWPA7P sha512-NjGGlAetc/8K7ESemVdbOfSsSFzgUsN71soSlABwXhV+3PvSv2EcIjN5NXdA8ZRdIRjJYy7K5NDQjdDuKWw5bA==",
19
- "hashes": {
20
- "sha256": "Lpe5KA9ncJy2wXFbnrCql1xQSU/ERW21+qDyE0sNiB0=",
21
- "sha384": "jKFyuio9U0BLcNILGjqG8BxmwRTzyhVVqB1esd8ST//CmM2uGlWGKibJmSyWPA7P",
22
- "sha512": "NjGGlAetc/8K7ESemVdbOfSsSFzgUsN71soSlABwXhV+3PvSv2EcIjN5NXdA8ZRdIRjJYy7K5NDQjdDuKWw5bA=="
23
- }
24
- }
25
- }
26
- }