@microsoft/applicationinsights-web-basic 2.8.8 → 2.8.9-nightly.2210-01

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.8
2
+ * Microsoft.ApplicationInsights, 2.8.9-nightly.2210-01
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.8
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.9-nightly.2210-01
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.8
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.9-nightly.2210-01
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,62 +1,65 @@
1
- {
2
- "name": "@microsoft/applicationinsights-web-basic",
3
- "version": "2.8.8",
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": "^5.0.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
- "source-map-loader": "^0.2.3",
48
- "typescript": "^4.3.4",
49
- "tslib": "^2.0.0"
50
- },
51
- "peerDependencies": {
52
- "tslib": "*"
53
- },
54
- "dependencies": {
55
- "@microsoft/dynamicproto-js": "^1.1.6",
56
- "@microsoft/applicationinsights-shims": "2.0.1",
57
- "@microsoft/applicationinsights-common": "2.8.8",
58
- "@microsoft/applicationinsights-channel-js": "2.8.8",
59
- "@microsoft/applicationinsights-core-js": "2.8.8"
60
- },
61
- "license": "MIT"
62
- }
1
+ {
2
+ "name": "@microsoft/applicationinsights-web-basic",
3
+ "version": "2.8.9-nightly.2210-01",
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": "^5.0.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
+ "source-map-loader": "^0.2.3",
48
+ "typescript": "^4.3.4",
49
+ "tslib": "^2.0.0"
50
+ },
51
+ "peerDependencies": {
52
+ "tslib": "*"
53
+ },
54
+ "dependencies": {
55
+ "@microsoft/dynamicproto-js": "^1.1.6",
56
+ "@microsoft/applicationinsights-shims": "2.0.1",
57
+ "@microsoft/applicationinsights-common": "2.8.9-nightly.2210-01",
58
+ "@microsoft/applicationinsights-channel-js": "2.8.9-nightly.2210-01",
59
+ "@microsoft/applicationinsights-core-js": "2.8.9-nightly.2210-01"
60
+ },
61
+ "license": "MIT",
62
+ "publishConfig": {
63
+ "tag": "nightly"
64
+ }
65
+ }
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "2.8.8",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.2.8.8.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-vHp5YId3ovIZJD/n0LimadbKkIYO/Q12YEK9SoW1C7s= sha384-c7aXZjWmshQ63Q51BdlBfgUl7nvd2l5+MjTMNbYbm3l/TIB5S0Tt7ppp+mUtYh6i sha512-4J9BMbPDPdr3BCNKt56n3FtrCrL5VlMWHaCqvi+JU4xbtwiaMZsM2KbLT0VhISOXEuMDqw+PoOw/FYDK/8ccNg==",
9
- "hashes": {
10
- "sha256": "vHp5YId3ovIZJD/n0LimadbKkIYO/Q12YEK9SoW1C7s=",
11
- "sha384": "c7aXZjWmshQ63Q51BdlBfgUl7nvd2l5+MjTMNbYbm3l/TIB5S0Tt7ppp+mUtYh6i",
12
- "sha512": "4J9BMbPDPdr3BCNKt56n3FtrCrL5VlMWHaCqvi+JU4xbtwiaMZsM2KbLT0VhISOXEuMDqw+PoOw/FYDK/8ccNg=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.2.8.8.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-zLgmlGw3kd934tVpblJrjoMKK0Z1EqWDdggbhhtL2h0= sha384-LupHA8mkWEvp0wJej/zw8bsS1gCvt4NQ4Ka4AeAEZ5guanhRotf4ZFis22mCd64S sha512-BLfiJ0jQamSVnJ4c8XnuGZwPV4ZoGOg3aYvemkv+XeLEN+uM+W0c/wYHGqBFxKVXXHkFf9wrNWDBokqQK9WLWg==",
19
- "hashes": {
20
- "sha256": "zLgmlGw3kd934tVpblJrjoMKK0Z1EqWDdggbhhtL2h0=",
21
- "sha384": "LupHA8mkWEvp0wJej/zw8bsS1gCvt4NQ4Ka4AeAEZ5guanhRotf4ZFis22mCd64S",
22
- "sha512": "BLfiJ0jQamSVnJ4c8XnuGZwPV4ZoGOg3aYvemkv+XeLEN+uM+W0c/wYHGqBFxKVXXHkFf9wrNWDBokqQK9WLWg=="
23
- }
24
- }
25
- }
26
- }