File tree Expand file tree Collapse file tree 6 files changed +21
-21
lines changed
Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @rabbit-company/web-monorepo" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "description" : " High-performance web framework monorepo" ,
55 "private" : true ,
66 "type" : " module" ,
4949 ],
5050 "devDependencies" : {
5151 "@types/bun" : " latest" ,
52- "@types/node" : " ^25.0.9 " ,
52+ "@types/node" : " ^25.0.10 " ,
5353 "typescript" : " ^5.9.3" ,
5454 "@rabbit-company/logger" : " ^5.6.0" ,
5555 "bun-plugin-dts" : " ^0.3.0" ,
56- "hono" : " ^4.11.4 " ,
56+ "hono" : " ^4.11.5 " ,
5757 "elysia" : " ^1.4.22"
5858 },
5959 "dependencies" : {
60- "@rabbit-company/rate-limiter" : " ^3.0.0 "
60+ "@rabbit-company/rate-limiter" : " ^3.0.1 "
6161 }
6262}
Original file line number Diff line number Diff line change 11{
22 "name" : " @rabbit-company/web" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "license" : " MIT" ,
55 "exports" : " ./src/index.ts" ,
66 "publish" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @rabbit-company/web" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "description" : " High-performance web framework" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rabbit-company/web-middleware" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "./basic-auth" : " ./src/basic-auth.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rabbit-company/web-middleware" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "description" : " Official middleware collection for Rabbit Company Web Framework" ,
55 "type" : " module" ,
66 "homepage" : " https://github.com/Rabbit-Company/Web-JS" ,
8383 " rate-limit"
8484 ],
8585 "peerDependencies" : {
86- "@rabbit-company/web" : " ^0.18.0 "
86+ "@rabbit-company/web" : " ^0.18.1 "
8787 },
8888 "dependencies" : {
89- "@rabbit-company/rate-limiter" : " ^3.0.0 " ,
89+ "@rabbit-company/rate-limiter" : " ^3.0.1 " ,
9090 "@rabbit-company/logger" : " ^5.6.0"
9191 },
9292 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments