deso-protocol
Advanced tools
Comparing version 0.2.1 to 0.2.2-beta.1
{ | ||
"name": "deso-protocol", | ||
"version": "0.2.1", | ||
"version": "0.2.2-beta.1", | ||
"type": "commonjs", | ||
"dependencies": { | ||
"deso-protocol-types": "^0.2.1", | ||
"deso-protocol-types": "0.3.0-beta.3", | ||
"axios": "^0.25.0" | ||
@@ -8,0 +8,0 @@ }, |
@@ -12,8 +12,2 @@ "use strict"; | ||
async getPostsForPublicKey(request) { | ||
// const request: Partial<GetPostsForPublicKeyRequest> = { | ||
// PublicKeyBase58Check: '', | ||
// Username, | ||
// ReaderPublicKeyBase58Check, | ||
// NumToFetch: 10, | ||
// }; | ||
return (await axios_1.default.post(`${this.node.getUri()}/get-posts-for-public-key`, request)).data; | ||
@@ -20,0 +14,0 @@ } |
Sorry, the diff of this file is not supported yet
123667
1589
+ Addeddeso-protocol-types@0.3.0-beta.3(transitive)
- Removeddeso-protocol-types@0.2.1(transitive)