@zessjs/cli 1.0.6 → 1.0.8
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/dist/index.js +3 -2
- package/package.json +1 -1
- package/template/common/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import gradient from "gradient-string";
|
|
|
12
12
|
import pc from "picocolors";
|
|
13
13
|
|
|
14
14
|
//#region package.json
|
|
15
|
-
var version = "1.0.
|
|
15
|
+
var version = "1.0.8";
|
|
16
16
|
var description = "Zess CLI tool 🔨 For easily creating Vite-powered Zess project.";
|
|
17
17
|
|
|
18
18
|
//#endregion
|
|
@@ -143,4 +143,5 @@ function init() {
|
|
|
143
143
|
}
|
|
144
144
|
init();
|
|
145
145
|
|
|
146
|
-
//#endregion
|
|
146
|
+
//#endregion
|
|
147
|
+
export { };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zess-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite",
|
|
@@ -13,20 +13,20 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@tailwindcss/vite": "^4.1.14",
|
|
16
|
-
"@zessjs/core": "^1.0.
|
|
17
|
-
"@zessjs/router": "^1.0.
|
|
16
|
+
"@zessjs/core": "^1.0.8",
|
|
17
|
+
"@zessjs/router": "^1.0.8",
|
|
18
18
|
"tailwindcss": "^4.1.14"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@sxzz/eslint-config": "^7.2.6",
|
|
22
22
|
"@sxzz/prettier-config": "^2.2.4",
|
|
23
|
-
"@zessjs/vite-plugin": "^1.0.
|
|
23
|
+
"@zessjs/vite-plugin": "^1.0.8",
|
|
24
24
|
"eslint": "^9.36.0",
|
|
25
25
|
"eslint-plugin-react": "^7.37.5",
|
|
26
26
|
"jsdom": "^27.0.0",
|
|
27
27
|
"prettier": "^3.6.2",
|
|
28
28
|
"typescript": "^5.9.3",
|
|
29
|
-
"vite": "^
|
|
29
|
+
"vite": "^7.1.9",
|
|
30
30
|
"vitest": "^3.2.4"
|
|
31
31
|
},
|
|
32
32
|
"prettier": "@sxzz/prettier-config"
|