@adep/cli 0.1.2 → 0.1.4

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adep/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "description": "`adep` 命令行工具包位:登录 / 初始化 / 本地调试 / 部署 / 数据库维护 / 云存储 / 静态托管 / 微前端组件(widget),实现见任务单 CLI-001 ~ CLI-003 与 FE-002;子路径 `@adep/cli/vite` 提供云函数 vite 插件(CLI-014)",
6
6
  "bin": {
@@ -24,8 +24,8 @@
24
24
  "@adep/vite-plugin": "0.1.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@adep/runtime": "0.2.2",
28
- "@adep/types": "0.2.2"
27
+ "@adep/types": "0.2.2",
28
+ "@adep/runtime": "0.2.2"
29
29
  },
30
30
  "scripts": {
31
31
  "test": "vitest run",