@atomicfinance/types 4.1.11 → 4.1.13
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 +13 -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.13 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,18 @@
|
|
|
1
1
|
# @atomicfinance/types
|
|
2
2
|
|
|
3
|
+
## 4.1.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9674167: Ensure consistent sequence numbers in funding sig verification
|
|
8
|
+
|
|
9
|
+
## 4.1.12
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 054a95e: Add Buffer.from() wrapper for React Native compatibility
|
|
14
|
+
- ebe6af2: Bump @node-dlc to 1.1.2 to fix react native buffer compatibility issues
|
|
15
|
+
|
|
3
16
|
## 4.1.11
|
|
4
17
|
|
|
5
18
|
### 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.13",
|
|
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.2",
|
|
12
|
+
"@node-dlc/messaging": "1.1.2",
|
|
13
|
+
"@node-dlc/noise": "1.1.2",
|
|
14
14
|
"lodash": "^4.17.20"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|