@ethersproject/abstract-signer
Advanced tools
Comparing version 5.0.13 to 5.0.14
@@ -1,2 +0,2 @@ | ||
export declare const version = "abstract-signer/5.0.13"; | ||
export declare const version = "abstract-signer/5.0.14"; | ||
//# sourceMappingURL=_version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = "abstract-signer/5.0.13"; | ||
export const version = "abstract-signer/5.0.14"; | ||
//# sourceMappingURL=_version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "abstract-signer/5.0.13"; | ||
export declare const version = "abstract-signer/5.0.14"; | ||
//# sourceMappingURL=_version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "abstract-signer/5.0.13"; | ||
exports.version = void 0; | ||
exports.version = "abstract-signer/5.0.14"; | ||
//# sourceMappingURL=_version.js.map |
@@ -6,6 +6,8 @@ "use strict"; | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -53,2 +55,3 @@ function __() { this.constructor = d; } | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VoidSigner = exports.Signer = void 0; | ||
var properties_1 = require("@ethersproject/properties"); | ||
@@ -55,0 +58,0 @@ var logger_1 = require("@ethersproject/logger"); |
@@ -22,3 +22,3 @@ { | ||
], | ||
"gitHead": "bcda16df1d98b92af824026f8c3a0dfe5ebbf35d", | ||
"gitHead": "6c43e20e7a68f3f5a141c74527ec63d9fe8458be", | ||
"keywords": [ | ||
@@ -44,5 +44,5 @@ "Ethereum", | ||
"sideEffects": false, | ||
"tarballHash": "0x3555d81b93f332b82da7387bccaaab837cccaa6f3b03ced954a556506a9d213f", | ||
"tarballHash": "0xf8e1dbd98c37e7a6ee8b2443528a1515a9a4d183a957c0d42acfcd0cd137af28", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.13" | ||
"version": "5.0.14" | ||
} |
@@ -1,1 +0,1 @@ | ||
export const version = "abstract-signer/5.0.13"; | ||
export const version = "abstract-signer/5.0.14"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62749
899