Skip to content

Commit

Permalink
Merge pull request #50 from bob-collective/feat/publish
Browse files Browse the repository at this point in the history
feat: resolve all errors and prepare to publish
  • Loading branch information
gregdhill authored Sep 2, 2024
2 parents 205551e + 56c0938 commit ef4cf7d
Show file tree
Hide file tree
Showing 25 changed files with 3,299 additions and 3,176 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-toys-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@gobob/sats-wagmi": patch
---

Update all connectors
1 change: 0 additions & 1 deletion .eslintcache

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bob-ui",
"name": "sats-wagmi",
"private": true,
"license": "MIT",
"repository": {
Expand Down
45 changes: 0 additions & 45 deletions packages/react-query/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions packages/react-query/src/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/react-query/src/prices/index.ts

This file was deleted.

105 changes: 0 additions & 105 deletions packages/react-query/src/prices/usePrices.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions packages/react-query/tsconfig.json

This file was deleted.

11 changes: 6 additions & 5 deletions packages/sats-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gobob/sats-wagmi",
"version": "0.1.0",
"version": "0.2.0",
"description": "Bob sats-wagmi.",
"homepage": "https://github.com/bob-collective/sats-wagmi#readme",
"license": "MIT",
Expand Down Expand Up @@ -44,8 +44,7 @@
},
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"@gobob/bob-sdk": "^2.0.0",
"@gobob/react-query": "workspace:^",
"@gobob/bob-sdk": "^2.2.1",
"@metamask/providers": "^12.0.0",
"@scure/base": "^1.1.6",
"@scure/btc-signer": "^1.3.1",
Expand All @@ -55,6 +54,8 @@
"bitcoinjs-lib": "^6.1.5",
"bs58check": "^2.1.2",
"sats-connect": "^1.1.2",
"@uidotdev/usehooks": "^2.4.1"
"@uidotdev/usehooks": "^2.4.1",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-query-devtools": "^5.35.1"
}
}
}
Loading

0 comments on commit ef4cf7d

Please sign in to comment.