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 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 (_optionalChain([originalInput, 'optionalAccess', _119 => _119.match, 'call', _120 => _120(/[\r\n]$/)])) {
2307
2308
  const ending = _optionalChain([originalInput, 'optionalAccess', _121 => _121.includes, 'call', _122 => _122("\r\n")]) ? "\r\n" : _optionalChain([originalInput, 'optionalAccess', _123 => _123.includes, 'call', _124 => _124("\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.4",
3179
+ version: "0.74.5",
3180
3180
  description: "Lingo.dev CLI",
3181
3181
  private: false,
3182
3182
  publishConfig: {