@wangs-ui/create-react-app 1.0.36 → 1.0.37

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 CHANGED
@@ -1122,7 +1122,7 @@ function copyProjectTemplate(options) {
1122
1122
  }
1123
1123
  }
1124
1124
  //#endregion
1125
- //#region ../skills/dist/src-C22mKmnQ.js
1125
+ //#region ../skills/dist/src-DZa2DBdf.js
1126
1126
  var __dirname$1 = path.dirname(fileURLToPath(import.meta.url));
1127
1127
  function getSkillsDir() {
1128
1128
  const candidates = [
@@ -1317,7 +1317,7 @@ async function promptUser(initialOptions) {
1317
1317
  "kilo"
1318
1318
  ]
1319
1319
  };
1320
- intro("\x1B[36m🚀 Wangs UI React App Scaffolder\x1B[0m");
1320
+ intro(`\x1b[36m🚀 Wangs UI React App Scaffolder\x1b[0m (v1.0.37)`);
1321
1321
  if (!projectName) {
1322
1322
  const nameResponse = await text({
1323
1323
  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.36",
3
+ "version": "1.0.37",
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",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@clack/prompts": "^1.7.0",
54
- "@wangs-ui/skills": "1.0.36"
54
+ "@wangs-ui/skills": "1.0.37"
55
55
  },
56
56
  "devDependencies": {},
57
57
  "scripts": {
@@ -13,10 +13,10 @@
13
13
  "format:check": "oxfmt --check"
14
14
  },
15
15
  "dependencies": {
16
- "@wangs-ui/react-core": "^1.0.36",
17
- "@wangs-ui/react-i18n": "^1.0.36",
18
- "@wangs-ui/react-icons": "^1.0.36",
19
- "@wangs-ui/react-presets": "^1.0.36",
16
+ "@wangs-ui/react-core": "^1.0.37",
17
+ "@wangs-ui/react-i18n": "^1.0.37",
18
+ "@wangs-ui/react-icons": "^1.0.37",
19
+ "@wangs-ui/react-presets": "^1.0.37",
20
20
  "clsx": "^2.1.1",
21
21
  "react": "^19.2.7",
22
22
  "react-dom": "^19.2.7",