Skip to content

Commit

Permalink
Merge pull request #267 from omnisat/dev
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
hathbanger authored Nov 15, 2024
2 parents ce35637 + 41ad386 commit 0ffd101
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 17 deletions.
7 changes: 0 additions & 7 deletions packages/lasereyes-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,10 +490,3 @@ If you'd like to contribute to `@omnisat/lasereyes-core`, feel free to submit pu
## Conclusion

LaserEyes Core provides a robust and flexible interface for interacting with various Bitcoin wallet providers. By following the above documentation, you can easily integrate LaserEyes Core into your project and extend its functionality as needed.







2 changes: 1 addition & 1 deletion packages/lasereyes-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes-core",
"private": false,
"version": "0.0.46-rc.1",
"version": "0.0.46-rc.2",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
6 changes: 0 additions & 6 deletions packages/lasereyes-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,3 @@ Contributions are welcome! Feel free to submit pull requests or open issues in t
## License
`@omnisat/lasereyes-react` is MIT licensed.
the ai release notes generator is so cool..
2 changes: 1 addition & 1 deletion packages/lasereyes-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@omnisat/lasereyes-react",
"private": false,
"version": "0.0.40-rc.1",
"version": "0.0.40-rc.2",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/lasereyes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This package exports two core packages:
To install the `@omnisat/lasereyes` package:

```bash
pnpm add @omnisat/lasereyes
yarn add @omnisat/lasereyes
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/lasereyes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/omnisat/lasereyes-mono.git"
},
"private": false,
"version": "0.0.123-rc.4",
"version": "0.0.123-rc.6",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit 0ffd101

Please sign in to comment.