@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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-lint.log +20 -0
- package/.turbo/turbo-test.log +1 -1
- package/CHANGELOG.md +25 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@atomicfinance/bitcoin-dlc-provider:build: cache hit, replaying output [
|
|
1
|
+
@atomicfinance/bitcoin-dlc-provider:build: cache hit, replaying output [2mccc96ecd4ba106e9[0m
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
@atomicfinance/bitcoin-dlc-provider:lint: cache hit, replaying output [2m64415dadbf52b645[0m
|
|
2
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m
|
|
3
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m/Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-dlc-provider/lib/BitcoinDlcProvider.ts
|
|
4
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 116:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
5
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 118:40 warning Argument 'cfdDlcJs' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
|
|
6
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 118:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
7
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 566:32 warning 'oracleEvent' is defined but never used @typescript-eslint/no-unused-vars
|
|
8
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 2349:38 warning 'i' is defined but never used @typescript-eslint/no-unused-vars
|
|
9
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 2716:44 warning 'i' is defined but never used @typescript-eslint/no-unused-vars
|
|
10
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 2771:38 warning 'i' is defined but never used @typescript-eslint/no-unused-vars
|
|
11
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m
|
|
12
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m/Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-dlc-provider/lib/utils/Utils.ts
|
|
13
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 17:8 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
|
|
14
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 17:36 warning Argument 'array' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
|
|
15
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 17:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
16
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 17:48 warning Argument 'callback' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
|
|
17
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m 17:58 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
18
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m
|
|
19
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m✖ 12 problems (0 errors, 12 warnings)
|
|
20
|
+
[33m@atomicfinance/bitcoin-dlc-provider:lint: [0m
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@atomicfinance/bitcoin-dlc-provider:test: cache hit, replaying output [
|
|
1
|
+
@atomicfinance/bitcoin-dlc-provider:test: cache hit, replaying output [2m16edd22b477ddc22[0m
|
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.
|
|
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.
|
|
19
|
-
"@atomicfinance/provider": "^3.
|
|
20
|
-
"@atomicfinance/types": "^3.
|
|
21
|
-
"@atomicfinance/utils": "^3.
|
|
22
|
-
"@node-dlc/core": "0.
|
|
23
|
-
"@node-dlc/messaging": "0.
|
|
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",
|