Skip to content

Commit 8c6f33d

Browse files
release: 3.5.2
1 parent 3e8815c commit 8c6f33d

File tree

36 files changed

+293
-148
lines changed

36 files changed

+293
-148
lines changed

.changeset/gold-ducks-clean.md

-21
This file was deleted.

packages/bitcoin-cfd-provider/CHANGELOG.md

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- 3e8815c: Add support for Enum DLCs
8+
- Updated dependencies [3e8815c]
9+
- @atomicfinance/provider@3.5.2
10+
- @atomicfinance/types@3.5.2
11+
- @atomicfinance/utils@3.5.2
12+
313
## 3.5.1
414

515
### 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.5.1",
4+
"version": "3.5.2",
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.5.1",
19-
"@atomicfinance/types": "^3.5.1",
20-
"@atomicfinance/utils": "^3.5.1",
18+
"@atomicfinance/provider": "^3.5.2",
19+
"@atomicfinance/types": "^3.5.2",
20+
"@atomicfinance/utils": "^3.5.2",
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.5.2
4+
5+
### Patch Changes
6+
7+
- 3e8815c: Add support for Enum DLCs
8+
- Updated dependencies [3e8815c]
9+
- @atomicfinance/bitcoin-utils@3.5.2
10+
- @atomicfinance/provider@3.5.2
11+
- @atomicfinance/types@3.5.2
12+
- @atomicfinance/utils@3.5.2
13+
314
## 3.5.1
415

516
### Patch 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.5.1",
4+
"version": "3.5.2",
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.5.1",
19-
"@atomicfinance/provider": "^3.5.1",
20-
"@atomicfinance/types": "^3.5.1",
21-
"@atomicfinance/utils": "^3.5.1",
18+
"@atomicfinance/bitcoin-utils": "3.5.2",
19+
"@atomicfinance/provider": "^3.5.2",
20+
"@atomicfinance/types": "^3.5.2",
21+
"@atomicfinance/utils": "^3.5.2",
2222
"@node-dlc/core": "0.23.6",
2323
"@node-dlc/messaging": "0.23.6",
2424
"@node-lightning/bitcoin": "0.26.1",

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

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- 3e8815c: Add support for Enum DLCs
8+
- Updated dependencies [3e8815c]
9+
- @atomicfinance/bitcoin-utils@3.5.2
10+
- @atomicfinance/crypto@3.5.2
11+
- @atomicfinance/errors@3.5.2
12+
- @atomicfinance/node-provider@3.5.2
13+
- @atomicfinance/types@3.5.2
14+
- @atomicfinance/utils@3.5.2
15+
316
## 3.5.1
417

518
### 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.5.1",
3+
"version": "3.5.2",
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.5.1",
28-
"@atomicfinance/crypto": "^3.5.1",
29-
"@atomicfinance/errors": "^3.5.1",
30-
"@atomicfinance/node-provider": "^3.5.1",
31-
"@atomicfinance/types": "^3.5.1",
32-
"@atomicfinance/utils": "^3.5.1",
27+
"@atomicfinance/bitcoin-utils": "^3.5.2",
28+
"@atomicfinance/crypto": "^3.5.2",
29+
"@atomicfinance/errors": "^3.5.2",
30+
"@atomicfinance/node-provider": "^3.5.2",
31+
"@atomicfinance/types": "^3.5.2",
32+
"@atomicfinance/utils": "^3.5.2",
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

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- 3e8815c: Add support for Enum DLCs
8+
- Updated dependencies [3e8815c]
9+
- @atomicfinance/bitcoin-esplora-api-provider@3.5.2
10+
- @atomicfinance/node-provider@3.5.2
11+
- @atomicfinance/types@3.5.2
12+
- @atomicfinance/utils@3.5.2
13+
314
## 3.5.1
415

516
### 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.5.1",
3+
"version": "3.5.2",
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.5.1",
28-
"@atomicfinance/node-provider": "^3.5.1",
29-
"@atomicfinance/types": "^3.5.1",
30-
"@atomicfinance/utils": "^3.5.1",
27+
"@atomicfinance/bitcoin-esplora-api-provider": "^3.5.2",
28+
"@atomicfinance/node-provider": "^3.5.2",
29+
"@atomicfinance/types": "^3.5.2",
30+
"@atomicfinance/utils": "^3.5.2",
3131
"@babel/runtime": "^7.12.1",
3232
"bignumber.js": "^9.0.0",
3333
"lodash": "^4.17.20"

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

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- 3e8815c: Add support for Enum DLCs
8+
- Updated dependencies [3e8815c]
9+
- @atomicfinance/bitcoin-utils@3.5.2
10+
- @atomicfinance/bitcoin-wallet-provider@3.5.2
11+
- @atomicfinance/types@3.5.2
12+
- @atomicfinance/utils@3.5.2
13+
314
## 3.5.1
415

516
### 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.5.1",
3+
"version": "3.5.2",
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.5.1",
28-
"@atomicfinance/bitcoin-wallet-provider": "^3.5.1",
29-
"@atomicfinance/types": "^3.5.1",
30-
"@atomicfinance/utils": "^3.5.1",
27+
"@atomicfinance/bitcoin-utils": "^3.5.2",
28+
"@atomicfinance/bitcoin-wallet-provider": "^3.5.2",
29+
"@atomicfinance/types": "^3.5.2",
30+
"@atomicfinance/utils": "^3.5.2",
3131
"@babel/runtime": "^7.12.1",
3232
"@node-dlc/core": "0.23.6",
3333
"bip32": "^2.0.6",

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

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- 3e8815c: Add support for Enum DLCs
8+
- Updated dependencies [3e8815c]
9+
- @atomicfinance/bitcoin-utils@3.5.2
10+
- @atomicfinance/crypto@3.5.2
11+
- @atomicfinance/jsonrpc-provider@3.5.2
12+
- @atomicfinance/types@3.5.2
13+
- @atomicfinance/utils@3.5.2
14+
315
## 3.5.1
416

517
### Patch 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.5.1",
3+
"version": "3.5.2",
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.5.1",
29-
"@atomicfinance/crypto": "^3.5.1",
30-
"@atomicfinance/jsonrpc-provider": "^3.5.1",
31-
"@atomicfinance/types": "^3.5.1",
32-
"@atomicfinance/utils": "^3.5.1",
28+
"@atomicfinance/bitcoin-utils": "^3.5.2",
29+
"@atomicfinance/crypto": "^3.5.2",
30+
"@atomicfinance/jsonrpc-provider": "^3.5.2",
31+
"@atomicfinance/types": "^3.5.2",
32+
"@atomicfinance/utils": "^3.5.2",
3333
"@babel/runtime": "^7.12.1",
3434
"bignumber.js": "^9.0.0",
3535
"bitcoin-networks": "^1.0.0",

packages/bitcoin-rpc-provider/CHANGELOG.md

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- 3e8815c: Add support for Enum DLCs
8+
- Updated dependencies [3e8815c]
9+
- @atomicfinance/bitcoin-utils@3.5.2
10+
- @atomicfinance/errors@3.5.2
11+
- @atomicfinance/jsonrpc-provider@3.5.2
12+
- @atomicfinance/types@3.5.2
13+
- @atomicfinance/utils@3.5.2
14+
315
## 3.5.1
416

517
### 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.5.1",
3+
"version": "3.5.2",
44
"description": "",
55
"module": "dist/index.js",
66
"main": "dist/index.js",
@@ -24,11 +24,11 @@
2424
"node": ">=14"
2525
},
2626
"dependencies": {
27-
"@atomicfinance/bitcoin-utils": "^3.5.1",
28-
"@atomicfinance/errors": "^3.5.1",
29-
"@atomicfinance/jsonrpc-provider": "^3.5.1",
30-
"@atomicfinance/types": "^3.5.1",
31-
"@atomicfinance/utils": "^3.5.1",
27+
"@atomicfinance/bitcoin-utils": "^3.5.2",
28+
"@atomicfinance/errors": "^3.5.2",
29+
"@atomicfinance/jsonrpc-provider": "^3.5.2",
30+
"@atomicfinance/types": "^3.5.2",
31+
"@atomicfinance/utils": "^3.5.2",
3232
"@babel/runtime": "^7.12.1",
3333
"bignumber.js": "^9.0.0",
3434
"bitcoin-networks": "^1.0.0",

packages/bitcoin-utils/CHANGELOG.md

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- 3e8815c: Add support for Enum DLCs
8+
- Updated dependencies [3e8815c]
9+
- @atomicfinance/crypto@3.5.2
10+
- @atomicfinance/errors@3.5.2
11+
- @atomicfinance/types@3.5.2
12+
- @atomicfinance/utils@3.5.2
13+
314
## 3.5.1
415

516
### 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.5.1",
3+
"version": "3.5.2",
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.5.1",
28-
"@atomicfinance/errors": "^3.5.1",
29-
"@atomicfinance/types": "^3.5.1",
30-
"@atomicfinance/utils": "^3.5.1",
27+
"@atomicfinance/crypto": "^3.5.2",
28+
"@atomicfinance/errors": "^3.5.2",
29+
"@atomicfinance/types": "^3.5.2",
30+
"@atomicfinance/utils": "^3.5.2",
3131
"@babel/runtime": "^7.12.1",
3232
"bignumber.js": "^9.0.0",
3333
"bip174": "^2.0.1",

packages/bitcoin-wallet-provider/CHANGELOG.md

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

3+
## 3.5.2
4+
5+
### Patch Changes
6+
7+
- 3e8815c: Add support for Enum DLCs
8+
- Updated dependencies [3e8815c]
9+
- @atomicfinance/bitcoin-utils@3.5.2
10+
- @atomicfinance/provider@3.5.2
11+
- @atomicfinance/types@3.5.2
12+
313
## 3.5.1
414

515
### 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.5.1",
4+
"version": "3.5.2",
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.5.1",
19-
"@atomicfinance/provider": "^3.5.1",
20-
"@atomicfinance/types": "^3.5.1",
18+
"@atomicfinance/bitcoin-utils": "^3.5.2",
19+
"@atomicfinance/provider": "^3.5.2",
20+
"@atomicfinance/types": "^3.5.2",
2121
"@node-dlc/core": "0.23.6",
2222
"bitcoin-networks": "^1.0.0",
2323
"bitcoinjs-lib": "5.2.0",

0 commit comments

Comments
 (0)