@localess/cli 0.0.1-dev.20260307154946 → 0.0.6-dev.20260307163319
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -676,7 +676,7 @@ var translationsCommand = new import_commander7.Command("translations").descript
|
|
|
676
676
|
|
|
677
677
|
// src/program.ts
|
|
678
678
|
var program = new import_commander8.Command();
|
|
679
|
-
program.name("Localess CLI").description("CLI tool for Localess platform management").version("0.0.
|
|
679
|
+
program.name("Localess CLI").description("CLI tool for Localess platform management").version("0.0.6");
|
|
680
680
|
program.addCommand(loginCommand);
|
|
681
681
|
program.addCommand(logoutCommand);
|
|
682
682
|
program.addCommand(translationsCommand);
|
package/dist/index.mjs
CHANGED
|
@@ -653,7 +653,7 @@ var translationsCommand = new Command7("translations").description("Manage trans
|
|
|
653
653
|
|
|
654
654
|
// src/program.ts
|
|
655
655
|
var program = new Command8();
|
|
656
|
-
program.name("Localess CLI").description("CLI tool for Localess platform management").version("0.0.
|
|
656
|
+
program.name("Localess CLI").description("CLI tool for Localess platform management").version("0.0.6");
|
|
657
657
|
program.addCommand(loginCommand);
|
|
658
658
|
program.addCommand(logoutCommand);
|
|
659
659
|
program.addCommand(translationsCommand);
|