@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.
@@ -1,5 +1,4 @@
1
-
2
- 
3
- > @atomicfinance/bitcoin-ddk-provider@4.1.0 build /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider
4
- > ../../node_modules/.bin/tsc --project tsconfig.json
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.0",
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.0",
12
- "@atomicfinance/provider": "^4.1.0",
13
- "@atomicfinance/types": "^4.1.0",
14
- "@atomicfinance/utils": "^4.1.0",
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
- 
7
- /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider/examples/usage.ts
8
-  0:0 error Parsing error: ESLint was configured to run on `<tsconfigRootDir>/packages/bitcoin-ddk-provider/examples/usage.ts` using `parserOptions.project`:
9
- - <tsconfigRootDir>/tsconfig.eslint.json
10
- - <tsconfigRootDir>/packages/bitcoin-cfd-provider/tsconfig.json
11
- - <tsconfigRootDir>/packages/bitcoin-ddk-provider/tsconfig.json
12
- - <tsconfigRootDir>/packages/bitcoin-dlc-provider/tsconfig.json
13
- - <tsconfigRootDir>/packages/bitcoin-esplora-api-provider/tsconfig.json
14
- - <tsconfigRootDir>/packages/bitcoin-esplora-batch-api-provider/tsconfig.json
15
- - <tsconfigRootDir>/packages/bitcoin-js-wallet-provider/tsconfig.json
16
- - <tsconfigRootDir>/packages/bitcoin-node-wallet-provider/tsconfig.json
17
- - <tsconfigRootDir>/packages/bitcoin-rpc-provider/tsconfig.json
18
- - <tsconfigRootDir>/packages/bitcoin-utils/tsconfig.json
19
- - <tsconfigRootDir>/packages/bitcoin-wallet-provider/tsconfig.json
20
- - <tsconfigRootDir>/packages/client/tsconfig.json
21
- - <tsconfigRootDir>/packages/crypto/tsconfig.json
22
- - <tsconfigRootDir>/packages/errors/tsconfig.json
23
- - <tsconfigRootDir>/packages/jsonrpc-provider/tsconfig.json
24
- - <tsconfigRootDir>/packages/node-provider/tsconfig.json
25
- - <tsconfigRootDir>/packages/provider/tsconfig.json
26
- - <tsconfigRootDir>/packages/types/tsconfig.json
27
- - <tsconfigRootDir>/packages/utils/tsconfig.json
28
- However, none of those TSConfigs include this file. Either:
29
- - Change ESLint's list of included files to not include this file
30
- - Change one of those TSConfigs to include this file
31
- - Create a new TSConfig that includes this file and include it in your parserOptions.project
32
- See 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
33
- 
34
- /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider/lib/BitcoinDdkProvider.ts
35
-  858:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
36
-  858:48 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
37
-  876:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
38
-  4053:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
39
- 
40
- ✖ 5 problems (1 error, 4 warnings)
41
- 
42
-  ELIFECYCLE  Command failed with exit code 1.
@@ -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
- 
7
- /Users/matthewblack/code/github.com/AtomicFinance/wip-ddk-ffi/bitcoin-abstraction-layer/packages/bitcoin-ddk-provider/lib/BitcoinDdkProvider.ts
8
-  858:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
9
-  858:48 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
10
-  876:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
11
-  4053:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
12
- 
13
- ✖ 4 problems (0 errors, 4 warnings)
14
-