rattail 2.0.1 → 2.0.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rattail",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "A Vite+ oriented, AI Agent friendly front-end toolchain",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-agent",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@configurajs/vite-plus": "0.2.4",
|
|
95
95
|
"@varlet/axle": "1.0.2",
|
|
96
|
-
"@varlet/release": "^2.2.
|
|
96
|
+
"@varlet/release": "^2.2.1",
|
|
97
97
|
"api-farmer": "0.1.5",
|
|
98
98
|
"commander": "^13.0.0",
|
|
99
99
|
"js-cookie": "3.0.5",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"docs:preview": "vitepress preview docs",
|
|
139
139
|
"format": "vp fmt",
|
|
140
140
|
"lint": "vp lint --fix",
|
|
141
|
-
"release": "pnpm build &&
|
|
141
|
+
"release": "pnpm build && tsx src/cli/bin.ts release",
|
|
142
142
|
"test:watch": "vp test watch",
|
|
143
143
|
"test": "vp test run --coverage"
|
|
144
144
|
}
|