ecash-agora 3.0.0 → 3.0.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 +9 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -290,7 +290,7 @@ Running from `bitcoin-abc/modules/ecash-agora` if your build dir is `bitcoin-abc
|
|
|
290
290
|
|
|
291
291
|
### 2.6.16
|
|
292
292
|
|
|
293
|
-
- Publish to catch
|
|
293
|
+
- Publish to catch updated `ecash-wallet` breaking change `4.0.0` [D19476](https://reviews.bitcoinabc.org/D19476)
|
|
294
294
|
|
|
295
295
|
### 2.7.0 [D19491](https://reviews.bitcoinabc.org/D19491)
|
|
296
296
|
|
|
@@ -302,3 +302,11 @@ Running from `bitcoin-abc/modules/ecash-agora` if your build dir is `bitcoin-abc
|
|
|
302
302
|
**BREAKING CHANGE**
|
|
303
303
|
|
|
304
304
|
- Default to 64-bit ints for all created offers
|
|
305
|
+
|
|
306
|
+
### 3.0.1 [D19556](https://reviews.bitcoinabc.org/D19556)
|
|
307
|
+
|
|
308
|
+
- Publish to catch updated `ecash-wallet`
|
|
309
|
+
|
|
310
|
+
### 3.0.2 [D19600](https://reviews.bitcoinabc.org/D19600)
|
|
311
|
+
|
|
312
|
+
- Upgrade to `ecash-wallet` 4.1.0 and `ecash-lib` 4.8.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ecash-agora",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
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": "4.
|
|
47
|
+
"ecash-lib": "4.8.0",
|
|
48
|
+
"ecash-wallet": "4.1.0"
|
|
49
49
|
}
|
|
50
50
|
}
|