@bams-app/work-cli 0.1.4 → 0.1.5

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": "@bams-app/work-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "BAMS-Work 全局开发工具:复用 work 已发布的包(create-env / create-ui-*)提供项目初始化、组件创建与环境配置能力,开发调试由用户项目本地的 ui-dev-server 承担",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -24,4 +24,4 @@
24
24
  "node": ">=16.7.0"
25
25
  },
26
26
  "license": "UNLICENSED"
27
- }
27
+ }
@@ -14,6 +14,9 @@
14
14
  "dev:ui": "ui-dev-server",
15
15
  "add": "work add"
16
16
  },
17
+ "dependencies": {
18
+ "@bams-app/bams-components": "*"
19
+ },
17
20
  "devDependencies": {
18
21
  "@bams-app/ui-dev-server": "*"
19
22
  }