@microsoft/applicationinsights-web-basic 2.8.17-nightly.2401-12 → 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.2401-12
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.2401-12
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.2401-12
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.2401-12",
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.9",
56
- "@microsoft/applicationinsights-shims": "2.0.2",
57
- "@microsoft/applicationinsights-common": "2.8.17-nightly.2401-12",
58
- "@microsoft/applicationinsights-channel-js": "2.8.17-nightly.2401-12",
59
- "@microsoft/applicationinsights-core-js": "2.8.17-nightly.2401-12"
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
+ }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.39.1"
8
+ "packageVersion": "7.39.5"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "2.8.17-nightly.2401-12",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.2.8.17-nightly.2401-12.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-TJP5pCQNkLQGvYCy3eVQjPRaaRdnQNmiqDbMDJf0KzQ= sha384-eweBatDj0+8y5i3usRlCn7Lh6WEs8X5Q7Hf4UGRlRCjyakRBqIQb4xRHia2L3X0y sha512-Z3IzCacox5q2uUYs0WRBx5s0bQLZhB0LcJjvbQQ+1cYLuHzb3tgkV7Kup2V/sSXl1SAUQaH848/sQBv0JLsOHw==",
9
- "hashes": {
10
- "sha256": "TJP5pCQNkLQGvYCy3eVQjPRaaRdnQNmiqDbMDJf0KzQ=",
11
- "sha384": "eweBatDj0+8y5i3usRlCn7Lh6WEs8X5Q7Hf4UGRlRCjyakRBqIQb4xRHia2L3X0y",
12
- "sha512": "Z3IzCacox5q2uUYs0WRBx5s0bQLZhB0LcJjvbQQ+1cYLuHzb3tgkV7Kup2V/sSXl1SAUQaH848/sQBv0JLsOHw=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.2.8.17-nightly.2401-12.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-IlXGSEVze21LsKUYXR74WyBD9V8+L6Zn1pNFgIHdODs= sha384-bb5q0z8jHUJ5g2Dl8CxzSpCAUA7EegS+DUUFddvoID4p6KcFzE6o/flUX2H8MWYB sha512-WV5CNqqTxVXtO1UtQdeyCebeeS2/1AwYxfB9hcAII6MNjiaG9u9VaH9KBUtw1fCLpzEZM6oqJBQjCtoR6lWJpw==",
19
- "hashes": {
20
- "sha256": "IlXGSEVze21LsKUYXR74WyBD9V8+L6Zn1pNFgIHdODs=",
21
- "sha384": "bb5q0z8jHUJ5g2Dl8CxzSpCAUA7EegS+DUUFddvoID4p6KcFzE6o/flUX2H8MWYB",
22
- "sha512": "WV5CNqqTxVXtO1UtQdeyCebeeS2/1AwYxfB9hcAII6MNjiaG9u9VaH9KBUtw1fCLpzEZM6oqJBQjCtoR6lWJpw=="
23
- }
24
- }
25
- }
26
- }