@wangs-ui/create-react-app 1.0.59 → 1.0.61
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/bin.js +1 -1
- package/package.json +2 -2
package/dist/bin.js
CHANGED
|
@@ -246,7 +246,7 @@ async function promptUser(initialOptions) {
|
|
|
246
246
|
skills: skills || allSkills.map((s) => s.id),
|
|
247
247
|
git: git !== void 0 ? git : true
|
|
248
248
|
};
|
|
249
|
-
intro(`\x1b[36m🚀 Wangs UI React App Scaffolder\x1b[0m [2m(v1.0.
|
|
249
|
+
intro(`\x1b[36m🚀 Wangs UI React App Scaffolder\x1b[0m [2m(v1.0.61)[0m`);
|
|
250
250
|
if (!projectName) {
|
|
251
251
|
const nameResponse = await text({
|
|
252
252
|
message: "What is your project name?",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wangs-ui/create-react-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
4
4
|
"description": "Scaffold a modern React app with Wangs UI, Vite 8, Oxlint, Oxfmt, and AI Agent MCP integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antigravity",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@clack/prompts": "^1.7.0",
|
|
56
|
-
"@wangs-ui/skills": "1.0.
|
|
56
|
+
"@wangs-ui/skills": "1.0.61"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {},
|
|
59
59
|
"scripts": {
|