@atomicfinance/bitcoin-ddk-provider 4.1.0 → 4.1.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 +4 -5
- package/CHANGELOG.md +13 -0
- package/package.json +5 -5
- package/.turbo/turbo-lint$colon$fix.log +0 -42
- package/.turbo/turbo-lint.log +0 -14
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
|
|
2
|
+
> @atomicfinance/bitcoin-ddk-provider@4.1.1 build /home/runner/work/bitcoin-abstraction-layer/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider
|
|
3
|
+
> ../../node_modules/.bin/tsc --project tsconfig.json
|
|
4
|
+
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atomicfinance/bitcoin-ddk-provider
|
|
2
2
|
|
|
3
|
+
## 4.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ece1dc1: Add DDK address derivation provider
|
|
8
|
+
- 0d882fc: Update changeset for ddk
|
|
9
|
+
- Updated dependencies [ece1dc1]
|
|
10
|
+
- Updated dependencies [0d882fc]
|
|
11
|
+
- @atomicfinance/types@4.1.1
|
|
12
|
+
- @atomicfinance/bitcoin-utils@4.1.1
|
|
13
|
+
- @atomicfinance/provider@4.1.1
|
|
14
|
+
- @atomicfinance/utils@4.1.1
|
|
15
|
+
|
|
3
16
|
## 4.1.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atomicfinance/bitcoin-ddk-provider",
|
|
3
3
|
"umdName": "BitcoinDdkProvider",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.1",
|
|
5
5
|
"description": "Bitcoin Abstraction Layer Ddk 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/bitcoin-utils": "4.1.
|
|
12
|
-
"@atomicfinance/provider": "^4.1.
|
|
13
|
-
"@atomicfinance/types": "^4.1.
|
|
14
|
-
"@atomicfinance/utils": "^4.1.
|
|
11
|
+
"@atomicfinance/bitcoin-utils": "4.1.1",
|
|
12
|
+
"@atomicfinance/provider": "^4.1.1",
|
|
13
|
+
"@atomicfinance/types": "^4.1.1",
|
|
14
|
+
"@atomicfinance/utils": "^4.1.1",
|
|
15
15
|
"bignumber.js": "^9.0.1",
|
|
16
16
|
"bip66": "^1.1.5",
|
|
17
17
|
"bitcoin-networks": "^1.0.0",
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @atomicfinance/bitcoin-ddk-provider@4.0.3 lint:fix /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider
|
|
4
|
-
> ../../node_modules/.bin/eslint --fix .
|
|
5
|
-
|
|
6
|
-
[0m[0m
|
|
7
|
-
[0m[4m/Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider/examples/usage.ts[24m[0m
|
|
8
|
-
[0m [2m0:0[22m [31merror[39m Parsing error: ESLint was configured to run on `<tsconfigRootDir>/packages/bitcoin-ddk-provider/examples/usage.ts` using `parserOptions.project`:[0m
|
|
9
|
-
[0m- <tsconfigRootDir>/tsconfig.eslint.json[0m
|
|
10
|
-
[0m- <tsconfigRootDir>/packages/bitcoin-cfd-provider/tsconfig.json[0m
|
|
11
|
-
[0m- <tsconfigRootDir>/packages/bitcoin-ddk-provider/tsconfig.json[0m
|
|
12
|
-
[0m- <tsconfigRootDir>/packages/bitcoin-dlc-provider/tsconfig.json[0m
|
|
13
|
-
[0m- <tsconfigRootDir>/packages/bitcoin-esplora-api-provider/tsconfig.json[0m
|
|
14
|
-
[0m- <tsconfigRootDir>/packages/bitcoin-esplora-batch-api-provider/tsconfig.json[0m
|
|
15
|
-
[0m- <tsconfigRootDir>/packages/bitcoin-js-wallet-provider/tsconfig.json[0m
|
|
16
|
-
[0m- <tsconfigRootDir>/packages/bitcoin-node-wallet-provider/tsconfig.json[0m
|
|
17
|
-
[0m- <tsconfigRootDir>/packages/bitcoin-rpc-provider/tsconfig.json[0m
|
|
18
|
-
[0m- <tsconfigRootDir>/packages/bitcoin-utils/tsconfig.json[0m
|
|
19
|
-
[0m- <tsconfigRootDir>/packages/bitcoin-wallet-provider/tsconfig.json[0m
|
|
20
|
-
[0m- <tsconfigRootDir>/packages/client/tsconfig.json[0m
|
|
21
|
-
[0m- <tsconfigRootDir>/packages/crypto/tsconfig.json[0m
|
|
22
|
-
[0m- <tsconfigRootDir>/packages/errors/tsconfig.json[0m
|
|
23
|
-
[0m- <tsconfigRootDir>/packages/jsonrpc-provider/tsconfig.json[0m
|
|
24
|
-
[0m- <tsconfigRootDir>/packages/node-provider/tsconfig.json[0m
|
|
25
|
-
[0m- <tsconfigRootDir>/packages/provider/tsconfig.json[0m
|
|
26
|
-
[0m- <tsconfigRootDir>/packages/types/tsconfig.json[0m
|
|
27
|
-
[0m- <tsconfigRootDir>/packages/utils/tsconfig.json[0m
|
|
28
|
-
[0mHowever, none of those TSConfigs include this file. Either:[0m
|
|
29
|
-
[0m- Change ESLint's list of included files to not include this file[0m
|
|
30
|
-
[0m- Change one of those TSConfigs to include this file[0m
|
|
31
|
-
[0m- Create a new TSConfig that includes this file and include it in your parserOptions.project[0m
|
|
32
|
-
[0mSee the typescript-eslint docs for more info: https://typescript-eslint.io/troubleshooting/typed-linting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file[0m
|
|
33
|
-
[0m[0m
|
|
34
|
-
[0m[4m/Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider/lib/BitcoinDdkProvider.ts[24m[0m
|
|
35
|
-
[0m [2m858:42[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
36
|
-
[0m [2m858:48[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
37
|
-
[0m [2m876:21[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
38
|
-
[0m [2m4053:34[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
39
|
-
[0m[0m
|
|
40
|
-
[0m[31m[1m✖ 5 problems (1 error, 4 warnings)[22m[39m[0m
|
|
41
|
-
[0m[31m[1m[22m[39m[0m
|
|
42
|
-
[41m[30m ELIFECYCLE [39m[49m [31mCommand failed with exit code 1.[39m
|
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @atomicfinance/bitcoin-ddk-provider@4.0.3 lint /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider
|
|
4
|
-
> ../../node_modules/.bin/eslint .
|
|
5
|
-
|
|
6
|
-
[0m[0m
|
|
7
|
-
[0m[4m/Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider/lib/BitcoinDdkProvider.ts[24m[0m
|
|
8
|
-
[0m [2m858:42[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
9
|
-
[0m [2m858:48[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
10
|
-
[0m [2m876:21[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
11
|
-
[0m [2m4053:34[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
12
|
-
[0m[0m
|
|
13
|
-
[0m[33m[1m✖ 4 problems (0 errors, 4 warnings)[22m[39m[0m
|
|
14
|
-
[0m[33m[1m[22m[39m[0m
|