Skip to content

Commit

Permalink
Merge pull request #40 from storyprotocol/allen/fix-lib-exports
Browse files Browse the repository at this point in the history
Export all lib util files in SK
allenchuang authored Sep 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 3ef9d0f + 9e5ff3c commit 10063f4
Showing 3 changed files with 5 additions and 2 deletions.
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 <eng@storyprotocol.xyz>",
"version": "0.1.24",
"version": "0.1.25",
"type": "module",
"exports": {
".": {
2 changes: 1 addition & 1 deletion packages/storykit/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "./components"
export * from "./providers"
export * from "./types"
export * from "./lib/constants"
export * from "./lib"
3 changes: 3 additions & 0 deletions packages/storykit/src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from "./utils"
export * from "./functions/convertLicenseTermObject"
export * from "./constants"

0 comments on commit 10063f4

Please sign in to comment.