emblem-vault-sdk 1.2.1 → 1.2.2

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.2.1';
684192
+ const SDK_VERSION = '1.2.2';
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.2.1';
684192
+ const SDK_VERSION = '1.2.2';
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.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/readme.md CHANGED
@@ -51,8 +51,15 @@ sdk.fetchVaultsOfType("created", TEST_ADDRESS).then(vaults => {
51
51
 
52
52
  ## Simple Html Demo
53
53
 
54
- <a href="https://emblemcompany.github.io/emblem-vault-sdk/">Simple HTML Demo</a>
54
+ View Live Demo Here(https://emblemcompany.github.io/emblem-vault-sdk/)
55
+ ```
56
+ git clone https://github.com/EmblemCompany/emblem-vault-sdk.git
57
+ cd emblem-vault-sdk/docs
58
+ open index.html
59
+ ```
55
60
 
61
+ ### Visit our #Development channel on Discord
62
+ #development (https://discord.gg/UEkrya8usj)
56
63
 
57
64
 
58
65