@ethersproject/transactions
Advanced tools
Comparing version 5.0.0-beta.134 to 5.0.0-beta.135
@@ -1,1 +0,1 @@ | ||
export declare const version = "transactions/5.0.0-beta.134"; | ||
export declare const version = "transactions/5.0.0-beta.135"; |
@@ -1,1 +0,1 @@ | ||
export const version = "transactions/5.0.0-beta.134"; | ||
export const version = "transactions/5.0.0-beta.135"; |
@@ -115,3 +115,3 @@ "use strict"; | ||
if (transaction.length !== 9 && transaction.length !== 6) { | ||
logger.throwArgumentError("invalid raw transaction", "rawTransactin", rawTransaction); | ||
logger.throwArgumentError("invalid raw transaction", "rawTransaction", rawTransaction); | ||
} | ||
@@ -118,0 +118,0 @@ const tx = { |
@@ -1,1 +0,1 @@ | ||
export declare const version = "transactions/5.0.0-beta.134"; | ||
export declare const version = "transactions/5.0.0-beta.135"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "transactions/5.0.0-beta.134"; | ||
exports.version = "transactions/5.0.0-beta.135"; |
@@ -126,3 +126,3 @@ "use strict"; | ||
if (transaction.length !== 9 && transaction.length !== 6) { | ||
logger.throwArgumentError("invalid raw transaction", "rawTransactin", rawTransaction); | ||
logger.throwArgumentError("invalid raw transaction", "rawTransaction", rawTransaction); | ||
} | ||
@@ -129,0 +129,0 @@ var tx = { |
@@ -34,5 +34,5 @@ { | ||
}, | ||
"tarballHash": "0x1a441a0ab7805cb00c9a04e3c6ddbb16e3e49e5d68833696cb081e0bd44f047a", | ||
"tarballHash": "0x4fac38a6bdeeb376ae8f40c0fd64fb4791a863009f9465e407b301b1ac376820", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.0.0-beta.134" | ||
"version": "5.0.0-beta.135" | ||
} |
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
17919