@kitschpatrol/create-project 1.1.1 → 1.1.3

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.1",
3
+ "version": "1.1.3",
4
4
  "description": "Kitschpatrol's TypeScript project templates.",
5
5
  "keywords": [
6
6
  "cli",
@@ -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": {
@@ -49,7 +49,7 @@
49
49
  "access": "public"
50
50
  },
51
51
  "scripts": {
52
- "build": "tsdown",
52
+ "build": "tsdown --no-fixed-extension",
53
53
  "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",
54
54
  "fix": "ksc fix",
55
55
  "lint": "ksc lint",
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
@@ -26,7 +26,7 @@
26
26
  "dist/*"
27
27
  ],
28
28
  "scripts": {
29
- "build": "tsdown --dts false",
29
+ "build": "tsdown --no-fixed-extension --dts false",
30
30
  "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",
31
31
  "fix": "ksc fix",
32
32
  "lint": "ksc lint",
@@ -36,14 +36,14 @@
36
36
  "dependencies": {
37
37
  "@types/node": "^20.19.24",
38
38
  "@types/yargs": "^17.0.34",
39
- "lognow": "^0.2.1",
39
+ "lognow": "^0.3.1",
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
- "mdat-plugin-cli-help": "^1.0.1",
46
- "tsdown": "^0.15.12",
45
+ "mdat-plugin-cli-help": "^1.0.2",
46
+ "tsdown": "^0.16.0",
47
47
  "typescript": "~5.9.3"
48
48
  },
49
49
  "packageManager": "pnpm@10.20.0",
@@ -34,7 +34,7 @@
34
34
  "dist/*"
35
35
  ],
36
36
  "scripts": {
37
- "build": "tsdown",
37
+ "build": "tsdown --no-fixed-extension",
38
38
  "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",
39
39
  "fix": "ksc fix",
40
40
  "lint": "ksc lint",
@@ -44,14 +44,14 @@
44
44
  "dependencies": {
45
45
  "@types/node": "^20.19.24",
46
46
  "@types/yargs": "^17.0.34",
47
- "lognow": "^0.2.1",
47
+ "lognow": "^0.3.1",
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
- "mdat-plugin-cli-help": "^1.0.1",
54
- "tsdown": "^0.15.12",
53
+ "mdat-plugin-cli-help": "^1.0.2",
54
+ "tsdown": "^0.16.0",
55
55
  "typescript": "~5.9.3"
56
56
  },
57
57
  "packageManager": "pnpm@10.20.0",
@@ -4,6 +4,7 @@ export default defineConfig([
4
4
  {
5
5
  dts: false,
6
6
  entry: 'src/bin/cli.ts',
7
+ fixedExtension: false,
7
8
  outDir: 'dist/bin',
8
9
  platform: 'node',
9
10
  },
@@ -21,4 +21,4 @@ vendor/
21
21
 
22
22
  # Customizations
23
23
  dist-electron/
24
- release/
24
+ release/
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@types/node": "^20.19.24",
34
- "lognow": "^0.2.1"
34
+ "lognow": "^0.2.2"
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",
@@ -39,12 +39,12 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@types/node": "^20.19.24",
42
- "lognow": "^0.2.1"
42
+ "lognow": "^0.2.2"
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",
@@ -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"
@@ -33,9 +33,9 @@
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
- "poptab": "^1.0.1",
38
+ "poptab": "^1.0.2",
39
39
  "typescript": "~5.9.3",
40
40
  "vite": "npm:rolldown-vite@7.1.17",
41
41
  "vite-plugin-mkcert": "^1.17.9"