Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jan 18, 2024
1 parent c4f1ab7 commit 5355afa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/gateway.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ type GatewayOptions = {
};
declare function gateway(this: any, options: GatewayOptions): {
exports: {
prepare: (json: any, ctx: any) => Promise<any>;
handler: (json: any, ctx: any) => Promise<unknown>;
parseJSON: (data: any) => any;
};
Expand Down
1 change: 1 addition & 0 deletions dist/gateway.js

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

Loading

0 comments on commit 5355afa

Please sign in to comment.