ecash-agora 2.6.14 → 2.6.15

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 +3 -3
package/README.md CHANGED
@@ -283,3 +283,7 @@ Running from `bitcoin-abc/modules/ecash-agora` if your build dir is `bitcoin-abc
283
283
  ### 2.6.14
284
284
 
285
285
  - Publish to catch updated `ecash-wallet` 3.9.0 dep [D19406](https://reviews.bitcoinabc.org/D19406)
286
+
287
+ ### 2.6.15
288
+
289
+ - Publish to catch updated `ecash-lib` and `ecash-wallet` after support for arbitrary prefixes [D19451](https://reviews.bitcoinabc.org/D19451)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecash-agora",
3
- "version": "2.6.14",
3
+ "version": "2.6.15",
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.6.0",
48
- "ecash-wallet": "3.9.0"
47
+ "ecash-lib": "4.7.0",
48
+ "ecash-wallet": "3.10.0"
49
49
  }
50
50
  }