@mintbase-js/sdk
Advanced tools
Comparing version 0.0.5-sdk-documentation-improvement.0 to 0.0.5-sdk-documentation-improvement.1
@@ -16,3 +16,3 @@ "use strict"; | ||
if (addMinters.length === 0 && removeMinters.length === 0) { | ||
throw new Error('There are no minters being provided to the batchChangeMinters method to be changed'); | ||
throw new Error('There are no minters being provided to the batchChangeMinters method to be changed, try adding account Ids to at least one of the minter fields)'); | ||
} | ||
@@ -19,0 +19,0 @@ return { |
@@ -15,3 +15,3 @@ "use strict"; | ||
if (nftContractId == null) { | ||
throw new Error('You must provide a nftContractId or define a NFT_CONTRACT_ID enviroment variable to default to'); | ||
throw new Error('You must provide a nftContractId or define a NFT_CONTRACT_ID environment variable to default to'); | ||
} | ||
@@ -18,0 +18,0 @@ if (splits) { |
@@ -14,3 +14,3 @@ "use strict"; | ||
if (nftContractId == null) { | ||
throw new Error('You must provide a nftContractId or define a NFT_CONTRACT_ID enviroment variable to default to'); | ||
throw new Error('You must provide a nftContractId or define a NFT_CONTRACT_ID environment variable to default to'); | ||
} | ||
@@ -17,0 +17,0 @@ return { |
{ | ||
"name": "@mintbase-js/sdk", | ||
"version": "0.0.5-sdk-documentation-improvement.0", | ||
"version": "0.0.5-sdk-documentation-improvement.1", | ||
"description": "Core functions for Mintbase JS SDK", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "7756f9f7348590326b857b1f68970733020b7e93" | ||
"gitHead": "f596ca370674e2e1b145f038967d7f2b30c6abf3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
83587