@amaster.ai/components-templates 1.4.0 → 1.4.1

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.
@@ -0,0 +1,6 @@
1
+ ## tailwind.config.js
2
+
3
+ content 添加
4
+ ```
5
+ "./node_modules/@json-render/shadcn/dist/**/*.js"
6
+ ```
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-assistant",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "AI Assistant component template",
5
5
  "main": "template/index.ts",
6
6
  "template": {
@@ -29,6 +29,9 @@
29
29
  "@amaster.ai/client": "1.1.0-beta.52",
30
30
  "react-markdown": "^10.0.0",
31
31
  "remark-gfm": "^4.0.0",
32
- "immer": "^10.0.0"
32
+ "immer": "^10.0.0",
33
+ "@json-render/core": "^0.12.0",
34
+ "@json-render/react": "^0.12.0",
35
+ "@json-render/shadcn": "^0.12.0"
33
36
  }
34
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/components-templates",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Amaster component templates collection",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -9,8 +9,7 @@
9
9
  "./cli": "./packages/cli/dist/index.js"
10
10
  },
11
11
  "bin": {
12
- "@amaster.ai/components-templates": "./bin/amaster.js",
13
- "amaster-cli": "./packages/cli/dist/index.js"
12
+ "@amaster.ai/components-templates": "./bin/amaster.js"
14
13
  },
15
14
  "files": [
16
15
  "index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Amaster CLI tool for component templates",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",