@atomicfinance/bitcoin-dlc-provider 3.4.6 → 3.4.7

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 5df6f6cec29f5fa5
1
+ @atomicfinance/bitcoin-dlc-provider:build: cache hit, replaying output 79a0c5c5f2762f5e
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atomicfinance/bitcoin-dlc-provider
2
2
 
3
+ ## 3.4.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 0ba01ef: Bump @node-dlc to 0.23.6
8
+ - Updated dependencies [0ba01ef]
9
+ - @atomicfinance/types@3.4.7
10
+ - @atomicfinance/bitcoin-utils@3.4.7
11
+ - @atomicfinance/provider@3.4.7
12
+ - @atomicfinance/utils@3.4.7
13
+
3
14
  ## 3.4.6
4
15
 
5
16
  ### Patch Changes
File without changes
File without changes
File without changes
package/dist/index.d.ts CHANGED
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
File without changes
File without changes
File without 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.6",
4
+ "version": "3.4.7",
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.4.6",
19
- "@atomicfinance/provider": "^3.4.6",
20
- "@atomicfinance/types": "^3.4.6",
21
- "@atomicfinance/utils": "^3.4.6",
22
- "@node-dlc/core": "0.23.5",
23
- "@node-dlc/messaging": "0.23.5",
18
+ "@atomicfinance/bitcoin-utils": "3.4.7",
19
+ "@atomicfinance/provider": "^3.4.7",
20
+ "@atomicfinance/types": "^3.4.7",
21
+ "@atomicfinance/utils": "^3.4.7",
22
+ "@node-dlc/core": "0.23.6",
23
+ "@node-dlc/messaging": "0.23.6",
24
24
  "@node-lightning/bitcoin": "0.26.1",
25
25
  "@node-lightning/bufio": "0.26.1",
26
26
  "@node-lightning/crypto": "0.26.1",
@@ -1,20 +0,0 @@
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 +0,0 @@
1
- @atomicfinance/bitcoin-dlc-provider:test: cache hit, replaying output 01f07f1f28e342a7