@atomicfinance/bitcoin-cfd-address-derivation-provider 4.2.8 → 4.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-lint.log +15 -0
- package/CHANGELOG.md +17 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @atomicfinance/bitcoin-cfd-address-derivation-provider@4.
|
|
2
|
+
> @atomicfinance/bitcoin-cfd-address-derivation-provider@4.3.1 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-cfd-address-derivation-provider
|
|
3
3
|
> ../../node_modules/.bin/tsc --project tsconfig.json
|
|
4
4
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @atomicfinance/bitcoin-cfd-address-derivation-provider@4.2.7 lint /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-cfd-address-derivation-provider
|
|
4
|
+
> ../../node_modules/.bin/eslint .
|
|
5
|
+
|
|
6
|
+
[0m[0m
|
|
7
|
+
[0m[4m/Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-cfd-address-derivation-provider/lib/BitcoinCfdAddressDerivationProvider.ts[24m[0m
|
|
8
|
+
[0m [2m15:9[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
9
|
+
[0m [2m19:16[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
10
|
+
[0m [2m20:10[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
11
|
+
[0m [2m21:13[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
12
|
+
[0m [2m32:10[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
13
|
+
[0m[0m
|
|
14
|
+
[0m[33m[1m✖ 5 problems (0 errors, 5 warnings)[22m[39m[0m
|
|
15
|
+
[0m[33m[1m[22m[39m[0m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atomicfinance/bitcoin-cfd-address-derivation-provider
|
|
2
2
|
|
|
3
|
+
## 4.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3df9ca2: Bump @node-dlc 1.1.9 and ddk-ts 0.3.41 to fix backward compatibility dlc protocol issues contract flags
|
|
8
|
+
- Updated dependencies [3df9ca2]
|
|
9
|
+
- @atomicfinance/types@4.3.1
|
|
10
|
+
- @atomicfinance/provider@4.3.1
|
|
11
|
+
|
|
12
|
+
## 4.3.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [d041351]
|
|
17
|
+
- @atomicfinance/types@4.3.0
|
|
18
|
+
- @atomicfinance/provider@4.3.0
|
|
19
|
+
|
|
3
20
|
## 4.2.8
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atomicfinance/bitcoin-cfd-address-derivation-provider",
|
|
3
3
|
"umdName": "BitcoinCfdAddressDerivationProvider",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.3.1",
|
|
5
5
|
"description": "Bitcoin Abstraction Layer CFD Address Derivation Provider",
|
|
6
6
|
"author": "Atomic Finance <info@atomic.finance>",
|
|
7
7
|
"homepage": "",
|
|
8
8
|
"license": "ISC",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@atomicfinance/provider": "^4.
|
|
12
|
-
"@atomicfinance/types": "^4.
|
|
11
|
+
"@atomicfinance/provider": "^4.3.1",
|
|
12
|
+
"@atomicfinance/types": "^4.3.1",
|
|
13
13
|
"bip32": "^4.0.0",
|
|
14
14
|
"bip39": "^3.0.4",
|
|
15
15
|
"bitcoin-network": "0.1.0",
|