@stacks/network
Advanced tools
Comparing version 3.5.1-beta.0 to 3.5.1-beta.1
@@ -51,3 +51,3 @@ "use strict"; | ||
const nameLookupURL = `${this.bnsLookupUrl}/v1/names/${fullyQualifiedName}`; | ||
return common_1.fetchPrivate(nameLookupURL) | ||
return (0, common_1.fetchPrivate)(nameLookupURL) | ||
.then(resp => { | ||
@@ -54,0 +54,0 @@ if (resp.status === 404) { |
{ | ||
"name": "@stacks/network", | ||
"version": "3.5.1-beta.0", | ||
"version": "3.5.1-beta.1", | ||
"description": "Library for Stacks network operations", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@stacks/common": "^3.5.1-beta.0" | ||
"@stacks/common": "^3.3.0" | ||
}, | ||
@@ -67,3 +67,3 @@ "devDependencies": { | ||
"unpkg": "dist/umd/index.js", | ||
"gitHead": "1b5f2acfcb51c551b8f21de5356e96c50c163b0f" | ||
"gitHead": "191f4a492cbf6d3b20462dc9d935155c2bed330a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
361922
3
13
Updated@stacks/common@^3.3.0