Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Apr 24, 2024
1 parent c67d015 commit a596e70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
15 changes: 9 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elithrar/workers-hono-rate-limit",
"version": "0.4.2",
"version": "0.4.3",
"description": "Hono-compatible middleware for rate limiting requests with Cloudflare Workers.",
"scripts": {
"test": "vitest --run",
Expand All @@ -9,12 +9,11 @@
},
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.mjs",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit a596e70

Please sign in to comment.