@lark-apaas/coding-templates 0.1.33 → 0.1.35-alpha.0

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.33",
3
+ "version": "0.1.35-alpha.0",
4
4
  "description": "OpenClaw project templates for mclaw CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,7 +1,6 @@
1
1
  import { StrictMode } from "react";
2
2
  import { createRoot } from "react-dom/client";
3
3
  import { AppContainer } from "@lark-apaas/client-toolkit-lite";
4
- import "@lark-apaas/client-toolkit-lite/styles.css";
5
4
  import App from "./app";
6
5
  import "./index.css";
7
6
 
@@ -48,7 +48,7 @@
48
48
  "@radix-ui/react-toggle": "^1.1.9",
49
49
  "@radix-ui/react-toggle-group": "^1.1.10",
50
50
  "@radix-ui/react-tooltip": "^1.1.18",
51
- "@lark-apaas/client-toolkit-lite": "^1.0.0",
51
+ "@lark-apaas/client-toolkit-lite": "^1.1.0-alpha.0",
52
52
  "@lark-apaas/express-core": "^0.0.9",
53
53
  "@formkit/auto-animate": "^0.9.0",
54
54
  "framer-motion": "^12.38.0",
@@ -86,6 +86,7 @@
86
86
  "@types/react": "^19",
87
87
  "@types/react-dom": "^19",
88
88
  "eslint": "^9",
89
+ "tsc-alias": "^1.8.15",
89
90
  "tsx": "^4",
90
91
  "typescript": "~5.9",
91
92
  "vite": "^8"
@@ -19,6 +19,7 @@ npx vite build --outDir "$ROOT/dist/client" --emptyOutDir
19
19
 
20
20
  # 2. tsc 构建服务端 → dist/server/
21
21
  npx tsc -p tsconfig.server.json
22
+ npx tsc-alias -p tsconfig.server.json
22
23
 
23
24
  # 3. 组装 dist/output/
24
25
  mkdir -p "$OUTPUT"
@@ -1,7 +1,6 @@
1
1
  import { StrictMode } from "react";
2
2
  import { createRoot } from "react-dom/client";
3
3
  import { AppContainer } from "@lark-apaas/client-toolkit-lite";
4
- import "@lark-apaas/client-toolkit-lite/styles.css";
5
4
  import App from "./app";
6
5
  import "./index.css";
7
6
 
@@ -46,7 +46,7 @@
46
46
  "@radix-ui/react-toggle": "^1.1.9",
47
47
  "@radix-ui/react-toggle-group": "^1.1.10",
48
48
  "@radix-ui/react-tooltip": "^1.1.18",
49
- "@lark-apaas/client-toolkit-lite": "^1.0.0",
49
+ "@lark-apaas/client-toolkit-lite": "^1.1.0-alpha.0",
50
50
  "@formkit/auto-animate": "^0.9.0",
51
51
  "framer-motion": "^12.38.0",
52
52
  "class-variance-authority": "^0.7.1",