@radixdlt/networking
Advanced tools
Comparing version 1.0.35 to 1.0.36
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.36](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/networking@1.0.35...@radixdlt/networking@1.0.36) (2021-06-22) | ||
**Note:** Version bump only for package @radixdlt/networking | ||
## [1.0.35](https://github.com/radixdlt/radixdlt-javascript/compare/@radixdlt/networking@1.0.34...@radixdlt/networking@1.0.35) (2021-06-21) | ||
@@ -8,0 +16,0 @@ |
@@ -76,3 +76,3 @@ "use strict"; | ||
console.log( | ||
`sending to ${endpoint}: ${JSON.stringify( | ||
`calling ${method} at ${endpoint} with: ${JSON.stringify( | ||
filteredParams, | ||
@@ -88,3 +88,3 @@ null, | ||
util_1.log.info(`Response from ${method} call: ${JSON.stringify(response, null, 2)}`); | ||
//console.log(`response for ${endpoint} `, JSON.stringify(response, null, 2)) | ||
// console.log(`response for ${method} at ${endpoint}`, JSON.stringify(response, null, 2)) | ||
// TODO validate response | ||
@@ -91,0 +91,0 @@ return response; |
{ | ||
"name": "@radixdlt/networking", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"description": "Requesting and sending data from/to Radix Core RPC API over HTTP(s).", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"@open-rpc/schema-utils-js": "^1.14.3", | ||
"@radixdlt/open-rpc-spec": "^1.0.2", | ||
"@radixdlt/open-rpc-spec": "^1.0.10", | ||
"@radixdlt/util": "^1.0.29", | ||
@@ -39,3 +39,3 @@ "@types/uuid": "^8.3.0", | ||
}, | ||
"gitHead": "395316f366eb7e488b731c50f3b998d22162307b" | ||
"gitHead": "cea75fcfaa33b081fa550f32464ac2a55252a4b3" | ||
} |
@@ -96,3 +96,3 @@ import { | ||
console.log( | ||
`sending to ${endpoint}: ${JSON.stringify( | ||
`calling ${method} at ${endpoint} with: ${JSON.stringify( | ||
filteredParams, | ||
@@ -119,3 +119,3 @@ null, | ||
//console.log(`response for ${endpoint} `, JSON.stringify(response, null, 2)) | ||
// console.log(`response for ${method} at ${endpoint}`, JSON.stringify(response, null, 2)) | ||
// TODO validate response | ||
@@ -122,0 +122,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
296592