create-bananass 0.4.0 → 0.4.1
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
|
@@ -142,7 +142,7 @@ npm create bananass@latest
|
|
|
142
142
|
|
|
143
143
|
## 버전 정책<sup>Versioning</sup>
|
|
144
144
|
|
|
145
|
-
바나나 프레임워크는 [유의적 버전 정책<sup>
|
|
145
|
+
바나나 프레임워크는 [유의적 버전 정책<sup>Semantic Versioning</sup>](https://semver.org/lang/ko/)을 따릅니다. 모든 릴리즈 버전은 `주(MAJOR).부(MINOR).수(PATCH)` 형식을 따릅니다.
|
|
146
146
|
|
|
147
147
|
## 기여자 행동 강령 규약<sup>Code of Conduct</sup>
|
|
148
148
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-bananass",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
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,9 @@
|
|
|
56
56
|
"dev": "node src/cli.js"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"bananass-utils-console": "^0.4.
|
|
60
|
-
"commander": "^14.0.
|
|
59
|
+
"bananass-utils-console": "^0.4.1",
|
|
60
|
+
"commander": "^14.0.1",
|
|
61
61
|
"consola": "^3.4.2"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "8bf9720224d0ee59eedd738ef3da1c8713520701"
|
|
64
64
|
}
|
package/src/cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": true,
|
|
3
3
|
"name": "create-bananass-javascript-cjs",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^20.18.0 || ^22.3.0 || >= 24.0.0"
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"prettier:fix": "prettier . --write --ignore-unknown"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"bananass": "^0.4.
|
|
26
|
-
"eslint": "^9.
|
|
27
|
-
"eslint-config-bananass": "^0.4.
|
|
25
|
+
"bananass": "^0.4.1",
|
|
26
|
+
"eslint": "^9.35.0",
|
|
27
|
+
"eslint-config-bananass": "^0.4.1",
|
|
28
28
|
"prettier": "^3.6.2",
|
|
29
|
-
"prettier-config-bananass": "^0.4.
|
|
29
|
+
"prettier-config-bananass": "^0.4.1"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": true,
|
|
3
3
|
"name": "create-bananass-javascript-esm",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^20.18.0 || ^22.3.0 || >= 24.0.0"
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"prettier:fix": "prettier . --write --ignore-unknown"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"bananass": "^0.4.
|
|
26
|
-
"eslint": "^9.
|
|
27
|
-
"eslint-config-bananass": "^0.4.
|
|
25
|
+
"bananass": "^0.4.1",
|
|
26
|
+
"eslint": "^9.35.0",
|
|
27
|
+
"eslint-config-bananass": "^0.4.1",
|
|
28
28
|
"prettier": "^3.6.2",
|
|
29
|
-
"prettier-config-bananass": "^0.4.
|
|
29
|
+
"prettier-config-bananass": "^0.4.1"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": true,
|
|
3
3
|
"name": "create-bananass-typescript-cjs",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^20.18.0 || ^22.3.0 || >= 24.0.0"
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"tsc": "tsc"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"bananass": "^0.4.
|
|
27
|
-
"eslint": "^9.
|
|
28
|
-
"eslint-config-bananass": "^0.4.
|
|
26
|
+
"bananass": "^0.4.1",
|
|
27
|
+
"eslint": "^9.35.0",
|
|
28
|
+
"eslint-config-bananass": "^0.4.1",
|
|
29
29
|
"jiti": "^2.5.1",
|
|
30
30
|
"prettier": "^3.6.2",
|
|
31
|
-
"prettier-config-bananass": "^0.4.
|
|
32
|
-
"typescript": "^5.
|
|
31
|
+
"prettier-config-bananass": "^0.4.1",
|
|
32
|
+
"typescript": "^5.9.2"
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": true,
|
|
3
3
|
"name": "create-bananass-typescript-esm",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^20.18.0 || ^22.3.0 || >= 24.0.0"
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"tsc": "tsc"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"bananass": "^0.4.
|
|
27
|
-
"eslint": "^9.
|
|
28
|
-
"eslint-config-bananass": "^0.4.
|
|
26
|
+
"bananass": "^0.4.1",
|
|
27
|
+
"eslint": "^9.35.0",
|
|
28
|
+
"eslint-config-bananass": "^0.4.1",
|
|
29
29
|
"jiti": "^2.5.1",
|
|
30
30
|
"prettier": "^3.6.2",
|
|
31
|
-
"prettier-config-bananass": "^0.4.
|
|
32
|
-
"typescript": "^5.
|
|
31
|
+
"prettier-config-bananass": "^0.4.1",
|
|
32
|
+
"typescript": "^5.9.2"
|
|
33
33
|
}
|
|
34
34
|
}
|