@usetransactional/cli 0.1.0 → 0.1.2
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/README.md +4 -4
- package/dist/bin.js +1 -1
- package/dist/bin.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +11 -3
package/dist/index.js
CHANGED
|
@@ -1681,7 +1681,7 @@ function createMcpCommand() {
|
|
|
1681
1681
|
initConfig();
|
|
1682
1682
|
function createProgram() {
|
|
1683
1683
|
const program = new Command();
|
|
1684
|
-
program.name("transactional").description("CLI for Transactional - manage email, SMS, forms, and more").version("0.1.
|
|
1684
|
+
program.name("transactional").description("CLI for Transactional - manage email, SMS, forms, and more").version("0.1.2");
|
|
1685
1685
|
program.addCommand(createLoginCommand());
|
|
1686
1686
|
program.addCommand(createLogoutCommand());
|
|
1687
1687
|
program.addCommand(createWhoamiCommand());
|