@env-spec/parser 0.0.5 → 0.0.6

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.js CHANGED
@@ -3712,7 +3712,7 @@ chunkQIAK725N_js.__name(peg$parse, "peg$parse");
3712
3712
 
3713
3713
  // src/index.ts
3714
3714
  function parseEnvSpecDotEnvFile(source) {
3715
- return peg$parse(source);
3715
+ return peg$parse(source.replaceAll("\r\n", "\n"));
3716
3716
  }
3717
3717
  chunkQIAK725N_js.__name(parseEnvSpecDotEnvFile, "parseEnvSpecDotEnvFile");
3718
3718