@principal-ai/principal-view-cli 0.2.0 → 0.2.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 +1 -1
package/dist/index.cjs
CHANGED
|
@@ -242886,7 +242886,7 @@ function createNarrativeCommand() {
|
|
|
242886
242886
|
}
|
|
242887
242887
|
|
|
242888
242888
|
// src/index.ts
|
|
242889
|
-
var VERSION2 = "0.2.
|
|
242889
|
+
var VERSION2 = "0.2.1";
|
|
242890
242890
|
var program2 = new Command();
|
|
242891
242891
|
program2.name("privu").description("Principal View CLI - Validate and manage .canvas configuration files").version(VERSION2);
|
|
242892
242892
|
program2.addCommand(createInitCommand());
|