Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aboelenein committed Apr 15, 2024
1 parent cb8afeb commit d97d114
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 31 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,16 @@ await Wallet.disconnect();
## Documentation

For full documentation, visit [docs.xverse.app](https://docs.xverse.app/sats-connect/).

## Development

### Build the package

```bash
npm run build
```
### Run example app

```bash
npm run dev:example
```
92 changes: 64 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
]
},
"dependencies": {
"@sats-connect/core": "0.0.4-caef0cb",
"@sats-connect/ui": "0.0.3-07f4874",
"@sats-connect/make-default-provider-config": "0.0.1-38d3294"
"@sats-connect/core": "0.0.5",
"@sats-connect/ui": "0.0.4",
"@sats-connect/make-default-provider-config": "0.0.1"
},
"devDependencies": {
"husky": "^8.0.3",
Expand Down

0 comments on commit d97d114

Please sign in to comment.