@unique-nft/sdk
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -43,3 +43,3 @@ import Axios from 'axios'; | ||
const isSubmitTxBody = (args) => isUnsignedTxPayloadResponse(args) && !!args && "signature" in args; | ||
function sleep$1(ms) { | ||
function sleep(ms) { | ||
return new Promise((resolve) => { | ||
@@ -139,3 +139,3 @@ setTimeout(resolve, ms); | ||
} | ||
await sleep$1(this.client.params.waitBetweenStatusRequestsInMs); | ||
await sleep(this.client.params.waitBetweenStatusRequestsInMs); | ||
} | ||
@@ -555,3 +555,3 @@ throw new Error(); | ||
var version = "0.2.4"; | ||
var version = "0.2.5"; | ||
@@ -558,0 +558,0 @@ class Common extends Section { |
{ | ||
"name": "@unique-nft/sdk", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
130922