@localess/cli 3.0.4 → 3.0.5-dev.20260428203008
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -526,7 +526,7 @@ var G = new e("push").argument("<locale>", "Locale to push").description("Push l
|
|
|
526
526
|
}
|
|
527
527
|
console.log("Successfully saved translations from Localess");
|
|
528
528
|
}), q = new e("translations").description("Manage translations").addCommand(G).addCommand(K), J = new e();
|
|
529
|
-
J.name("Localess CLI").description("CLI tool for Localess platform management").version("3.0.
|
|
529
|
+
J.name("Localess CLI").description("CLI tool for Localess platform management").version("3.0.5"), J.addCommand(k), J.addCommand(A), J.addCommand(q), J.addCommand(H);
|
|
530
530
|
//#endregion
|
|
531
531
|
//#region src/index.ts
|
|
532
532
|
try {
|