Comparing version 1.0.5 to 1.0.6
@@ -326,3 +326,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const res = yield this.arweave.api.post('/graphql', { query }, { headers: { 'content-type': 'application/json' } }); | ||
const res = yield this.arweave.api.post('graphql', { query }, { headers: { 'content-type': 'application/json' } }); | ||
this.log('Returned result: '); | ||
@@ -329,0 +329,0 @@ this.log(res.data.data); |
{ | ||
"name": "ardb", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "lib/ardb.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/cedriking/ardb.git", |
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
31982