Skip to content

Commit b8065cb

Browse files
Expose options
1 parent b2176be commit b8065cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package/API.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export const API = (options = {}) => {
8686
handle: api.handle,
8787
routes: api.routes,
8888
fetch: api.fetch,
89+
options,
8990
// TODO: add queue handler
9091
// queue: (queue, env, ctx) => {},
9192
// TODO: add cron handler

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "edge-api",
3-
"version": "0.1.34",
3+
"version": "0.1.35",
44
"description": "Simplified Edge API Router with JWT Auth, Logging, and Database",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)