@rigstate/cli 0.7.4 → 0.7.7
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/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -9850,7 +9850,7 @@ async function checkVersion() {
|
|
|
9850
9850
|
import dotenv from "dotenv";
|
|
9851
9851
|
dotenv.config();
|
|
9852
9852
|
var program = new Command23();
|
|
9853
|
-
program.name("rigstate").description("CLI for Rigstate - The AI-Native Dev Studio").version("0.
|
|
9853
|
+
program.name("rigstate").description("CLI for Rigstate - The AI-Native Dev Studio").version("0.7.5");
|
|
9854
9854
|
program.addCommand(createLoginCommand());
|
|
9855
9855
|
program.addCommand(createLinkCommand());
|
|
9856
9856
|
program.addCommand(createScanCommand());
|