ecash-agora 2.6.11 → 2.6.12

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -271,3 +271,7 @@ Running from `bitcoin-abc/modules/ecash-agora` if your build dir is `bitcoin-abc
271
271
  ### 2.6.11
272
272
 
273
273
  - Publish to catch updated `ecash-wallet` dep [D19357](https://reviews.bitcoinabc.org/D19357)
274
+
275
+ ### 2.6.12
276
+
277
+ - Publish to catch updated `ecash-wallet` dep [D19372](https://reviews.bitcoinabc.org/D19372)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecash-agora",
3
- "version": "2.6.11",
3
+ "version": "2.6.12",
4
4
  "description": "Library for interacting with the eCash Agora protocol",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -45,6 +45,6 @@
45
45
  "dependencies": {
46
46
  "chronik-client": "4.1.0",
47
47
  "ecash-lib": "4.5.2",
48
- "ecash-wallet": "3.6.0"
48
+ "ecash-wallet": "3.6.1"
49
49
  }
50
50
  }