lingo.dev 0.74.4 → 0.74.5
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 +2 -2
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +2 -2
- package/build/cli.mjs.map +1 -1
- package/package.json +1 -1
package/build/cli.mjs
CHANGED
|
@@ -2302,6 +2302,7 @@ function createNewLineLoader() {
|
|
|
2302
2302
|
},
|
|
2303
2303
|
async push(locale, data, originalInput) {
|
|
2304
2304
|
if (!data) return "";
|
|
2305
|
+
console.log(data);
|
|
2305
2306
|
const trimmed = data.replace(/[\r\n]+$/, "");
|
|
2306
2307
|
if (originalInput?.match(/[\r\n]$/)) {
|
|
2307
2308
|
const ending = originalInput?.includes("\r\n") ? "\r\n" : originalInput?.includes("\r") ? "\r" : "\n";
|
|
@@ -2471,7 +2472,6 @@ function createBucketLoader(bucketType, bucketPathPattern) {
|
|
|
2471
2472
|
case "dato":
|
|
2472
2473
|
return composeLoaders(
|
|
2473
2474
|
createDatoLoader(bucketPathPattern),
|
|
2474
|
-
createNewLineLoader(),
|
|
2475
2475
|
createSyncLoader(),
|
|
2476
2476
|
createFlatLoader(),
|
|
2477
2477
|
createUnlocalizableLoader()
|
|
@@ -3176,7 +3176,7 @@ function displaySummary(results) {
|
|
|
3176
3176
|
// package.json
|
|
3177
3177
|
var package_default = {
|
|
3178
3178
|
name: "lingo.dev",
|
|
3179
|
-
version: "0.74.
|
|
3179
|
+
version: "0.74.5",
|
|
3180
3180
|
description: "Lingo.dev CLI",
|
|
3181
3181
|
private: false,
|
|
3182
3182
|
publishConfig: {
|