@fenglimg/fabric-cli 1.8.0-rc.2 → 2.0.0-rc.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.
@@ -4,7 +4,7 @@ import {
4
4
  resolveDevMode,
5
5
  symbol,
6
6
  t
7
- } from "./chunk-QPCRBQ5Y.js";
7
+ } from "./chunk-5LOYBXWD.js";
8
8
 
9
9
  // src/commands/doctor.ts
10
10
  import { defineCommand } from "citty";
package/dist/index.js CHANGED
@@ -8,17 +8,17 @@ import { defineCommand, runMain } from "citty";
8
8
 
9
9
  // src/commands/index.ts
10
10
  var allCommands = {
11
- init: () => import("./init-CAZN4S4T.js").then((module) => module.default),
12
- scan: () => import("./scan-NNBNGIZG.js").then((module) => module.default),
13
- serve: () => import("./serve-466QXQ5Q.js").then((module) => module.default),
14
- doctor: () => import("./doctor-F52XWWZC.js").then((module) => module.default)
11
+ init: () => import("./init-DRHUYHYA.js").then((module) => module.default),
12
+ scan: () => import("./scan-HU2EGITF.js").then((module) => module.default),
13
+ serve: () => import("./serve-3LXXSBFR.js").then((module) => module.default),
14
+ doctor: () => import("./doctor-DUHWLAYD.js").then((module) => module.default)
15
15
  };
16
16
 
17
17
  // src/index.ts
18
18
  var main = defineCommand({
19
19
  meta: {
20
20
  name: "fabric",
21
- version: "1.8.0-rc.2",
21
+ version: "2.0.0-rc.1",
22
22
  description: 'Initialize and manage Fabric projects. Use "fabric init" for one-shot setup.'
23
23
  },
24
24
  subCommands: allCommands