create-bananass 0.5.0 → 0.5.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/README.md CHANGED
@@ -154,7 +154,7 @@ npm create bananass@latest
154
154
 
155
155
  ## 보안<sup>Security</sup>
156
156
 
157
- 보안 문제를 발견하셨나요? [보안](SECURITY.md) 문서를 참고해주세요.
157
+ 보안 문제를 발견하셨나요? [보안](https://github.com/lumirlumir/.github/blob/main/SECURITY_KO.md#%EB%B3%B4%EC%95%88) 문서를 참고해주세요.
158
158
 
159
159
  ## 라이선스<sup>License</sup>
160
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-bananass",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "type": "module",
5
5
  "description": "Create a Bananass framework project for solving Baekjoon problems with JavaScript/TypeScript.🍌",
6
6
  "exports": {
@@ -56,9 +56,8 @@
56
56
  "dev": "node src/cli.js"
57
57
  },
58
58
  "dependencies": {
59
- "bananass-utils-console": "^0.5.0",
59
+ "bananass-utils-console": "^0.5.2",
60
60
  "commander": "^14.0.1",
61
61
  "consola": "^3.4.2"
62
- },
63
- "gitHead": "fb88d1af9375f2f49f56402a17216a7a217a6ac0"
62
+ }
64
63
  }
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "create-bananass-javascript-cjs",
4
- "version": "0.5.0",
5
4
  "type": "commonjs",
6
5
  "engines": {
7
6
  "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
@@ -22,10 +21,10 @@
22
21
  "prettier:fix": "prettier . --write --ignore-unknown"
23
22
  },
24
23
  "devDependencies": {
25
- "bananass": "^0.5.0",
26
- "eslint": "^9.35.0",
27
- "eslint-config-bananass": "^0.5.0",
24
+ "bananass": "^0.5.2",
25
+ "eslint": "^9.39.1",
26
+ "eslint-config-bananass": "^0.5.2",
28
27
  "prettier": "^3.6.2",
29
- "prettier-config-bananass": "^0.5.0"
28
+ "prettier-config-bananass": "^0.5.2"
30
29
  }
31
30
  }
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "create-bananass-javascript-esm",
4
- "version": "0.5.0",
5
4
  "type": "module",
6
5
  "engines": {
7
6
  "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
@@ -22,10 +21,10 @@
22
21
  "prettier:fix": "prettier . --write --ignore-unknown"
23
22
  },
24
23
  "devDependencies": {
25
- "bananass": "^0.5.0",
26
- "eslint": "^9.35.0",
27
- "eslint-config-bananass": "^0.5.0",
24
+ "bananass": "^0.5.2",
25
+ "eslint": "^9.39.1",
26
+ "eslint-config-bananass": "^0.5.2",
28
27
  "prettier": "^3.6.2",
29
- "prettier-config-bananass": "^0.5.0"
28
+ "prettier-config-bananass": "^0.5.2"
30
29
  }
31
30
  }
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "create-bananass-typescript-cjs",
4
- "version": "0.5.0",
5
4
  "type": "commonjs",
6
5
  "engines": {
7
6
  "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
@@ -23,12 +22,12 @@
23
22
  "tsc": "tsc"
24
23
  },
25
24
  "devDependencies": {
26
- "bananass": "^0.5.0",
27
- "eslint": "^9.35.0",
28
- "eslint-config-bananass": "^0.5.0",
25
+ "bananass": "^0.5.2",
26
+ "eslint": "^9.39.1",
27
+ "eslint-config-bananass": "^0.5.2",
29
28
  "jiti": "^2.5.1",
30
29
  "prettier": "^3.6.2",
31
- "prettier-config-bananass": "^0.5.0",
30
+ "prettier-config-bananass": "^0.5.2",
32
31
  "typescript": "^5.9.2"
33
32
  }
34
33
  }
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "create-bananass-typescript-esm",
4
- "version": "0.5.0",
5
4
  "type": "module",
6
5
  "engines": {
7
6
  "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
@@ -23,12 +22,12 @@
23
22
  "tsc": "tsc"
24
23
  },
25
24
  "devDependencies": {
26
- "bananass": "^0.5.0",
27
- "eslint": "^9.35.0",
28
- "eslint-config-bananass": "^0.5.0",
25
+ "bananass": "^0.5.2",
26
+ "eslint": "^9.39.1",
27
+ "eslint-config-bananass": "^0.5.2",
29
28
  "jiti": "^2.5.1",
30
29
  "prettier": "^3.6.2",
31
- "prettier-config-bananass": "^0.5.0",
30
+ "prettier-config-bananass": "^0.5.2",
32
31
  "typescript": "^5.9.2"
33
32
  }
34
33
  }