Skip to content

Commit

Permalink
feat: add intializeInpageProvider export (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Oct 18, 2024
1 parent f935414 commit 56e8b0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@
"default": "./dist/StreamProvider.cjs"
}
},
"./dist/initializeInpageProvider": {
"import": {
"types": "./dist/initializeInpageProvider.d.mts",
"default": "./dist/initializeInpageProvider.mjs"
},
"require": {
"types": "./dist/initializeInpageProvider.d.cts",
"default": "./dist/initializeInpageProvider.cjs"
}
},
"./stream-provider": {
"import": {
"types": "./dist/StreamProvider.d.mts",
Expand Down

0 comments on commit 56e8b0f

Please sign in to comment.