lingo.dev 0.102.0 → 0.102.1
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/build/cli.cjs +4 -1
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +4 -1
- package/build/cli.mjs.map +1 -1
- package/package.json +2 -2
package/build/cli.cjs
CHANGED
|
@@ -8258,6 +8258,9 @@ function createWorkerTask(args) {
|
|
|
8258
8258
|
)])
|
|
8259
8259
|
).fromPairs().value();
|
|
8260
8260
|
if (!Object.keys(processableData).length) {
|
|
8261
|
+
await args.ioLimiter(async () => {
|
|
8262
|
+
await bucketLoader.push(assignedTask.targetLocale, targetData);
|
|
8263
|
+
});
|
|
8261
8264
|
return { status: "skipped" };
|
|
8262
8265
|
}
|
|
8263
8266
|
const processedTargetData = await args.ctx.localizer.localize(
|
|
@@ -9899,7 +9902,7 @@ async function renderHero2() {
|
|
|
9899
9902
|
// package.json
|
|
9900
9903
|
var package_default = {
|
|
9901
9904
|
name: "lingo.dev",
|
|
9902
|
-
version: "0.102.
|
|
9905
|
+
version: "0.102.1",
|
|
9903
9906
|
description: "Lingo.dev CLI",
|
|
9904
9907
|
private: false,
|
|
9905
9908
|
publishConfig: {
|