@lark-apaas/coding-templates 0.1.29 → 0.1.31

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/coding-templates",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "description": "OpenClaw project templates for mclaw CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -608,6 +608,7 @@ function SidebarMenuSkeleton({
608
608
  showIcon?: boolean
609
609
  }) {
610
610
  // Random width between 50 to 90%.
611
+ // eslint-disable-next-line react-hooks/purity
611
612
  const width = React.useMemo(() => {
612
613
  return `${Math.floor(Math.random() * 40) + 50}%`
613
614
  }, [])
@@ -47,8 +47,8 @@
47
47
  "@radix-ui/react-toggle": "^1.1.9",
48
48
  "@radix-ui/react-toggle-group": "^1.1.10",
49
49
  "@radix-ui/react-tooltip": "^1.1.18",
50
- "@lark-apaas/client-toolkit-lite": "^0.0.2",
51
- "@lark-apaas/express-core": "^0.0.7",
50
+ "@lark-apaas/client-toolkit-lite": "^1.0.0",
51
+ "@lark-apaas/express-core": "^0.0.8",
52
52
  "@formkit/auto-animate": "^0.9.0",
53
53
  "framer-motion": "^12.38.0",
54
54
  "class-variance-authority": "^0.7.1",
@@ -77,8 +77,8 @@
77
77
  "zod": "^4.3.6"
78
78
  },
79
79
  "devDependencies": {
80
- "@lark-apaas/coding-presets": "^0.2.0",
81
- "@lark-apaas/coding-vite-preset": "^0.1.0",
80
+ "@lark-apaas/coding-presets": "^1.0.0",
81
+ "@lark-apaas/coding-vite-preset": "^1.0.0",
82
82
  "@vercel/nft": "^0.29.2",
83
83
  "@types/express": "^5",
84
84
  "@types/node": "^24",
@@ -608,6 +608,7 @@ function SidebarMenuSkeleton({
608
608
  showIcon?: boolean
609
609
  }) {
610
610
  // Random width between 50 to 90%.
611
+ // eslint-disable-next-line react-hooks/purity
611
612
  const width = React.useMemo(() => {
612
613
  return `${Math.floor(Math.random() * 40) + 50}%`
613
614
  }, [])
@@ -6,7 +6,9 @@
6
6
  "mclaw": {
7
7
  "stack": "vite-react",
8
8
  "stackVersion": "0.1.0",
9
- "features": ["client"]
9
+ "features": [
10
+ "client"
11
+ ]
10
12
  },
11
13
  "scripts": {
12
14
  "dev": "vite",
@@ -43,7 +45,7 @@
43
45
  "@radix-ui/react-toggle": "^1.1.9",
44
46
  "@radix-ui/react-toggle-group": "^1.1.10",
45
47
  "@radix-ui/react-tooltip": "^1.1.18",
46
- "@lark-apaas/client-toolkit-lite": "^0.0.3",
48
+ "@lark-apaas/client-toolkit-lite": "^1.0.0",
47
49
  "@formkit/auto-animate": "^0.9.0",
48
50
  "framer-motion": "^12.38.0",
49
51
  "class-variance-authority": "^0.7.1",
@@ -64,7 +66,7 @@
64
66
  "react-router-dom": "^7.13.2",
65
67
  "recharts": "^3.8.0",
66
68
  "sonner": "^2.0.7",
67
- "tailwind-merge": "^3.5.0",
69
+ "tailwind-merge": "^3.5.0",
68
70
  "tailwindcss": "^4.2.2",
69
71
  "tw-animate-css": "^1.2.0",
70
72
  "vaul": "^1.1.2",
@@ -75,8 +77,8 @@
75
77
  "@types/node": "^24",
76
78
  "@types/react": "^19",
77
79
  "@types/react-dom": "^19",
78
- "@lark-apaas/coding-presets": "^0.2.0",
79
- "@lark-apaas/coding-vite-preset": "^0.1.0",
80
+ "@lark-apaas/coding-presets": "^1.0.0",
81
+ "@lark-apaas/coding-vite-preset": "^1.0.0",
80
82
  "eslint": "^9",
81
83
  "eslint-plugin-react-hooks": "^7",
82
84
  "eslint-plugin-react-refresh": "^0.5",