emblem-vault-sdk 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +2 -2
- package/dist/curated/metadata.json +684176 -0
- package/dist/index.js +109 -18
- package/dist/utils.js +514 -0
- package/docs/bundle.js +2 -2
- package/package.json +2 -2
- package/script/version.js +1 -1
- package/src/index.ts +1 -1
- package/tsconfig.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -684212,7 +684212,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
684212
684212
|
};
|
|
684213
684213
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
684214
684214
|
const utils_1 = require("./utils");
|
|
684215
|
-
const SDK_VERSION = '1.4.
|
|
684215
|
+
const SDK_VERSION = '1.4.2';
|
|
684216
684216
|
class EmblemVaultSDK {
|
|
684217
684217
|
constructor(apiKey, baseUrl) {
|
|
684218
684218
|
this.apiKey = apiKey;
|
|
@@ -684243,7 +684243,7 @@ class EmblemVaultSDK {
|
|
|
684243
684243
|
}
|
|
684244
684244
|
// ** Curated **
|
|
684245
684245
|
//
|
|
684246
|
-
|
|
684246
|
+
fetchCuratedContractsz(hideUnMintable = false, overrideFunc = false) {
|
|
684247
684247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
684248
684248
|
let url = `${this.baseUrl}/curated`;
|
|
684249
684249
|
// Fetch using URL or override function
|