create-windowless-app 8.0.2 → 9.0.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/README.md +1 -1
- package/npm-shrinkwrap.json +9 -8
- package/package.json +13 -16
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ If something doesn't work, please [file an issue](https://github.com/yoavain/cre
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
Pre-Requisites for template to work:
|
|
26
|
-
* `NodeJS` version `
|
|
26
|
+
* `NodeJS` version `14.17.0` or higher
|
|
27
27
|
* `MSBuild.exe` must be in the PATH environment variable
|
|
28
28
|
|
|
29
29
|
## Quick Overview
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-windowless-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"@types/node": {
|
|
45
|
-
"version": "16.11.
|
|
46
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.
|
|
47
|
-
"integrity": "sha512-
|
|
45
|
+
"version": "16.11.33",
|
|
46
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.33.tgz",
|
|
47
|
+
"integrity": "sha512-0PJ0vg+JyU0MIan58IOIFRtSvsb7Ri+7Wltx2qAg94eMOrpg4+uuP3aUHCpxXc1i0jCXiC+zIamSZh3l9AbcQA=="
|
|
48
48
|
},
|
|
49
49
|
"@types/responselike": {
|
|
50
50
|
"version": "1.0.0",
|
|
@@ -370,9 +370,9 @@
|
|
|
370
370
|
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
|
371
371
|
},
|
|
372
372
|
"inquirer": {
|
|
373
|
-
"version": "8.2.
|
|
374
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.
|
|
375
|
-
"integrity": "sha512-
|
|
373
|
+
"version": "8.2.4",
|
|
374
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz",
|
|
375
|
+
"integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==",
|
|
376
376
|
"requires": {
|
|
377
377
|
"ansi-escapes": "^4.2.1",
|
|
378
378
|
"chalk": "^4.1.1",
|
|
@@ -387,7 +387,8 @@
|
|
|
387
387
|
"rxjs": "^7.5.5",
|
|
388
388
|
"string-width": "^4.1.0",
|
|
389
389
|
"strip-ansi": "^6.0.0",
|
|
390
|
-
"through": "^2.3.6"
|
|
390
|
+
"through": "^2.3.6",
|
|
391
|
+
"wrap-ansi": "^7.0.0"
|
|
391
392
|
}
|
|
392
393
|
},
|
|
393
394
|
"is-interactive": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-windowless-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "Create a windowless NodeJS app",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -60,41 +60,38 @@
|
|
|
60
60
|
"@types/cross-spawn": "6.0.2",
|
|
61
61
|
"@types/fs-extra": "9.0.13",
|
|
62
62
|
"@types/inquirer": "8.2.1",
|
|
63
|
-
"@types/jest": "27.
|
|
63
|
+
"@types/jest": "27.5.0",
|
|
64
64
|
"@types/mock-fs": "4.13.1",
|
|
65
|
-
"@types/node": "16.11.
|
|
65
|
+
"@types/node": "16.11.33",
|
|
66
66
|
"@types/node-notifier": "8.0.2",
|
|
67
|
-
"@types/request": "2.48.8",
|
|
68
67
|
"@types/semver": "7.3.9",
|
|
69
68
|
"@types/semver-compare": "1.0.1",
|
|
70
|
-
"@types/uuid": "8.3.4",
|
|
71
69
|
"@types/validate-npm-package-name": "3.0.3",
|
|
72
70
|
"@types/winston": "2.4.4",
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
74
|
-
"@typescript-eslint/parser": "5.
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "5.22.0",
|
|
72
|
+
"@typescript-eslint/parser": "5.22.0",
|
|
75
73
|
"add-shebang": "0.1.0",
|
|
76
74
|
"copy-webpack-plugin": "10.2.4",
|
|
77
75
|
"cross-env": "7.0.3",
|
|
78
76
|
"del": "6.0.0",
|
|
79
|
-
"eslint": "8.
|
|
77
|
+
"eslint": "8.14.0",
|
|
80
78
|
"eslint-plugin-import": "2.26.0",
|
|
81
|
-
"eslint-plugin-jest": "26.1.
|
|
79
|
+
"eslint-plugin-jest": "26.1.5",
|
|
82
80
|
"eslint-plugin-node": "11.1.0",
|
|
83
|
-
"eslint-plugin-security": "1.
|
|
81
|
+
"eslint-plugin-security": "1.5.0",
|
|
84
82
|
"global-npm": "0.5.0",
|
|
85
83
|
"husky": "7.0.4",
|
|
86
|
-
"jest": "
|
|
87
|
-
"lint-staged": "12.
|
|
84
|
+
"jest": "28.1.0",
|
|
85
|
+
"lint-staged": "12.4.1",
|
|
88
86
|
"mock-fs": "5.1.2",
|
|
89
87
|
"mocked-env": "1.3.5",
|
|
90
88
|
"node-notifier": "10.0.1",
|
|
91
89
|
"prettier": "2.6.2",
|
|
92
90
|
"rimraf": "3.0.2",
|
|
93
91
|
"tmp-promise": "3.0.3",
|
|
94
|
-
"ts-jest": "
|
|
92
|
+
"ts-jest": "28.0.1",
|
|
95
93
|
"ts-node": "10.7.0",
|
|
96
|
-
"typescript": "4.6.
|
|
97
|
-
"uuid": "8.3.2",
|
|
94
|
+
"typescript": "4.6.4",
|
|
98
95
|
"webpack": "5.72.0",
|
|
99
96
|
"winston": "3.7.2"
|
|
100
97
|
},
|
|
@@ -103,7 +100,7 @@
|
|
|
103
100
|
"cross-spawn": "7.0.3",
|
|
104
101
|
"fs-extra": "10.1.0",
|
|
105
102
|
"got": "11.8.3",
|
|
106
|
-
"inquirer": "8.2.
|
|
103
|
+
"inquirer": "8.2.4",
|
|
107
104
|
"semver": "7.3.7",
|
|
108
105
|
"semver-compare": "1.0.0",
|
|
109
106
|
"validate-npm-package-name": "4.0.0",
|