@downcity/ui 0.1.27 → 0.1.28

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  - 只负责 UI 组件、样式和组件类型。
18
18
  - `@downcity/agent`
19
19
  - 负责 Agent 运行时,不依赖这个包做执行。
20
- - `@downcity/city`
20
+ - `@downcity/studio-cli`
21
21
  - 可能消费这个包的组件,但平台逻辑不在这里。
22
22
 
23
23
  ## 根目录结构
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@downcity/ui",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "Downcity UI SDK for React and Tailwind CSS applications.",
5
5
  "type": "module",
6
6
  "license": "MIT",