emblem-vault-sdk 1.7.9 → 1.7.11

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
@@ -709310,7 +709310,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
709310
709310
  Object.defineProperty(exports, "__esModule", { value: true });
709311
709311
  const bignumber_1 = require("@ethersproject/bignumber");
709312
709312
  const utils_1 = require("./utils");
709313
- const SDK_VERSION = '1.7.9';
709313
+ const SDK_VERSION = '1.7.11';
709314
709314
  class EmblemVaultSDK {
709315
709315
  constructor(apiKey, baseUrl) {
709316
709316
  this.apiKey = apiKey;
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
35
  const bignumber_1 = require("@ethersproject/bignumber");
36
36
  const utils_1 = require("./utils");
37
- const SDK_VERSION = '1.7.9';
37
+ const SDK_VERSION = '1.7.11';
38
38
  class EmblemVaultSDK {
39
39
  constructor(apiKey, baseUrl) {
40
40
  this.apiKey = apiKey;
package/docs/bundle.js CHANGED
@@ -709310,7 +709310,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
709310
709310
  Object.defineProperty(exports, "__esModule", { value: true });
709311
709311
  const bignumber_1 = require("@ethersproject/bignumber");
709312
709312
  const utils_1 = require("./utils");
709313
- const SDK_VERSION = '1.7.9';
709313
+ const SDK_VERSION = '1.7.11';
709314
709314
  class EmblemVaultSDK {
709315
709315
  constructor(apiKey, baseUrl) {
709316
709316
  this.apiKey = apiKey;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emblem-vault-sdk",
3
- "version": "1.7.9",
3
+ "version": "1.7.11",
4
4
  "description": "Emblem Vault Software Development Kit",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/index.ts CHANGED
@@ -279,8 +279,6 @@ class EmblemVaultSDK {
279
279
  async contentTypeReport(url: string) {
280
280
  return await checkContentType(url)
281
281
  }
282
-
283
-
284
282
  }
285
283
 
286
284
  declare global {