@zessjs/cli 1.0.0 → 1.0.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 +4 -2
- package/package.json +2 -2
- package/template/common/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<
|
|
2
|
+
<a href="https://rpsffx.github.io/zess" target="_blank" alt="Zess Logo">
|
|
3
|
+
<img src="https://pic1.imgdb.cn/item/68c7c093c5157e1a8804fb52.svg" alt="Zess Logo">
|
|
4
|
+
</a>
|
|
3
5
|
</div>
|
|
4
6
|
|
|
5
7
|
# @zessjs/cli
|
|
@@ -43,7 +45,7 @@ Then open your browser and visit:
|
|
|
43
45
|
|
|
44
46
|
The Zess CLI is compatible with:
|
|
45
47
|
|
|
46
|
-
- Node.js >=18.
|
|
48
|
+
- Node.js >=18.0.0
|
|
47
49
|
|
|
48
50
|
## 📝 License
|
|
49
51
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zessjs/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Zess CLI tool 🔨 For easily creating Vite-powered Zess project.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"picocolors": "^1.1.1"
|
|
33
33
|
},
|
|
34
34
|
"engines": {
|
|
35
|
-
"node": ">=18.
|
|
35
|
+
"node": ">=18.0.0"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zess-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@tailwindcss/vite": "^4.1.13",
|
|
16
|
-
"@zessjs/core": "^1.0.
|
|
17
|
-
"@zessjs/router": "^1.0.
|
|
16
|
+
"@zessjs/core": "^1.0.1",
|
|
17
|
+
"@zessjs/router": "^1.0.1",
|
|
18
18
|
"tailwindcss": "^4.1.13"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@sxzz/eslint-config": "^7.2.1",
|
|
22
22
|
"@sxzz/prettier-config": "^2.2.4",
|
|
23
|
-
"@zessjs/vite-plugin": "^1.0.
|
|
23
|
+
"@zessjs/vite-plugin": "^1.0.1",
|
|
24
24
|
"eslint": "^9.36.0",
|
|
25
25
|
"eslint-plugin-react": "^7.37.5",
|
|
26
26
|
"jsdom": "^27.0.0",
|