@principal-ai/principal-view-cli 0.28.0 → 0.28.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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -274294,7 +274294,7 @@ function createInboxCommand() {
|
|
|
274294
274294
|
}
|
|
274295
274295
|
|
|
274296
274296
|
// src/index.ts
|
|
274297
|
-
var VERSION2 = "0.28.
|
|
274297
|
+
var VERSION2 = "0.28.1";
|
|
274298
274298
|
var program2 = new Command();
|
|
274299
274299
|
program2.name("principal-ai").description("Principal AI CLI - Validate and manage .canvas configuration files").version(VERSION2);
|
|
274300
274300
|
program2.addCommand(createInitCommand());
|