Skip to content

Commit 64b3ffd

Browse files
🔖 release: 3.2.1
1 parent f69141e commit 64b3ffd

File tree

35 files changed

+209
-73
lines changed

35 files changed

+209
-73
lines changed

‎.changeset/strong-fishes-protect.md

-7
This file was deleted.

‎packages/bitcoin-cfd-provider/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @atomicfinance/bitcoin-cfd-provider
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f69141e]
8+
- @atomicfinance/types@3.2.1
9+
- @atomicfinance/provider@3.2.1
10+
- @atomicfinance/utils@3.2.1
11+
312
## 3.2.0
413

514
### Patch Changes

‎packages/bitcoin-cfd-provider/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@atomicfinance/bitcoin-cfd-provider",
33
"umdName": "BitcoinCfdProvider",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"description": "Bitcoin Abstraction Layer Cfd Provider",
66
"author": "Atomic Finance <[email protected]>",
77
"homepage": "",
@@ -15,9 +15,9 @@
1515
"lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js ."
1616
},
1717
"dependencies": {
18-
"@atomicfinance/provider": "^3.2.0",
19-
"@atomicfinance/types": "^3.2.0",
20-
"@atomicfinance/utils": "^3.2.0",
18+
"@atomicfinance/provider": "^3.2.1",
19+
"@atomicfinance/types": "^3.2.1",
20+
"@atomicfinance/utils": "^3.2.1",
2121
"lodash": "^4.17.20"
2222
},
2323
"devDependencies": {

‎packages/bitcoin-dlc-provider/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @atomicfinance/bitcoin-dlc-provider
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- f69141e: Bump @node-dlc to 0.21.2 to improve env compatibility
8+
- Updated dependencies [f69141e]
9+
- @atomicfinance/types@3.2.1
10+
- @atomicfinance/bitcoin-utils@3.2.1
11+
- @atomicfinance/provider@3.2.1
12+
- @atomicfinance/utils@3.2.1
13+
314
## 3.2.0
415

516
### Minor Changes

‎packages/bitcoin-dlc-provider/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@atomicfinance/bitcoin-dlc-provider",
33
"umdName": "BitcoinDlcProvider",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"description": "Bitcoin Abstraction Layer Dlc Provider",
66
"author": "Atomic Finance <[email protected]>",
77
"homepage": "",
@@ -15,10 +15,10 @@
1515
"lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js ."
1616
},
1717
"dependencies": {
18-
"@atomicfinance/bitcoin-utils": "3.2.0",
19-
"@atomicfinance/provider": "^3.2.0",
20-
"@atomicfinance/types": "^3.2.0",
21-
"@atomicfinance/utils": "^3.2.0",
18+
"@atomicfinance/bitcoin-utils": "3.2.1",
19+
"@atomicfinance/provider": "^3.2.1",
20+
"@atomicfinance/types": "^3.2.1",
21+
"@atomicfinance/utils": "^3.2.1",
2222
"@node-dlc/core": "0.21.2",
2323
"@node-dlc/messaging": "0.21.2",
2424
"@node-lightning/bitcoin": "0.26.1",

‎packages/bitcoin-esplora-api-provider/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @atomicfinance/bitcoin-esplora-api-provider
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f69141e]
8+
- @atomicfinance/types@3.2.1
9+
- @atomicfinance/bitcoin-utils@3.2.1
10+
- @atomicfinance/crypto@3.2.1
11+
- @atomicfinance/errors@3.2.1
12+
- @atomicfinance/node-provider@3.2.1
13+
- @atomicfinance/utils@3.2.1
14+
315
## 3.2.0
416

517
### Patch Changes

‎packages/bitcoin-esplora-api-provider/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicfinance/bitcoin-esplora-api-provider",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "",
55
"module": "dist/index.js",
66
"main": "dist/index.js",
@@ -24,12 +24,12 @@
2424
"node": ">=14"
2525
},
2626
"dependencies": {
27-
"@atomicfinance/bitcoin-utils": "^3.2.0",
28-
"@atomicfinance/crypto": "^3.2.0",
29-
"@atomicfinance/errors": "^3.2.0",
30-
"@atomicfinance/node-provider": "^3.2.0",
31-
"@atomicfinance/types": "^3.2.0",
32-
"@atomicfinance/utils": "^3.2.0",
27+
"@atomicfinance/bitcoin-utils": "^3.2.1",
28+
"@atomicfinance/crypto": "^3.2.1",
29+
"@atomicfinance/errors": "^3.2.1",
30+
"@atomicfinance/node-provider": "^3.2.1",
31+
"@atomicfinance/types": "^3.2.1",
32+
"@atomicfinance/utils": "^3.2.1",
3333
"@babel/runtime": "^7.12.1",
3434
"bignumber.js": "^9.0.0",
3535
"bitcoin-networks": "^1.0.0",

‎packages/bitcoin-esplora-batch-api-provider/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @atomicfinance/bitcoin-esplora-batch-api-provider
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f69141e]
8+
- @atomicfinance/types@3.2.1
9+
- @atomicfinance/bitcoin-esplora-api-provider@3.2.1
10+
- @atomicfinance/node-provider@3.2.1
11+
- @atomicfinance/utils@3.2.1
12+
313
## 3.2.0
414

515
### Patch Changes

‎packages/bitcoin-esplora-batch-api-provider/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicfinance/bitcoin-esplora-batch-api-provider",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "",
55
"module": "dist/index.js",
66
"main": "dist/index.js",
@@ -24,10 +24,10 @@
2424
"node": ">=14"
2525
},
2626
"dependencies": {
27-
"@atomicfinance/bitcoin-esplora-api-provider": "^3.2.0",
28-
"@atomicfinance/node-provider": "^3.2.0",
29-
"@atomicfinance/types": "^3.2.0",
30-
"@atomicfinance/utils": "^3.2.0",
27+
"@atomicfinance/bitcoin-esplora-api-provider": "^3.2.1",
28+
"@atomicfinance/node-provider": "^3.2.1",
29+
"@atomicfinance/types": "^3.2.1",
30+
"@atomicfinance/utils": "^3.2.1",
3131
"@babel/runtime": "^7.12.1",
3232
"bignumber.js": "^9.0.0",
3333
"lodash": "^4.17.20"

‎packages/bitcoin-js-wallet-provider/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @atomicfinance/bitcoin-js-wallet-provider
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f69141e]
8+
- @atomicfinance/types@3.2.1
9+
- @atomicfinance/bitcoin-utils@3.2.1
10+
- @atomicfinance/bitcoin-wallet-provider@3.2.1
11+
- @atomicfinance/utils@3.2.1
12+
313
## 3.2.0
414

515
### Patch Changes

‎packages/bitcoin-js-wallet-provider/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicfinance/bitcoin-js-wallet-provider",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "",
55
"module": "dist/index.js",
66
"main": "dist/index.js",
@@ -24,10 +24,10 @@
2424
"node": ">=14"
2525
},
2626
"dependencies": {
27-
"@atomicfinance/bitcoin-utils": "^3.2.0",
28-
"@atomicfinance/bitcoin-wallet-provider": "^3.2.0",
29-
"@atomicfinance/types": "^3.2.0",
30-
"@atomicfinance/utils": "^3.2.0",
27+
"@atomicfinance/bitcoin-utils": "^3.2.1",
28+
"@atomicfinance/bitcoin-wallet-provider": "^3.2.1",
29+
"@atomicfinance/types": "^3.2.1",
30+
"@atomicfinance/utils": "^3.2.1",
3131
"@babel/runtime": "^7.12.1",
3232
"bip32": "^2.0.6",
3333
"bip39": "^3.0.2",

‎packages/bitcoin-node-wallet-provider/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @atomicfinance/bitcoin-node-wallet-provider
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f69141e]
8+
- @atomicfinance/types@3.2.1
9+
- @atomicfinance/bitcoin-utils@3.2.1
10+
- @atomicfinance/crypto@3.2.1
11+
- @atomicfinance/jsonrpc-provider@3.2.1
12+
- @atomicfinance/utils@3.2.1
13+
314
## 3.2.0
415

516
### Minor Changes

‎packages/bitcoin-node-wallet-provider/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicfinance/bitcoin-node-wallet-provider",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "",
55
"module": "dist/index.js",
66
"main": "dist/index.js",
@@ -25,11 +25,11 @@
2525
"node": ">=14"
2626
},
2727
"dependencies": {
28-
"@atomicfinance/bitcoin-utils": "^3.2.0",
29-
"@atomicfinance/crypto": "^3.2.0",
30-
"@atomicfinance/jsonrpc-provider": "^3.2.0",
31-
"@atomicfinance/types": "^3.2.0",
32-
"@atomicfinance/utils": "^3.2.0",
28+
"@atomicfinance/bitcoin-utils": "^3.2.1",
29+
"@atomicfinance/crypto": "^3.2.1",
30+
"@atomicfinance/jsonrpc-provider": "^3.2.1",
31+
"@atomicfinance/types": "^3.2.1",
32+
"@atomicfinance/utils": "^3.2.1",
3333
"@babel/runtime": "^7.12.1",
3434
"bignumber.js": "^9.0.0",
3535
"bitcoin-networks": "^1.0.0",

‎packages/bitcoin-rpc-provider/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @atomicfinance/bitcoin-rpc-provider
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f69141e]
8+
- @atomicfinance/types@3.2.1
9+
- @atomicfinance/bitcoin-utils@3.2.1
10+
- @atomicfinance/errors@3.2.1
11+
- @atomicfinance/jsonrpc-provider@3.2.1
12+
- @atomicfinance/utils@3.2.1
13+
314
## 3.2.0
415

516
### Patch Changes

‎packages/bitcoin-rpc-provider/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicfinance/bitcoin-rpc-provider",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "",
55
"module": "dist/index.js",
66
"main": "dist/index.js",
@@ -25,11 +25,11 @@
2525
"node": ">=14"
2626
},
2727
"dependencies": {
28-
"@atomicfinance/bitcoin-utils": "^3.2.0",
29-
"@atomicfinance/errors": "^3.2.0",
30-
"@atomicfinance/jsonrpc-provider": "^3.2.0",
31-
"@atomicfinance/types": "^3.2.0",
32-
"@atomicfinance/utils": "^3.2.0",
28+
"@atomicfinance/bitcoin-utils": "^3.2.1",
29+
"@atomicfinance/errors": "^3.2.1",
30+
"@atomicfinance/jsonrpc-provider": "^3.2.1",
31+
"@atomicfinance/types": "^3.2.1",
32+
"@atomicfinance/utils": "^3.2.1",
3333
"@babel/runtime": "^7.12.1",
3434
"bignumber.js": "^9.0.0",
3535
"bitcoin-networks": "^1.0.0",

‎packages/bitcoin-utils/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @atomicfinance/bitcoin-utils
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f69141e]
8+
- @atomicfinance/types@3.2.1
9+
- @atomicfinance/crypto@3.2.1
10+
- @atomicfinance/errors@3.2.1
11+
- @atomicfinance/utils@3.2.1
12+
313
## 3.2.0
414

515
### Patch Changes

‎packages/bitcoin-utils/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomicfinance/bitcoin-utils",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "",
55
"module": "dist/index.js",
66
"main": "dist/index.js",
@@ -24,10 +24,10 @@
2424
"node": ">=14"
2525
},
2626
"dependencies": {
27-
"@atomicfinance/crypto": "^3.2.0",
28-
"@atomicfinance/errors": "^3.2.0",
29-
"@atomicfinance/types": "^3.2.0",
30-
"@atomicfinance/utils": "^3.2.0",
27+
"@atomicfinance/crypto": "^3.2.1",
28+
"@atomicfinance/errors": "^3.2.1",
29+
"@atomicfinance/types": "^3.2.1",
30+
"@atomicfinance/utils": "^3.2.1",
3131
"@babel/runtime": "^7.12.1",
3232
"bignumber.js": "^9.0.0",
3333
"bip174": "^2.0.1",

‎packages/bitcoin-wallet-provider/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @atomicfinance/bitcoin-wallet-provider
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f69141e]
8+
- @atomicfinance/types@3.2.1
9+
- @atomicfinance/bitcoin-utils@3.2.1
10+
- @atomicfinance/provider@3.2.1
11+
312
## 3.2.0
413

514
### Patch Changes

‎packages/bitcoin-wallet-provider/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@atomicfinance/bitcoin-wallet-provider",
33
"umdName": "BitcoinWalletProvider",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"description": "Bitcoin Abstraction Layer Wallet Provider",
66
"author": "Atomic Finance <[email protected]>",
77
"homepage": "",
@@ -15,9 +15,9 @@
1515
"lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js ."
1616
},
1717
"dependencies": {
18-
"@atomicfinance/bitcoin-utils": "^3.2.0",
19-
"@atomicfinance/provider": "^3.2.0",
20-
"@atomicfinance/types": "^3.2.0",
18+
"@atomicfinance/bitcoin-utils": "^3.2.1",
19+
"@atomicfinance/provider": "^3.2.1",
20+
"@atomicfinance/types": "^3.2.1",
2121
"bitcoin-networks": "^1.0.0",
2222
"bitcoinjs-lib": "5.2.0",
2323
"lodash": "^4.17.20",

‎packages/client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @atomicfinance/client
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- f69141e: Bump @node-dlc to 0.21.2 to improve env compatibility
8+
- Updated dependencies [f69141e]
9+
- @atomicfinance/types@3.2.1
10+
- @atomicfinance/errors@3.2.1
11+
- @atomicfinance/provider@3.2.1
12+
313
## 3.2.0
414

515
### Minor Changes

0 commit comments

Comments
 (0)