File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.0 - 15 May 2023
2
+ - Add support for Elysia 0.5
3
+ - Add CommonJS support
4
+
1
5
# 0.1.1 - 25 Apr 2023
2
6
Fix:
3
7
- derive from context header
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elysiajs/html" ,
3
- "version" : " 0.5.0-rc.0 " ,
3
+ "version" : " 0.5.0" ,
4
4
"description" : " Plugin for Elysia that add support for returning html" ,
5
5
"author" : {
6
6
"name" : " saltyAom" ,
9
9
},
10
10
"main" : " ./dist/index.js" ,
11
11
"exports" : {
12
- "require" : " ./dist/index.js" ,
12
+ "require" : " ./dist/cjs/ index.js" ,
13
13
"import" : " ./dist/index.js" ,
14
14
"node" : " ./dist/index.js" ,
15
15
"default" : " ./dist/index.js"
33
33
"release" : " npm run build && npm run test && npm publish --access public"
34
34
},
35
35
"peerDependencies" : {
36
- "elysia" : " >= 0.4.10 "
36
+ "elysia" : " >= 0.5.0 "
37
37
},
38
38
"devDependencies" : {
39
39
"@types/node" : " ^20.1.4" ,
40
40
"bun-types" : " ^0.5.8" ,
41
- "elysia" : " 0.5.0-beta.3 " ,
41
+ "elysia" : " 0.5.0" ,
42
42
"eslint" : " ^8.40.0" ,
43
43
"rimraf" : " 4.3" ,
44
44
"typescript" : " ^5.0.4"
You can’t perform that action at this time.
0 commit comments