@principal-ai/principal-view-cli 0.1.33 → 0.1.34
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
CHANGED
|
@@ -17,7 +17,7 @@ import { createLintCommand } from './commands/lint.js';
|
|
|
17
17
|
import { createCoverageCommand } from './commands/coverage.js';
|
|
18
18
|
import { createNarrativeCommand } from './commands/narrative/index.js';
|
|
19
19
|
// Version is injected at build time via package.json
|
|
20
|
-
const VERSION = '0.1.
|
|
20
|
+
const VERSION = '0.1.34';
|
|
21
21
|
const program = new Command();
|
|
22
22
|
program
|
|
23
23
|
.name('privu')
|
package/package.json
CHANGED