Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Brock committed Jun 8, 2023
1 parent 2371f29 commit 74221b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./dist/handler";
export * from "./dist/hooks";
export * from "./dist/contexts/UserIdContext";
export * from "./dist/utils";
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./dist/handler.js";
export * from "./dist/hooks.js";
export * from "./dist/contexts/UserIdContext.js";
export * from "./dist/utils.js";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-hooks",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"description": "100% type-safe, generated react-query hooks for quering any model in your prisma-managed database.",
"main": "index.js",
Expand Down

0 comments on commit 74221b3

Please sign in to comment.