@localess/cli 3.0.1-dev.20260425202439 → 3.0.1-dev.20260425203948
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 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -390,8 +390,7 @@ var L = s(u.cwd(), b, "localess.ts"), R = new e("generate").description("Generat
|
|
|
390
390
|
let n = y({
|
|
391
391
|
origin: t.origin,
|
|
392
392
|
spaceId: t.space,
|
|
393
|
-
token: t.token
|
|
394
|
-
debug: !0
|
|
393
|
+
token: t.token
|
|
395
394
|
});
|
|
396
395
|
console.log("Fetching schemas from Localess...");
|
|
397
396
|
let r = await n.getSchemas();
|