Skip to content

Commit

Permalink
Merge pull request #126 from storyprotocol/allen/export-api-types
Browse files Browse the repository at this point in the history
Export API functions and types
  • Loading branch information
allenchuang authored Feb 19, 2025
2 parents 0c1f92c + a615710 commit ccfa4ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storykit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@storyprotocol/storykit",
"author": "storyprotocol engineering <[email protected]>",
"version": "0.2.14",
"version": "0.2.15",
"type": "module",
"exports": {
".": {
Expand Down
1 change: 1 addition & 0 deletions packages/storykit/src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./utils"
export * from "./functions/convertLicenseTermObject"
export * from "./chains"
export * from "./api"
1 change: 1 addition & 0 deletions packages/storykit/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from "./assets"
export * from "./simplehash"
export * from "./chains"
export * from "./currencies"
export * from "./api"

0 comments on commit ccfa4ad

Please sign in to comment.