@microsoft/applicationinsights-web-basic 2.8.17-nightly.2402-05 → 2.8.17

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.17-nightly.2402-05
2
+ * Microsoft.ApplicationInsights, 2.8.17
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
- * Application Insights JavaScript Web SDK - Basic, 2.8.17-nightly.2402-05
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.17
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.17-nightly.2402-05
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.17
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
- {
2
- "name": "@microsoft/applicationinsights-web-basic",
3
- "version": "2.8.17-nightly.2402-05",
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
- "npm-pack": "npm pack"
24
- },
25
- "repository": {
26
- "type": "git",
27
- "url": "https://github.com/microsoft/ApplicationInsights-JS.git",
28
- "directory": "AISKULight"
29
- },
30
- "devDependencies": {
31
- "@microsoft/ai-test-framework": "0.0.1",
32
- "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
33
- "@microsoft/applicationinsights-rollup-es3": "1.1.3",
34
- "@microsoft/api-extractor": "^7.18.1",
35
- "grunt": "^1.5.3",
36
- "grunt-cli": "^1.4.3",
37
- "grunt-contrib-qunit": "^6.2.1",
38
- "@nevware21/grunt-ts-plugin": "^0.4.3",
39
- "@nevware21/grunt-eslint-ts": "^0.2.2",
40
- "globby": "^11.0.0",
41
- "magic-string": "^0.25.7",
42
- "pako": "^2.0.3",
43
- "@rollup/plugin-commonjs": "^18.0.0",
44
- "@rollup/plugin-node-resolve": "^11.2.1",
45
- "@rollup/plugin-replace": "^2.3.3",
46
- "rollup-plugin-cleanup": "^3.2.1",
47
- "rollup": "^2.32.0",
48
- "typescript": "^4.9.3",
49
- "tslib": "^2.0.0"
50
- },
51
- "peerDependencies": {
52
- "tslib": "*"
53
- },
54
- "dependencies": {
55
- "@microsoft/dynamicproto-js": "^1.1.11",
56
- "@microsoft/applicationinsights-shims": "2.0.2",
57
- "@microsoft/applicationinsights-common": "2.8.17-nightly.2402-05",
58
- "@microsoft/applicationinsights-channel-js": "2.8.17-nightly.2402-05",
59
- "@microsoft/applicationinsights-core-js": "2.8.17-nightly.2402-05"
60
- },
61
- "license": "MIT",
62
- "publishConfig": {
63
- "tag": "nightly2"
64
- }
65
- }
1
+ {
2
+ "name": "@microsoft/applicationinsights-web-basic",
3
+ "version": "2.8.17",
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
+ "npm-pack": "npm pack"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/microsoft/ApplicationInsights-JS.git",
28
+ "directory": "AISKULight"
29
+ },
30
+ "devDependencies": {
31
+ "@microsoft/ai-test-framework": "0.0.1",
32
+ "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
33
+ "@microsoft/applicationinsights-rollup-es3": "1.1.3",
34
+ "@microsoft/api-extractor": "^7.18.1",
35
+ "grunt": "^1.5.3",
36
+ "grunt-cli": "^1.4.3",
37
+ "grunt-contrib-qunit": "^6.2.1",
38
+ "@nevware21/grunt-ts-plugin": "^0.4.3",
39
+ "@nevware21/grunt-eslint-ts": "^0.2.2",
40
+ "globby": "^11.0.0",
41
+ "magic-string": "^0.25.7",
42
+ "pako": "^2.0.3",
43
+ "@rollup/plugin-commonjs": "^18.0.0",
44
+ "@rollup/plugin-node-resolve": "^11.2.1",
45
+ "@rollup/plugin-replace": "^2.3.3",
46
+ "rollup-plugin-cleanup": "^3.2.1",
47
+ "rollup": "^2.32.0",
48
+ "typescript": "^4.9.3",
49
+ "tslib": "^2.0.0"
50
+ },
51
+ "peerDependencies": {
52
+ "tslib": "*"
53
+ },
54
+ "dependencies": {
55
+ "@microsoft/dynamicproto-js": "^1.1.11",
56
+ "@microsoft/applicationinsights-shims": "2.0.2",
57
+ "@microsoft/applicationinsights-common": "2.8.17",
58
+ "@microsoft/applicationinsights-channel-js": "2.8.17",
59
+ "@microsoft/applicationinsights-core-js": "2.8.17"
60
+ },
61
+ "license": "MIT",
62
+ "publishConfig": {
63
+ "tag": "release2"
64
+ }
65
+ }
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "2.8.17-nightly.2402-05",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.2.8.17-nightly.2402-05.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-FfjLHxRSQTtLZR3Mjqw6t51ppKgctmigCKkOz1hCFBY= sha384-K1lraDXwTg39I16xaClQ0v9YU4FV5rM4mAudVTOkU9ZyMCP0sg8Yhd3SBuW7G7SU sha512-bbVqrfAXnT8VovuXxDlwbY5XiRvWuorAWaY0MmxPk2yC/5s3Y1FYrGZ14Rut/Zoovw673IULlJNg4aeZQowofA==",
9
- "hashes": {
10
- "sha256": "FfjLHxRSQTtLZR3Mjqw6t51ppKgctmigCKkOz1hCFBY=",
11
- "sha384": "K1lraDXwTg39I16xaClQ0v9YU4FV5rM4mAudVTOkU9ZyMCP0sg8Yhd3SBuW7G7SU",
12
- "sha512": "bbVqrfAXnT8VovuXxDlwbY5XiRvWuorAWaY0MmxPk2yC/5s3Y1FYrGZ14Rut/Zoovw673IULlJNg4aeZQowofA=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.2.8.17-nightly.2402-05.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-UvoX49zFynTKz7ZtnBA6a2qL4IBEJ2R4MOxPWpKGNkc= sha384-kuzH1Amenoufe/hRbLpgd8tvLXyOBdDQdDpzBW2Bpxh9cYj7NpxxOEn5J6gdx4i4 sha512-YqJUdahLG9hpf7fTamrkNQmWyva/2ZpPO7/BmmVEQR60SmAHgVR00Sckm3B1TWD4IJjhgQSlx675OCH7bsh13g==",
19
- "hashes": {
20
- "sha256": "UvoX49zFynTKz7ZtnBA6a2qL4IBEJ2R4MOxPWpKGNkc=",
21
- "sha384": "kuzH1Amenoufe/hRbLpgd8tvLXyOBdDQdDpzBW2Bpxh9cYj7NpxxOEn5J6gdx4i4",
22
- "sha512": "YqJUdahLG9hpf7fTamrkNQmWyva/2ZpPO7/BmmVEQR60SmAHgVR00Sckm3B1TWD4IJjhgQSlx675OCH7bsh13g=="
23
- }
24
- }
25
- }
26
- }