create-windowless-app 8.0.4 → 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 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 `12.20.0` or higher
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-windowless-app",
3
- "version": "8.0.4",
3
+ "version": "9.0.0",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-windowless-app",
3
- "version": "8.0.4",
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",
@@ -64,10 +64,8 @@
64
64
  "@types/mock-fs": "4.13.1",
65
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
71
  "@typescript-eslint/eslint-plugin": "5.22.0",
@@ -94,7 +92,6 @@
94
92
  "ts-jest": "28.0.1",
95
93
  "ts-node": "10.7.0",
96
94
  "typescript": "4.6.4",
97
- "uuid": "8.3.2",
98
95
  "webpack": "5.72.0",
99
96
  "winston": "3.7.2"
100
97
  },