@atomicfinance/client 3.0.0 → 3.1.0

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 c4aafa057ac83d7f
1
+ @atomicfinance/client:build: cache hit, replaying output 1cd663e87f08274d
@@ -1 +1 @@
1
- @atomicfinance/client:test: cache hit, replaying output 5d5efe050fa43a8f
1
+ @atomicfinance/client:test: cache hit, replaying output 9a49b3be3ae120d5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @atomicfinance/client
2
2
 
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c60033b: Fix DLC Input Ordering
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [c60033b]
12
+ - @atomicfinance/types@3.1.0
13
+ - @atomicfinance/errors@3.1.0
14
+ - @atomicfinance/provider@3.1.0
15
+
16
+ ## 3.0.1
17
+
18
+ ### Patch Changes
19
+
20
+ - @atomicfinance/errors@3.0.1
21
+ - @atomicfinance/provider@3.0.1
22
+ - @atomicfinance/types@3.0.1
23
+
3
24
  ## 3.0.0
4
25
 
5
26
  ### Major Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atomicfinance/client",
3
3
  "umdName": "Client",
4
- "version": "3.0.0",
4
+ "version": "3.1.0",
5
5
  "description": "Bitcoin Abstraction Layer Provider",
6
6
  "author": "Atomic Finance <info@atomic.finance>",
7
7
  "homepage": "",
@@ -15,10 +15,10 @@
15
15
  "lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js ."
16
16
  },
17
17
  "dependencies": {
18
- "@atomicfinance/errors": "^3.0.0",
19
- "@atomicfinance/provider": "^3.0.0",
20
- "@atomicfinance/types": "^3.0.0",
21
- "@node-dlc/messaging": "0.19.1",
18
+ "@atomicfinance/errors": "^3.1.0",
19
+ "@atomicfinance/provider": "^3.1.0",
20
+ "@atomicfinance/types": "^3.1.0",
21
+ "@node-dlc/messaging": "0.20.1",
22
22
  "@node-lightning/bitcoin": "0.26.1",
23
23
  "ajv": "^6.10.0",
24
24
  "lodash": "^4.17.20"
@@ -1 +0,0 @@
1
- @atomicfinance/client:lint: cache hit, replaying output eda2a7114b4461c4
@@ -1,49 +0,0 @@
1
- @atomicfinance/client:lint:fix: cache hit, replaying output d5a7589a6fe397fd
2
- @atomicfinance/client:lint:fix: 
3
- @atomicfinance/client:lint:fix: /Users/steven/src/atomicfinance/chainify-finance/packages/client/lib/Cfd.ts
4
- @atomicfinance/client:lint:fix:  143:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
5
- @atomicfinance/client:lint:fix:  145:15 warning Argument 'client' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
6
- @atomicfinance/client:lint:fix:  145:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
7
- @atomicfinance/client:lint:fix: 
8
- @atomicfinance/client:lint:fix: /Users/steven/src/atomicfinance/chainify-finance/packages/client/lib/Chain.ts
9
- @atomicfinance/client:lint:fix:  15:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
10
- @atomicfinance/client:lint:fix:  17:15 warning Argument 'client' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
11
- @atomicfinance/client:lint:fix:  17:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
12
- @atomicfinance/client:lint:fix: 
13
- @atomicfinance/client:lint:fix: /Users/steven/src/atomicfinance/chainify-finance/packages/client/lib/Client.ts
14
- @atomicfinance/client:lint:fix:  59:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
15
- @atomicfinance/client:lint:fix:  91:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
16
- @atomicfinance/client:lint:fix:  109:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17
- @atomicfinance/client:lint:fix:  117:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
18
- @atomicfinance/client:lint:fix:  118:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
19
- @atomicfinance/client:lint:fix:  135:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
20
- @atomicfinance/client:lint:fix:  135:29 warning Argument 'requestor' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
21
- @atomicfinance/client:lint:fix:  135:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
22
- @atomicfinance/client:lint:fix:  137:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
23
- @atomicfinance/client:lint:fix:  140:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
24
- @atomicfinance/client:lint:fix:  144:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
25
- @atomicfinance/client:lint:fix:  148:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
26
- @atomicfinance/client:lint:fix:  152:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
27
- @atomicfinance/client:lint:fix: 
28
- @atomicfinance/client:lint:fix: /Users/steven/src/atomicfinance/chainify-finance/packages/client/lib/Dlc.ts
29
- @atomicfinance/client:lint:fix:  52:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
30
- @atomicfinance/client:lint:fix:  54:15 warning Argument 'client' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
31
- @atomicfinance/client:lint:fix:  54:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
32
- @atomicfinance/client:lint:fix:  470:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
33
- @atomicfinance/client:lint:fix: 
34
- @atomicfinance/client:lint:fix: /Users/steven/src/atomicfinance/chainify-finance/packages/client/lib/Wallet.ts
35
- @atomicfinance/client:lint:fix:  16:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
36
- @atomicfinance/client:lint:fix:  18:15 warning Argument 'client' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
37
- @atomicfinance/client:lint:fix:  18:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
38
- @atomicfinance/client:lint:fix:  91:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
39
- @atomicfinance/client:lint:fix:  124:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
40
- @atomicfinance/client:lint:fix:  128:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
41
- @atomicfinance/client:lint:fix:  140:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
42
- @atomicfinance/client:lint:fix:  140:31 warning Argument 'unusedAddressesBlacklist' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
43
- @atomicfinance/client:lint:fix:  140:57 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
44
- @atomicfinance/client:lint:fix:  146:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
45
- @atomicfinance/client:lint:fix:  176:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
46
- @atomicfinance/client:lint:fix:  190:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
47
- @atomicfinance/client:lint:fix: 
48
- @atomicfinance/client:lint:fix: ✖ 35 problems (0 errors, 35 warnings)
49
- @atomicfinance/client:lint:fix: