@construct-space/cli 1.1.3 → 1.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10423,7 +10423,7 @@ function parseModelFields(content, fileName) {
|
|
|
10423
10423
|
}
|
|
10424
10424
|
|
|
10425
10425
|
// src/index.ts
|
|
10426
|
-
var VERSION = "1.1.
|
|
10426
|
+
var VERSION = "1.1.4";
|
|
10427
10427
|
var program2 = new Command;
|
|
10428
10428
|
program2.name("construct").description("Construct CLI \u2014 scaffold, build, develop, and publish spaces").version(VERSION);
|
|
10429
10429
|
program2.command("scaffold [name]").alias("new").alias("create").description("Create a new Construct space project").option("--with-tests", "Include E2E testing boilerplate").option("--full", "Full preset: multiple pages, extra skills, widget templates").action(async (name, opts) => scaffold(name, opts));
|