@atomicfinance/bitcoin-dlc-provider 3.1.0 → 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/bitcoin-dlc-provider:build: cache hit, replaying output a491ebcf0554abc0
1
+ @atomicfinance/bitcoin-dlc-provider:build: cache hit, replaying output cecf7aed46a7cd70
@@ -0,0 +1,20 @@
1
+ @atomicfinance/bitcoin-dlc-provider:lint: cache hit, replaying output 64415dadbf52b645
2
+ @atomicfinance/bitcoin-dlc-provider:lint: 
3
+ @atomicfinance/bitcoin-dlc-provider:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-dlc-provider/lib/BitcoinDlcProvider.ts
4
+ @atomicfinance/bitcoin-dlc-provider:lint:  116:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
5
+ @atomicfinance/bitcoin-dlc-provider:lint:  118:40 warning Argument 'cfdDlcJs' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
6
+ @atomicfinance/bitcoin-dlc-provider:lint:  118:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
7
+ @atomicfinance/bitcoin-dlc-provider:lint:  566:32 warning 'oracleEvent' is defined but never used @typescript-eslint/no-unused-vars
8
+ @atomicfinance/bitcoin-dlc-provider:lint:  2349:38 warning 'i' is defined but never used @typescript-eslint/no-unused-vars
9
+ @atomicfinance/bitcoin-dlc-provider:lint:  2716:44 warning 'i' is defined but never used @typescript-eslint/no-unused-vars
10
+ @atomicfinance/bitcoin-dlc-provider:lint:  2771:38 warning 'i' is defined but never used @typescript-eslint/no-unused-vars
11
+ @atomicfinance/bitcoin-dlc-provider:lint: 
12
+ @atomicfinance/bitcoin-dlc-provider:lint: /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-dlc-provider/lib/utils/Utils.ts
13
+ @atomicfinance/bitcoin-dlc-provider:lint:  17:8 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
14
+ @atomicfinance/bitcoin-dlc-provider:lint:  17:36 warning Argument 'array' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
15
+ @atomicfinance/bitcoin-dlc-provider:lint:  17:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
16
+ @atomicfinance/bitcoin-dlc-provider:lint:  17:48 warning Argument 'callback' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
17
+ @atomicfinance/bitcoin-dlc-provider:lint:  17:58 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
18
+ @atomicfinance/bitcoin-dlc-provider:lint: 
19
+ @atomicfinance/bitcoin-dlc-provider:lint: ✖ 12 problems (0 errors, 12 warnings)
20
+ @atomicfinance/bitcoin-dlc-provider:lint: 
@@ -1 +1 @@
1
- @atomicfinance/bitcoin-dlc-provider:test: cache hit, replaying output b43fec8244a68293
1
+ @atomicfinance/bitcoin-dlc-provider:test: cache hit, replaying output 16edd22b477ddc22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @atomicfinance/bitcoin-dlc-provider
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
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [dc9ac8a]
12
+ - @atomicfinance/types@3.2.0
13
+ - @atomicfinance/bitcoin-utils@3.2.0
14
+ - @atomicfinance/provider@3.2.0
15
+ - @atomicfinance/utils@3.2.0
16
+
17
+ ## 3.1.1
18
+
19
+ ### Patch Changes
20
+
21
+ - @atomicfinance/bitcoin-utils@3.1.1
22
+ - @atomicfinance/provider@3.1.1
23
+ - @atomicfinance/types@3.1.1
24
+ - @atomicfinance/utils@3.1.1
25
+
3
26
  ## 3.1.0
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atomicfinance/bitcoin-dlc-provider",
3
3
  "umdName": "BitcoinDlcProvider",
4
- "version": "3.1.0",
4
+ "version": "3.2.0",
5
5
  "description": "Bitcoin Abstraction Layer Dlc Provider",
6
6
  "author": "Atomic Finance <info@atomic.finance>",
7
7
  "homepage": "",
@@ -15,12 +15,12 @@
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.1.0",
19
- "@atomicfinance/provider": "^3.1.0",
20
- "@atomicfinance/types": "^3.1.0",
21
- "@atomicfinance/utils": "^3.1.0",
22
- "@node-dlc/core": "0.20.1",
23
- "@node-dlc/messaging": "0.20.1",
18
+ "@atomicfinance/bitcoin-utils": "3.2.0",
19
+ "@atomicfinance/provider": "^3.2.0",
20
+ "@atomicfinance/types": "^3.2.0",
21
+ "@atomicfinance/utils": "^3.2.0",
22
+ "@node-dlc/core": "0.21.0",
23
+ "@node-dlc/messaging": "0.21.0",
24
24
  "@node-lightning/bitcoin": "0.26.1",
25
25
  "@node-lightning/bufio": "0.26.1",
26
26
  "@node-lightning/crypto": "0.26.1",