@rigstate/cli 0.7.29 → 0.7.30
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 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1627,7 +1627,7 @@ var require_package = __commonJS({
|
|
|
1627
1627
|
"package.json"(exports2, module2) {
|
|
1628
1628
|
module2.exports = {
|
|
1629
1629
|
name: "@rigstate/cli",
|
|
1630
|
-
version: "0.7.
|
|
1630
|
+
version: "0.7.30",
|
|
1631
1631
|
description: "Rigstate CLI - Code audit, sync and supervision tool",
|
|
1632
1632
|
type: "module",
|
|
1633
1633
|
main: "./dist/index.js",
|
|
@@ -10318,7 +10318,6 @@ program.addCommand(createOverrideCommand());
|
|
|
10318
10318
|
program.addCommand(createIdeaCommand());
|
|
10319
10319
|
program.addCommand(createReleaseCommand());
|
|
10320
10320
|
program.addCommand(createRoadmapCommand());
|
|
10321
|
-
program.addCommand(createRoadmapCommand());
|
|
10322
10321
|
program.addCommand(createCouncilCommand());
|
|
10323
10322
|
program.addCommand(createPlanCommand());
|
|
10324
10323
|
program.hook("preAction", async () => {
|