File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 5.0.0] ( https://github.com/eik-lib/service/compare/v4.0.0...v5.0.0 ) (2024-11-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * set minimum engine ([ 8d339a3] ( https://github.com/eik-lib/service/commit/8d339a33b902d916d9a7fe526e6cf05b3553d621 ) )
7
+ * update eik dependencies ([ 9c8f3af] ( https://github.com/eik-lib/service/commit/9c8f3afc22cae7139f1baa879d4d40f9ad8c7371 ) )
8
+
9
+
10
+ ### BREAKING CHANGES
11
+
12
+ * returns mimetype text/javascript instead of the deprecated application/javascript.
13
+ * Requires Node >=20.5.0.
14
+
1
15
# [ 4.0.0] ( https://github.com/eik-lib/service/compare/v3.0.0...v4.0.0 ) (2024-11-13)
2
16
3
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eik/service" ,
3
- "version" : " 4 .0.0" ,
3
+ "version" : " 5 .0.0" ,
4
4
"description" : " Eik REST API as a standalone HTTP service" ,
5
5
"type" : " module" ,
6
6
"main" : " ./lib/main.js" ,
You can’t perform that action at this time.
0 commit comments