@atomicfinance/bitcoin-dlc-provider 4.3.0 → 4.3.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,5 +1,4 @@
1
-
2
- 
3
- > @atomicfinance/bitcoin-dlc-provider@4.3.0 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-dlc-provider
4
- > ../../node_modules/.bin/tsc --project tsconfig.json
5
-
1
+
2
+ > @atomicfinance/bitcoin-dlc-provider@4.3.1 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/bitcoin-dlc-provider
3
+ > ../../node_modules/.bin/tsc --project tsconfig.json
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atomicfinance/bitcoin-dlc-provider
2
2
 
3
+ ## 4.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3df9ca2: Bump @node-dlc 1.1.9 and ddk-ts 0.3.41 to fix backward compatibility dlc protocol issues contract flags
8
+ - Updated dependencies [3df9ca2]
9
+ - @atomicfinance/types@4.3.1
10
+ - @atomicfinance/bitcoin-utils@4.3.1
11
+ - @atomicfinance/provider@4.3.1
12
+ - @atomicfinance/utils@4.3.1
13
+
3
14
  ## 4.3.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@atomicfinance/bitcoin-dlc-provider",
3
3
  "umdName": "BitcoinDlcProvider",
4
- "version": "4.3.0",
4
+ "version": "4.3.1",
5
5
  "description": "Bitcoin Abstraction Layer Dlc Provider",
6
6
  "author": "Atomic Finance <info@atomic.finance>",
7
7
  "homepage": "",
8
8
  "license": "ISC",
9
9
  "main": "dist/index.js",
10
10
  "dependencies": {
11
- "@atomicfinance/bitcoin-utils": "4.3.0",
12
- "@atomicfinance/provider": "^4.3.0",
13
- "@atomicfinance/types": "^4.3.0",
14
- "@atomicfinance/utils": "^4.3.0",
15
- "@node-dlc/bitcoin": "1.1.7",
16
- "@node-dlc/bufio": "1.1.7",
17
- "@node-dlc/core": "1.1.7",
18
- "@node-dlc/crypto": "1.1.7",
19
- "@node-dlc/messaging": "1.1.7",
11
+ "@atomicfinance/bitcoin-utils": "4.3.1",
12
+ "@atomicfinance/provider": "^4.3.1",
13
+ "@atomicfinance/types": "^4.3.1",
14
+ "@atomicfinance/utils": "^4.3.1",
15
+ "@node-dlc/bitcoin": "1.1.9",
16
+ "@node-dlc/bufio": "1.1.9",
17
+ "@node-dlc/core": "1.1.9",
18
+ "@node-dlc/crypto": "1.1.9",
19
+ "@node-dlc/messaging": "1.1.9",
20
20
  "bignumber.js": "^9.0.1",
21
21
  "bip-schnorr": "0.6.2",
22
22
  "bitcoin-network": "0.1.0",