@atomicfinance/provider 4.2.8 → 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,4 +1,4 @@
1
1
 
2
- > @atomicfinance/provider@4.2.8 build /home/runner/work/bitcoin-abstraction-layer/bitcoin-abstraction-layer/packages/provider
2
+ > @atomicfinance/provider@4.3.1 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/provider
3
3
  > ../../node_modules/.bin/tsc --project tsconfig.json
4
4
 
File without changes
@@ -0,0 +1,5 @@
1
+
2
+ 
3
+ > @atomicfinance/provider@4.2.7 lint /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/provider
4
+ > ../../node_modules/.bin/eslint .
5
+
File without changes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atomicfinance/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
+
11
+ ## 4.3.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [d041351]
16
+ - @atomicfinance/types@4.3.0
17
+
3
18
  ## 4.2.8
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@atomicfinance/provider",
3
3
  "umdName": "Provider",
4
- "version": "4.2.8",
4
+ "version": "4.3.1",
5
5
  "description": "Bitcoin Abstraction Layer 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/types": "^4.2.8",
11
+ "@atomicfinance/types": "^4.3.1",
12
12
  "lodash": "^4.17.20"
13
13
  },
14
14
  "devDependencies": {