ecash-agora 4.0.0 → 4.0.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.
- package/README.md +4 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -324,3 +324,7 @@ Running from `bitcoin-abc/modules/ecash-agora` if your build dir is `bitcoin-abc
|
|
|
324
324
|
**BREAKING CHANGE**
|
|
325
325
|
|
|
326
326
|
- Upgrade to `ecash-wallet` 5.0.0, which requires chronik >= 0.32.10
|
|
327
|
+
|
|
328
|
+
### 4.0.1 [D19777](https://reviews.bitcoinabc.org/D19777)
|
|
329
|
+
|
|
330
|
+
- Upgrade to `ecash-wallet` 5.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ecash-agora",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Library for interacting with the eCash Agora protocol",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"chronik-client": "4.1.0",
|
|
47
|
-
"ecash-lib": "4.
|
|
48
|
-
"ecash-wallet": "5.
|
|
47
|
+
"ecash-lib": "4.12.0",
|
|
48
|
+
"ecash-wallet": "5.2.0"
|
|
49
49
|
}
|
|
50
50
|
}
|