@atomicfinance/client 3.4.5 → 3.4.7

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 +1 @@
1
- @atomicfinance/client:build: cache hit, replaying output a1e310e7d9d2f778
1
+ @atomicfinance/client:build: cache hit, replaying output 19a3f2719bf2dfb0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atomicfinance/client
2
2
 
3
+ ## 3.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 0ba01ef: Bump @node-dlc to 0.23.6
8
+ - Updated dependencies [0ba01ef]
9
+ - @atomicfinance/types@3.4.7
10
+ - @atomicfinance/bitcoin-utils@3.4.7
11
+ - @atomicfinance/errors@3.4.7
12
+ - @atomicfinance/provider@3.4.7
13
+
14
+ ## 3.4.6
15
+
16
+ ### Patch Changes
17
+
18
+ - b765b9c: Bump nodep-dlc to 0.23.5
19
+ - Updated dependencies [b765b9c]
20
+ - @atomicfinance/types@3.4.6
21
+ - @atomicfinance/bitcoin-utils@3.4.6
22
+ - @atomicfinance/errors@3.4.6
23
+ - @atomicfinance/provider@3.4.6
24
+
3
25
  ## 3.4.5
4
26
 
5
27
  ### Patch Changes
package/dist/Cfd.d.ts CHANGED
File without changes
package/dist/Cfd.js CHANGED
File without changes
package/dist/Cfd.js.map CHANGED
File without changes
package/dist/Chain.d.ts CHANGED
File without changes
package/dist/Chain.js CHANGED
File without changes
package/dist/Chain.js.map CHANGED
File without changes
package/dist/Client.d.ts CHANGED
File without changes
package/dist/Client.js CHANGED
File without changes
File without changes
package/dist/Dlc.d.ts CHANGED
File without changes
package/dist/Dlc.js CHANGED
File without changes
package/dist/Dlc.js.map CHANGED
File without changes
package/dist/Wallet.d.ts CHANGED
File without changes
package/dist/Wallet.js CHANGED
File without changes
File without changes
package/dist/index.d.ts CHANGED
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atomicfinance/client",
3
3
  "umdName": "Client",
4
- "version": "3.4.5",
4
+ "version": "3.4.7",
5
5
  "description": "Bitcoin Abstraction Layer Provider",
6
6
  "author": "Atomic Finance <info@atomic.finance>",
7
7
  "homepage": "",
@@ -15,11 +15,11 @@
15
15
  "lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js ."
16
16
  },
17
17
  "dependencies": {
18
- "@atomicfinance/bitcoin-utils": "^3.4.5",
19
- "@atomicfinance/errors": "^3.4.5",
20
- "@atomicfinance/provider": "^3.4.5",
21
- "@atomicfinance/types": "^3.4.5",
22
- "@node-dlc/messaging": "0.23.4",
18
+ "@atomicfinance/bitcoin-utils": "^3.4.7",
19
+ "@atomicfinance/errors": "^3.4.7",
20
+ "@atomicfinance/provider": "^3.4.7",
21
+ "@atomicfinance/types": "^3.4.7",
22
+ "@node-dlc/messaging": "0.23.6",
23
23
  "@node-lightning/bitcoin": "0.26.1",
24
24
  "ajv": "^6.10.0",
25
25
  "lodash": "^4.17.20"
@@ -1,50 +0,0 @@
1
- @atomicfinance/client:lint: cache hit, replaying output 6e965897e1ebbc3b
2
- @atomicfinance/client:lint: 
3
- @atomicfinance/client:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/client/lib/Cfd.ts
4
- @atomicfinance/client:lint:  143:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
5
- @atomicfinance/client:lint:  145:15 warning Argument 'client' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
6
- @atomicfinance/client:lint:  145:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
7
- @atomicfinance/client:lint: 
8
- @atomicfinance/client:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/client/lib/Chain.ts
9
- @atomicfinance/client:lint:  15:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
10
- @atomicfinance/client:lint:  17:15 warning Argument 'client' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
11
- @atomicfinance/client:lint:  17:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
12
- @atomicfinance/client:lint: 
13
- @atomicfinance/client:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/client/lib/Client.ts
14
- @atomicfinance/client:lint:  73:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
15
- @atomicfinance/client:lint:  105:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
16
- @atomicfinance/client:lint:  123:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17
- @atomicfinance/client:lint:  131:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
18
- @atomicfinance/client:lint:  132:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
19
- @atomicfinance/client:lint:  149:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
20
- @atomicfinance/client:lint:  149:29 warning Argument 'requestor' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
21
- @atomicfinance/client:lint:  149:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
22
- @atomicfinance/client:lint:  151:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
23
- @atomicfinance/client:lint:  154:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
24
- @atomicfinance/client:lint:  163:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
25
- @atomicfinance/client:lint:  172:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
26
- @atomicfinance/client:lint:  176:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
27
- @atomicfinance/client:lint:  180:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
28
- @atomicfinance/client:lint:  184:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
29
- @atomicfinance/client:lint: 
30
- @atomicfinance/client:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/client/lib/Dlc.ts
31
- @atomicfinance/client:lint:  52:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
32
- @atomicfinance/client:lint:  54:15 warning Argument 'client' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
33
- @atomicfinance/client:lint:  54:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
34
- @atomicfinance/client:lint:  470:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
35
- @atomicfinance/client:lint: 
36
- @atomicfinance/client:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/client/lib/Wallet.ts
37
- @atomicfinance/client:lint:  16:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
38
- @atomicfinance/client:lint:  18:15 warning Argument 'client' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
39
- @atomicfinance/client:lint:  18:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
40
- @atomicfinance/client:lint:  91:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
41
- @atomicfinance/client:lint:  124:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
42
- @atomicfinance/client:lint:  128:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
43
- @atomicfinance/client:lint:  128:31 warning Argument 'unusedAddressesBlacklist' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
44
- @atomicfinance/client:lint:  128:57 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
45
- @atomicfinance/client:lint:  134:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
46
- @atomicfinance/client:lint:  164:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
47
- @atomicfinance/client:lint:  178:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
48
- @atomicfinance/client:lint: 
49
- @atomicfinance/client:lint: ✖ 36 problems (0 errors, 36 warnings)
50
- @atomicfinance/client:lint: 
@@ -1 +0,0 @@
1
- @atomicfinance/client:test: cache hit, replaying output 6a2a4bebbd2e8a9c