@dashevo/dapi-grpc 0.23.0-alpha.7 → 0.23.0-alpha.8
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# DAPI GRPC
|
|
2
2
|
|
|
3
|
-
[](https://github.com/dashpay/platform/actions/workflows/release.yml)
|
|
4
4
|
[](https://npmjs.org/package/@dashevo/dapi-grpc)
|
|
5
|
-
[](https://github.com/dashpay/platform/releases/latest)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
|
|
8
8
|
Decentralized API GRPC definition files and generated clients
|
|
@@ -135,7 +135,7 @@ Available methods :
|
|
|
135
135
|
|
|
136
136
|
## Contributing
|
|
137
137
|
|
|
138
|
-
Feel free to dive in! [Open an issue](https://github.com/
|
|
138
|
+
Feel free to dive in! [Open an issue](https://github.com/dashpay/platform/issues/new/choose) or submit PRs.
|
|
139
139
|
|
|
140
140
|
## License
|
|
141
141
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dashevo/dapi-grpc",
|
|
3
|
-
"version": "0.23.0-alpha.
|
|
3
|
+
"version": "0.23.0-alpha.8",
|
|
4
4
|
"description": "DAPI GRPC definition file and generated clients",
|
|
5
5
|
"browser": "browser.js",
|
|
6
6
|
"main": "node.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://github.com/dashevo/dapi-grpc#readme",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@dashevo/grpc-common": "0.23.0-alpha.
|
|
36
|
+
"@dashevo/grpc-common": "0.23.0-alpha.8",
|
|
37
37
|
"@dashevo/protobufjs": "6.10.5",
|
|
38
38
|
"@grpc/grpc-js": "^1.3.7",
|
|
39
39
|
"google-protobuf": "^3.12.2",
|