File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# History
22
3+ - [ 5.0.7] ( #507-2023-05-24 ) (May 2023)
34- [ 5.0.6] ( #506-2023-01-16 ) (Jan 2023)
45- [ 5.0.5] ( #505-2023-01-06 ) (Jan 2023)
56- [ 5.0.4] ( #504-2022-04-30 ) (Apr 2022)
1819
1920# Release notes
2021
22+ ## [ 5.0.7] ( https://github.com/socketio/engine.io-parser/compare/5.0.6...5.0.7 ) (2023-05-24)
23+
24+ The CommonJS build now includes the TypeScript declarations too, in order to be compatible the "node16" moduleResolution.
25+
26+
27+
2128## [ 5.0.6] ( https://github.com/socketio/engine.io-parser/compare/5.0.5...5.0.6 ) (2023-01-16)
2229
2330The ` compile ` script was not run before publishing ` 5.0.5 ` , so the esm build did not include the latest changes.
Original file line number Diff line number Diff line change 22 "name" : " engine.io-parser" ,
33 "description" : " Parser for the client for the realtime Engine" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.6 " ,
5+ "version" : " 5.0.7 " ,
66 "main" : " ./build/cjs/index.js" ,
77 "module" : " ./build/esm/index.js" ,
88 "exports" : {
You can’t perform that action at this time.
0 commit comments