@atomicfinance/bitcoin-dlc-provider 3.1.1 → 3.2.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 +1 @@
1
- @atomicfinance/bitcoin-dlc-provider:build: cache hit, replaying output caa12f0a28cdd34a
1
+ @atomicfinance/bitcoin-dlc-provider:build: cache hit, replaying output ccc96ecd4ba106e9
@@ -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 9202a0e0cce290d2
1
+ @atomicfinance/bitcoin-dlc-provider:test: cache hit, replaying output 16edd22b477ddc22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @atomicfinance/bitcoin-dlc-provider
2
2
 
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f69141e: Bump @node-dlc to 0.21.2 to improve env compatibility
8
+ - Updated dependencies [f69141e]
9
+ - @atomicfinance/types@3.2.1
10
+ - @atomicfinance/bitcoin-utils@3.2.1
11
+ - @atomicfinance/provider@3.2.1
12
+ - @atomicfinance/utils@3.2.1
13
+
14
+ ## 3.2.0
15
+
16
+ ### Minor Changes
17
+
18
+ - dc9ac8a: Bump node-dlc to 0.21.0 for fee shifting and rounding intervals for cso
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [dc9ac8a]
23
+ - @atomicfinance/types@3.2.0
24
+ - @atomicfinance/bitcoin-utils@3.2.0
25
+ - @atomicfinance/provider@3.2.0
26
+ - @atomicfinance/utils@3.2.0
27
+
3
28
  ## 3.1.1
4
29
 
5
30
  ### Patch 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.1",
4
+ "version": "3.2.1",
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.1",
19
- "@atomicfinance/provider": "^3.1.1",
20
- "@atomicfinance/types": "^3.1.1",
21
- "@atomicfinance/utils": "^3.1.1",
22
- "@node-dlc/core": "0.20.1",
23
- "@node-dlc/messaging": "0.20.1",
18
+ "@atomicfinance/bitcoin-utils": "3.2.1",
19
+ "@atomicfinance/provider": "^3.2.1",
20
+ "@atomicfinance/types": "^3.2.1",
21
+ "@atomicfinance/utils": "^3.2.1",
22
+ "@node-dlc/core": "0.21.2",
23
+ "@node-dlc/messaging": "0.21.2",
24
24
  "@node-lightning/bitcoin": "0.26.1",
25
25
  "@node-lightning/bufio": "0.26.1",
26
26
  "@node-lightning/crypto": "0.26.1",