Skip to content

Commit

Permalink
chore: expose getConnectorConfig api function in React wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jan 9, 2024
1 parent afb1cf0 commit 31c367a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getalby/bitcoin-connect",
"version": "3.2.0-beta.0",
"version": "3.2.0-beta.1",
"description": "Web components to connect to a lightning wallet and power a website with WebLN",
"type": "module",
"source": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getalby/bitcoin-connect-react",
"version": "3.2.0-beta.0",
"version": "3.2.0-beta.1",
"type": "module",
"source": "src/index.ts",
"main": "./dist/index.cjs",
Expand All @@ -26,7 +26,7 @@
"build": "microbundle --globals react=React --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react"
},
"dependencies": {
"@getalby/bitcoin-connect": "^3.2.0-beta.0"
"@getalby/bitcoin-connect": "^3.2.0-beta.1"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down
1 change: 1 addition & 0 deletions react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export {
onDisconnected,
onModalOpened,
onModalClosed,
getConnectorConfig,
WebLNProviders,
} from '@getalby/bitcoin-connect';
8 changes: 4 additions & 4 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1018,10 +1018,10 @@
"@babel/helper-validator-identifier" "^7.22.5"
to-fast-properties "^2.0.0"

"@getalby/bitcoin-connect@^3.2.0-beta.0":
version "3.2.0-beta.0"
resolved "https://registry.yarnpkg.com/@getalby/bitcoin-connect/-/bitcoin-connect-3.2.0-beta.0.tgz#e8fbf46d4bc3d3794c6784ae0ea4ee5cfe94b142"
integrity sha512-/o+GJ1x+po5LuBaICjRIZ0Ph5xNyaxX7C+w/4ta8os8TkPIlSXGq8WjLEJK8XbQsHXPH1gMDxhD9bZTHCEvaDw==
"@getalby/bitcoin-connect@^3.2.0-beta.1":
version "3.2.0-beta.1"
resolved "https://registry.yarnpkg.com/@getalby/bitcoin-connect/-/bitcoin-connect-3.2.0-beta.1.tgz#95a25b89747602b4bdeacc4025e7219e4c31dd54"
integrity sha512-54I6YYbaBh5kEugJKObemVy8NSrg5QBtysuLIBGlsvKRNCqOQwotSX3CjtVXWR+IHF/AvPgcGO4HuUvzf8mj1w==
dependencies:
"@getalby/lightning-tools" "^5.0.0"
"@getalby/sdk" "^3.2.3"
Expand Down

0 comments on commit 31c367a

Please sign in to comment.