@atape/cli 0.1.0 → 0.1.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.
- package/dist/atape.js +1 -1
- package/package.json +1 -1
package/dist/atape.js
CHANGED
|
@@ -20870,7 +20870,7 @@ import { createInterface } from "node:readline/promises";
|
|
|
20870
20870
|
import { parseArgs } from "node:util";
|
|
20871
20871
|
|
|
20872
20872
|
// src/version.ts
|
|
20873
|
-
var cliVersion = true ? "0.1.
|
|
20873
|
+
var cliVersion = true ? "0.1.1" : "development";
|
|
20874
20874
|
|
|
20875
20875
|
// src/commands.ts
|
|
20876
20876
|
var CLIInputError = class extends Error {
|