@atomicfinance/types 4.1.8 → 4.1.10
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/CHANGELOG.md +12 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @atomicfinance/types@4.1.
|
|
3
|
+
> @atomicfinance/types@4.1.10 build /Users/matthewblack/code/github.com/AtomicFinance/bitcoin-abstraction-layer/packages/types
|
|
4
4
|
> ../../node_modules/.bin/tsc --project tsconfig.json
|
|
5
5
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atomicfinance/types
|
|
2
2
|
|
|
3
|
+
## 4.1.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 99f0550: Bump @node-dlc to 1.1.1 and ensure consistent oraclePublicKey
|
|
8
|
+
|
|
9
|
+
## 4.1.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 58031b0: React native compatibility
|
|
14
|
+
|
|
3
15
|
## 4.1.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atomicfinance/types",
|
|
3
3
|
"umdName": "Types",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.10",
|
|
5
5
|
"description": "Bitcoin Abstraction Layer Types",
|
|
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
|
-
"@node-dlc/bitcoin": "1.1.
|
|
12
|
-
"@node-dlc/messaging": "1.1.
|
|
13
|
-
"@node-dlc/noise": "1.1.
|
|
11
|
+
"@node-dlc/bitcoin": "1.1.1",
|
|
12
|
+
"@node-dlc/messaging": "1.1.1",
|
|
13
|
+
"@node-dlc/noise": "1.1.1",
|
|
14
14
|
"lodash": "^4.17.20"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|