@gnolang/tm2-js-client 1.2.0 → 1.2.1
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ about account management.
|
|
|
65
65
|
## Documentation
|
|
66
66
|
|
|
67
67
|
For the sake of keeping the README short and sweet, you can find the documentation and usage examples
|
|
68
|
-
for the package [here](https://
|
|
68
|
+
for the package [here](https://docs.gno.land/reference/tm2-js-client/).
|
|
69
69
|
|
|
70
70
|
## Acknowledgements
|
|
71
71
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnolang/tm2-js-client",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Tendermint2 JS / TS Client",
|
|
5
5
|
"main": "./bin/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"typescript": "^5.4.4"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@cosmjs/amino": "^0.32.
|
|
48
|
-
"@cosmjs/crypto": "^0.32.
|
|
49
|
-
"@cosmjs/ledger-amino": "^0.32.
|
|
47
|
+
"@cosmjs/amino": "^0.32.4",
|
|
48
|
+
"@cosmjs/crypto": "^0.32.4",
|
|
49
|
+
"@cosmjs/ledger-amino": "^0.32.4",
|
|
50
50
|
"@types/uuid": "^9.0.4",
|
|
51
51
|
"axios": "^1.4.0",
|
|
52
52
|
"long": "^5.2.3",
|