File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ## v2.3.2
5+
6+ Export all files as ESM.
7+
48## v2.3.1
59
6- Deprecate legacy versions of Node pre Node 20 (not supporting ESM)
10+ Deprecate legacy versions of Node pre Node 20 (not supporting ESM).
711
812## v2.3.0
913
Original file line number Diff line number Diff line change 66 "types" : " dist/emailreplyparser.d.ts" ,
77 "homepage" : " https://github.com/crisp-oss/email-reply-parser" ,
88 "type" : " module" ,
9+ "exports" : {
10+ "." : {
11+ "types" : " ./dist/emailreplyparser.d.ts" ,
12+ "import" : " ./dist/emailreplyparser.js"
13+ }
14+ },
915 "repository" : {
1016 "type" : " git" ,
1117 "url" : " git://github.com/crisp-oss/email-reply-parser.git"
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "declaration" : true ,
55 "outDir" : " dist/" ,
6- "module" : " ES2020 " ,
6+ "module" : " Node16 " ,
77 "target" : " es6" ,
88 "esModuleInterop" : true ,
99 "skipLibCheck" : true ,
1010 "forceConsistentCasingInFileNames" : true ,
11- "moduleResolution" : " Node " ,
11+ "moduleResolution" : " Node16 " ,
1212 "baseUrl" : " ." ,
1313 "paths" : {
1414 "@/*" : [" lib/*" ]
You can’t perform that action at this time.
0 commit comments