@wangs-ui/create-react-app 1.0.53 → 1.0.54
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
|
@@ -242,7 +242,7 @@ async function promptUser(initialOptions) {
|
|
|
242
242
|
skills: skills || allSkills.map((s) => s.id),
|
|
243
243
|
git: git !== void 0 ? git : true
|
|
244
244
|
};
|
|
245
|
-
intro(`\x1b[36m🚀 Wangs UI React App Scaffolder\x1b[0m [2m(v1.0.
|
|
245
|
+
intro(`\x1b[36m🚀 Wangs UI React App Scaffolder\x1b[0m [2m(v1.0.54)[0m`);
|
|
246
246
|
if (!projectName) {
|
|
247
247
|
const nameResponse = await text({
|
|
248
248
|
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.54",
|
|
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",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@clack/prompts": "^1.7.0",
|
|
55
|
-
"@wangs-ui/skills": "1.0.
|
|
55
|
+
"@wangs-ui/skills": "1.0.54"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {},
|
|
58
58
|
"scripts": {
|