File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ - [ 5.0.6] ( #506-2023-01-16 ) (Jan 2023)
3
4
- [ 5.0.5] ( #505-2023-01-06 ) (Jan 2023)
4
5
- [ 5.0.4] ( #504-2022-04-30 ) (Apr 2022)
5
6
- [ 5.0.3] ( #503-2022-01-17 ) (Jan 2022)
17
18
18
19
# Release notes
19
20
21
+ ## [ 5.0.6] ( https://github.com/socketio/engine.io-parser/compare/5.0.5...5.0.6 ) (2023-01-16)
22
+
23
+ The ` compile ` script was not run before publishing ` 5.0.5 ` , so the esm build did not include the latest changes.
24
+
25
+
26
+
20
27
## [ 5.0.5] ( https://github.com/socketio/engine.io-parser/compare/5.0.4...5.0.5 ) (2023-01-06)
21
28
22
29
Original file line number Diff line number Diff line change 2
2
"name" : " engine.io-parser" ,
3
3
"description" : " Parser for the client for the realtime Engine" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.5 " ,
5
+ "version" : " 5.0.6 " ,
6
6
"main" : " ./build/cjs/index.js" ,
7
7
"module" : " ./build/esm/index.js" ,
8
8
"exports" : {
36
36
"test:node" : " nyc mocha -r ts-node/register test/index.ts" ,
37
37
"test:browser" : " zuul test/index.ts --no-coverage" ,
38
38
"format:check" : " prettier --check 'lib/**/*.ts' 'test/**/*.ts'" ,
39
- "format:fix" : " prettier --write 'lib/**/*.ts' 'test/**/*.ts'"
39
+ "format:fix" : " prettier --write 'lib/**/*.ts' 'test/**/*.ts'" ,
40
+ "prepack" : " npm run compile"
40
41
},
41
42
"repository" : {
42
43
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments