@kitschpatrol/create-project 1.1.1 → 1.1.2
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/package.json +5 -5
- package/readme.md +1 -1
- package/templates/cli/package.json +3 -3
- package/templates/cli+library/package.json +3 -3
- package/templates/electron/.gitignore +1 -1
- package/templates/electron/package.json +1 -1
- package/templates/library/package.json +2 -2
- package/templates/minimal/package.json +1 -1
- package/templates/web/package.json +1 -1
- package/templates/cli/pnpm-lock.yaml +0 -1512
- /package/dist/{index.js → index.mjs} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/create-project",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Kitschpatrol's TypeScript project templates.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "https://ericmika.com"
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
23
|
-
"bin": "dist/index.
|
|
23
|
+
"bin": "dist/index.mjs",
|
|
24
24
|
"files": [
|
|
25
25
|
"dist",
|
|
26
26
|
"templates",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"bingo-handlebars": "^0.1.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@kitschpatrol/shared-config": "^5.8.
|
|
36
|
+
"@kitschpatrol/shared-config": "^5.8.1",
|
|
37
37
|
"@types/node": "^20.19.24",
|
|
38
38
|
"bumpp": "^10.3.1",
|
|
39
39
|
"taze": "^19.9.0",
|
|
40
|
-
"tsdown": "^0.
|
|
40
|
+
"tsdown": "^0.16.0",
|
|
41
41
|
"typescript": "~5.9.3",
|
|
42
|
-
"vitest": "^4.0.
|
|
42
|
+
"vitest": "^4.0.7",
|
|
43
43
|
"zod": "^3.25.76"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
package/readme.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"type": "module",
|
|
22
22
|
"bin": {
|
|
23
|
-
"{{cli-command-name}}": "dist/index.
|
|
23
|
+
"{{cli-command-name}}": "dist/index.mjs"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"dist/*"
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"yargs": "^17.7.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@kitschpatrol/shared-config": "^5.8.
|
|
43
|
+
"@kitschpatrol/shared-config": "^5.8.1",
|
|
44
44
|
"bumpp": "^10.3.1",
|
|
45
45
|
"mdat-plugin-cli-help": "^1.0.1",
|
|
46
|
-
"tsdown": "^0.
|
|
46
|
+
"tsdown": "^0.16.0",
|
|
47
47
|
"typescript": "~5.9.3"
|
|
48
48
|
},
|
|
49
49
|
"packageManager": "pnpm@10.20.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"main": "./dist/lib/index.js",
|
|
29
29
|
"module": "./dist/lib/index.js",
|
|
30
30
|
"bin": {
|
|
31
|
-
"{{cli-command-name}}": "dist/bin/cli.
|
|
31
|
+
"{{cli-command-name}}": "dist/bin/cli.mjs"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"dist/*"
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"yargs": "^17.7.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@kitschpatrol/shared-config": "^5.8.
|
|
51
|
+
"@kitschpatrol/shared-config": "^5.8.1",
|
|
52
52
|
"bumpp": "^10.3.1",
|
|
53
53
|
"mdat-plugin-cli-help": "^1.0.1",
|
|
54
|
-
"tsdown": "^0.
|
|
54
|
+
"tsdown": "^0.16.0",
|
|
55
55
|
"typescript": "~5.9.3"
|
|
56
56
|
},
|
|
57
57
|
"packageManager": "pnpm@10.20.0",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"lognow": "^0.2.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@kitschpatrol/shared-config": "^5.8.
|
|
45
|
+
"@kitschpatrol/shared-config": "^5.8.1",
|
|
46
46
|
"bumpp": "^10.3.1",
|
|
47
|
-
"tsdown": "^0.
|
|
47
|
+
"tsdown": "^0.16.0",
|
|
48
48
|
"typescript": "~5.9.3"
|
|
49
49
|
},
|
|
50
50
|
"packageManager": "pnpm@10.20.0",
|