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