@atomicfinance/types 3.1.1 → 3.2.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/types:build: cache hit, replaying output cf2600d21225f556
1
+ @atomicfinance/types:build: cache hit, replaying output 66afdc0069ce38f2
@@ -0,0 +1,45 @@
1
+ @atomicfinance/types:lint: cache hit, replaying output 84a056e84c73d718
2
+ @atomicfinance/types:lint: 
3
+ @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/block.ts
4
+ @atomicfinance/types:lint:  1:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
5
+ @atomicfinance/types:lint: 
6
+ @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/dlc.ts
7
+ @atomicfinance/types:lint:  288:11 warning 'ISig' is defined but never used @typescript-eslint/no-unused-vars
8
+ @atomicfinance/types:lint:  303:11 warning 'FindOutcomeResponse' is defined but never used @typescript-eslint/no-unused-vars
9
+ @atomicfinance/types:lint: 
10
+ @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/index.ts
11
+ @atomicfinance/types:lint:  23:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
12
+ @atomicfinance/types:lint:  23:53 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13
+ @atomicfinance/types:lint:  24:62 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
14
+ @atomicfinance/types:lint: 
15
+ @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/models/Amount.ts
16
+ @atomicfinance/types:lint:  15:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
17
+ @atomicfinance/types:lint:  20:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
18
+ @atomicfinance/types:lint:  25:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
19
+ @atomicfinance/types:lint:  30:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
20
+ @atomicfinance/types:lint:  36:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
21
+ @atomicfinance/types:lint:  42:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
22
+ @atomicfinance/types:lint:  47:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
23
+ @atomicfinance/types:lint:  53:3 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
24
+ @atomicfinance/types:lint:  72:31 warning Argument 'value' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
25
+ @atomicfinance/types:lint:  72:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
26
+ @atomicfinance/types:lint:  72:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
27
+ @atomicfinance/types:lint: 
28
+ @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/models/Outcome.ts
29
+ @atomicfinance/types:lint:  27:31 warning Argument 'value' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
30
+ @atomicfinance/types:lint:  27:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
31
+ @atomicfinance/types:lint:  27:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
32
+ @atomicfinance/types:lint: 
33
+ @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/models/Utxo.ts
34
+ @atomicfinance/types:lint:  57:31 warning Argument 'value' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
35
+ @atomicfinance/types:lint:  57:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
36
+ @atomicfinance/types:lint:  57:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
37
+ @atomicfinance/types:lint: 
38
+ @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/transaction.ts
39
+ @atomicfinance/types:lint:  1:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
40
+ @atomicfinance/types:lint: 
41
+ @atomicfinance/types:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types/lib/wallet.ts
42
+ @atomicfinance/types:lint:  74:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
43
+ @atomicfinance/types:lint: 
44
+ @atomicfinance/types:lint: ✖ 25 problems (0 errors, 25 warnings)
45
+ @atomicfinance/types:lint: 
@@ -1 +1 @@
1
- @atomicfinance/types:test: cache hit, replaying output 6da1e22192ad7eee
1
+ @atomicfinance/types:test: cache hit, replaying output 56ddedb88331852f
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atomicfinance/types
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - dc9ac8a: Bump node-dlc to 0.21.0 for fee shifting and rounding intervals for cso
8
+
3
9
  ## 3.1.1
4
10
 
5
11
  ## 3.1.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atomicfinance/types",
3
3
  "umdName": "Types",
4
- "version": "3.1.1",
4
+ "version": "3.2.0",
5
5
  "description": "Bitcoin Abstraction Layer Types",
6
6
  "author": "Atomic Finance <info@atomic.finance>",
7
7
  "homepage": "",
@@ -15,7 +15,7 @@
15
15
  "lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js ."
16
16
  },
17
17
  "dependencies": {
18
- "@node-dlc/messaging": "0.20.1",
18
+ "@node-dlc/messaging": "0.21.0",
19
19
  "@node-lightning/bitcoin": "0.26.1",
20
20
  "@node-lightning/noise": "0.26.1",
21
21
  "lodash": "^4.17.20"