@kitschpatrol/create-project 1.1.0 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/create-project",
3
- "version": "1.1.0",
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.js",
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.0",
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.15.12",
40
+ "tsdown": "^0.16.0",
41
41
  "typescript": "~5.9.3",
42
- "vitest": "^4.0.6",
42
+ "vitest": "^4.0.7",
43
43
  "zod": "^3.25.76"
44
44
  },
45
45
  "engines": {
package/readme.md CHANGED
@@ -38,7 +38,7 @@ The templates use [tsdown](https://tsdown.dev/) for building TypeScript librarie
38
38
  ### Create a new project
39
39
 
40
40
  ```sh
41
- pnpm create @kitschpatrol/project
41
+ pnpm create @kitschpatrol/project@latest
42
42
  ```
43
43
 
44
44
  ### CLI options
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "type": "module",
22
22
  "bin": {
23
- "{{cli-command-name}}": "dist/index.js"
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.0",
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.15.12",
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.js"
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.0",
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.15.12",
54
+ "tsdown": "^0.16.0",
55
55
  "typescript": "~5.9.3"
56
56
  },
57
57
  "packageManager": "pnpm@10.20.0",
@@ -21,4 +21,4 @@ vendor/
21
21
 
22
22
  # Customizations
23
23
  dist-electron/
24
- release/
24
+ release/
@@ -34,7 +34,7 @@
34
34
  "lognow": "^0.2.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@kitschpatrol/shared-config": "^5.8.0",
37
+ "@kitschpatrol/shared-config": "^5.8.1",
38
38
  "bumpp": "^10.3.1",
39
39
  "electron": "^38.5.0",
40
40
  "electron-builder": "^26.0.12",
@@ -1,4 +1,3 @@
1
1
  onlyBuiltDependencies:
2
2
  - esbuild
3
- - puppeteer
4
3
  - unrs-resolver
@@ -42,9 +42,9 @@
42
42
  "lognow": "^0.2.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@kitschpatrol/shared-config": "^5.8.0",
45
+ "@kitschpatrol/shared-config": "^5.8.1",
46
46
  "bumpp": "^10.3.1",
47
- "tsdown": "^0.15.12",
47
+ "tsdown": "^0.16.0",
48
48
  "typescript": "~5.9.3"
49
49
  },
50
50
  "packageManager": "pnpm@10.20.0",
@@ -1,4 +1,3 @@
1
1
  onlyBuiltDependencies:
2
2
  - esbuild
3
- - puppeteer
4
3
  - unrs-resolver
@@ -32,7 +32,7 @@
32
32
  "@types/node": "^20.19.24"
33
33
  },
34
34
  "devDependencies": {
35
- "@kitschpatrol/shared-config": "^5.8.0",
35
+ "@kitschpatrol/shared-config": "^5.8.1",
36
36
  "bumpp": "^10.3.1",
37
37
  "tsx": "^4.20.6",
38
38
  "typescript": "~5.9.3"
@@ -1,4 +1,3 @@
1
1
  onlyBuiltDependencies:
2
2
  - esbuild
3
- - puppeteer
4
3
  - unrs-resolver
@@ -33,7 +33,7 @@
33
33
  "@types/node": "^20.19.24"
34
34
  },
35
35
  "devDependencies": {
36
- "@kitschpatrol/shared-config": "^5.8.0",
36
+ "@kitschpatrol/shared-config": "^5.8.1",
37
37
  "bumpp": "^10.3.1",
38
38
  "poptab": "^1.0.1",
39
39
  "typescript": "~5.9.3",
@@ -1,4 +1,3 @@
1
1
  onlyBuiltDependencies:
2
2
  - esbuild
3
- - puppeteer
4
3
  - unrs-resolver