ecash-agora 4.2.1 → 4.2.2
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
|
@@ -344,3 +344,7 @@ Running from `bitcoin-abc/modules/ecash-agora` if your build dir is `bitcoin-abc
|
|
|
344
344
|
### 4.2.1 [D20201](https://reviews.bitcoinabc.org/D20201)
|
|
345
345
|
|
|
346
346
|
- Upgrade to `ecash-lib` 4.13.0 for Next.js-friendly WASM loading (embedded base64 on Node.js as well as the browser)
|
|
347
|
+
|
|
348
|
+
### 4.2.2 [D20222](https://reviews.bitcoinabc.org/D20222)
|
|
349
|
+
|
|
350
|
+
- Upgrade to `ecash-wallet` 5.6.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ecash-agora",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "Library for interacting with the eCash Agora protocol",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"typescript": "^5.9.3"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"chronik-client": "^4.3.0",
|
|
39
38
|
"ecash-lib": "^4.13.0",
|
|
40
|
-
"
|
|
39
|
+
"chronik-client": "^4.3.0",
|
|
40
|
+
"ecash-wallet": "^5.6.0"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsc && tsc -p ./tsconfig.build.json",
|