emblem-vault-sdk 1.7.9 → 1.7.10
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 +1 -1
- package/dist/index.js +1 -1
- package/docs/bundle.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +0 -2
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.
|
|
709313
|
+
const SDK_VERSION = '1.7.10';
|
|
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.
|
|
37
|
+
const SDK_VERSION = '1.7.10';
|
|
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.
|
|
709313
|
+
const SDK_VERSION = '1.7.10';
|
|
709314
709314
|
class EmblemVaultSDK {
|
|
709315
709315
|
constructor(apiKey, baseUrl) {
|
|
709316
709316
|
this.apiKey = apiKey;
|
package/package.json
CHANGED