lingo.dev 0.74.5 → 0.74.7

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,7 +2302,6 @@ function createNewLineLoader() {
2302
2302
  },
2303
2303
  async push(locale, data, originalInput) {
2304
2304
  if (!data) return "";
2305
- console.log(data);
2306
2305
  const trimmed = data.replace(/[\r\n]+$/, "");
2307
2306
  if (_optionalChain([originalInput, 'optionalAccess', _119 => _119.match, 'call', _120 => _120(/[\r\n]$/)])) {
2308
2307
  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";
@@ -3176,7 +3175,7 @@ function displaySummary(results) {
3176
3175
  // package.json
3177
3176
  var package_default = {
3178
3177
  name: "lingo.dev",
3179
- version: "0.74.5",
3178
+ version: "0.74.7",
3180
3179
  description: "Lingo.dev CLI",
3181
3180
  private: false,
3182
3181
  publishConfig: {