@localess/cli 3.0.7-dev.20260514085047 → 3.0.7-dev.20260514090404
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
|
@@ -583,7 +583,7 @@ async function se(e) {
|
|
|
583
583
|
}
|
|
584
584
|
//#endregion
|
|
585
585
|
//#region package.json
|
|
586
|
-
var Z = "3.0.7-dev.
|
|
586
|
+
var Z = "3.0.7-dev.20260514090404", Q = new e();
|
|
587
587
|
Q.name("Localess CLI").description("CLI tool for Localess platform management").version(Z);
|
|
588
588
|
var $;
|
|
589
589
|
Q.hook("preAction", () => {
|