clefbase 1.5.1 → 1.5.3
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -34878,7 +34878,7 @@ async function promptRequired(message) {
|
|
|
34878
34878
|
}
|
|
34879
34879
|
|
|
34880
34880
|
// package.json
|
|
34881
|
-
var version = "1.5.
|
|
34881
|
+
var version = "1.5.3";
|
|
34882
34882
|
|
|
34883
34883
|
// src/cli/index.ts
|
|
34884
34884
|
var program2 = new Command();
|