emblem-vault-sdk 1.1.2 → 1.1.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 CHANGED
@@ -684189,7 +684189,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
684189
684189
  };
684190
684190
  Object.defineProperty(exports, "__esModule", { value: true });
684191
684191
  const utils_1 = require("./utils");
684192
- const SDK_VERSION = '1.1.2';
684192
+ const SDK_VERSION = '1.1.3';
684193
684193
  class EmblemVaultSDK {
684194
684194
  constructor(apiKey, baseUrl) {
684195
684195
  this.apiKey = apiKey;
package/docs/bundle.js CHANGED
@@ -684189,7 +684189,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
684189
684189
  };
684190
684190
  Object.defineProperty(exports, "__esModule", { value: true });
684191
684191
  const utils_1 = require("./utils");
684192
- const SDK_VERSION = '1.1.2';
684192
+ const SDK_VERSION = '1.1.3';
684193
684193
  class EmblemVaultSDK {
684194
684194
  constructor(apiKey, baseUrl) {
684195
684195
  this.apiKey = apiKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emblem-vault-sdk",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -45,7 +45,7 @@ sdk.fetchMetadata(tokenId).then(metadata => {
45
45
 
46
46
  ## Simple Html Demo
47
47
 
48
- <a href="./demos/index.html">Simple HTML Demo</a>
48
+ <a href="https://emblemcompany.github.io/emblem-vault-sdk/">Simple HTML Demo</a>
49
49
 
50
50
 
51
51