ecash-agora 2.6.6 → 2.6.7

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
@@ -251,3 +251,7 @@ Running from `bitcoin-abc/modules/ecash-agora` if your build dir is `bitcoin-abc
251
251
  ### 2.6.6
252
252
 
253
253
  - Publish to catch updated `chronik-client` dep [D18976](https://reviews.bitcoinabc.org/D18976)
254
+
255
+ ### 2.6.7
256
+
257
+ - Publish to catch updated `chronik-client` and `ecash-wallet` deps [D18995](https://reviews.bitcoinabc.org/D18995)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecash-agora",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "description": "Library for interacting with the eCash Agora protocol",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -43,8 +43,8 @@
43
43
  "typescript": "^5.4.3"
44
44
  },
45
45
  "dependencies": {
46
- "chronik-client": "3.5.0",
46
+ "chronik-client": "3.6.1",
47
47
  "ecash-lib": "4.5.2",
48
- "ecash-wallet": "2.3.4"
48
+ "ecash-wallet": "2.3.5"
49
49
  }
50
50
  }