Skip to content

Commit

Permalink
Merge pull request #39 from desci-labs/m0ar/export-queries
Browse files Browse the repository at this point in the history
Add queries module to exports
  • Loading branch information
m0ar authored Jan 24, 2024
2 parents 8578c70 + a09ea29 commit 5be43ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desci-labs/desci-codex-lib",
"version": "1.0.3",
"version": "1.0.4",
"description": "Codex interaction primitives",
"license": "MIT",
"author": "Edvard Hübinette",
Expand Down
1 change: 1 addition & 0 deletions packages/lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from "./types.js";
export * from "./mutate.js";
export * from "./clients.js";
export * from "./resolve.js";
export * from "./queries.js";

0 comments on commit 5be43ad

Please sign in to comment.