create-sonamu 0.1.1 → 0.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/index.js CHANGED
@@ -268,6 +268,10 @@ function init() {
268
268
  destPath = path.join(path.dirname(dest), ".gitignore");
269
269
  }
270
270
  fs.copyFileSync(src, destPath);
271
+ // 셸 스크립트는 실행 권한 유지
272
+ if (basename.endsWith(".sh")) {
273
+ fs.chmodSync(destPath, stat.mode);
274
+ }
271
275
  console.log("".concat(chalk.green("CREATE"), " ").concat(destPath));
272
276
  }
273
277
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sonamu",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Create a new Sonamu project",
5
5
  "keywords": [
6
6
  "sonamu",
@@ -37,7 +37,7 @@
37
37
  "@types/minimist": "^1.2.5",
38
38
  "@types/node": "25.0.7",
39
39
  "@types/prompts": "^2",
40
- "@biomejs/biome": "^2.3.10",
40
+ "@biomejs/biome": "^2.3.13",
41
41
  "typescript": "^5.9.3",
42
42
  "zx": "^8.8.5"
43
43
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
3
3
  "linter": {
4
4
  "enabled": true,
5
5
  "rules": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "packageManager": "pnpm@10.25.0",
10
10
  "devDependencies": {
11
- "@biomejs/biome": "^2.3.8",
11
+ "@biomejs/biome": "^2.3.13",
12
12
  "@types/node": "^25",
13
13
  "@vitest/coverage-v8": "^4.0.12",
14
14
  "corepack": "^0.34.1",
@@ -1,4 +1,3 @@
1
- version: "3.8"
2
1
  name: ${CONTAINER_NAME}
3
2
  services:
4
3
  pg:
@@ -27,7 +27,7 @@
27
27
  "zod": "^4.3.6"
28
28
  },
29
29
  "devDependencies": {
30
- "@iconify/json": "^2.2.421",
30
+ "@iconify-json/lucide": "^1.2.82",
31
31
  "@svgr/core": "^8.1.0",
32
32
  "@svgr/plugin-jsx": "^8.1.0",
33
33
  "@svgr/plugin-svgo": "^8.1.0",
@@ -27,7 +27,7 @@
27
27
  "zod": "catalog:"
28
28
  },
29
29
  "devDependencies": {
30
- "@iconify/json": "catalog:",
30
+ "@iconify-json/lucide": "catalog:",
31
31
  "@svgr/core": "catalog:",
32
32
  "@svgr/plugin-jsx": "catalog:",
33
33
  "@svgr/plugin-svgo": "catalog:",