@gardenfi/utils 2.0.6-beta.16 → 2.0.6-beta.18
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/index101.cjs +1 -1
- package/dist/index101.js +11 -10
- package/dist/index102.cjs +1 -1
- package/dist/index102.js +17 -18
- package/dist/index103.cjs +1 -1
- package/dist/index103.js +641 -6
- package/dist/index104.cjs +1 -1
- package/dist/index104.js +170 -10
- package/dist/index105.cjs +1 -1
- package/dist/index105.js +126 -17
- package/dist/index106.cjs +2 -1
- package/dist/index106.js +3 -644
- package/dist/index107.cjs +1 -1
- package/dist/index107.js +36 -170
- package/dist/index108.cjs +1 -1
- package/dist/index108.js +2 -128
- package/dist/index109.cjs +1 -2
- package/dist/index109.js +2 -3
- package/dist/index110.cjs +1 -1
- package/dist/index110.js +33 -34
- package/dist/index111.cjs +1 -1
- package/dist/index111.js +12 -2
- package/dist/index112.cjs +1 -1
- package/dist/index112.js +20 -2
- package/dist/index113.cjs +1 -1
- package/dist/index113.js +8 -37
- package/dist/index116.cjs +1 -1
- package/dist/index116.js +1 -1
- package/dist/index117.cjs +1 -1
- package/dist/index117.js +1 -1
- package/dist/index20.cjs +1 -1
- package/dist/index20.js +1 -1
- package/dist/index21.cjs +1 -1
- package/dist/index21.js +2 -2
- package/dist/index22.cjs +1 -1
- package/dist/index22.js +1 -1
- package/dist/index23.cjs +1 -1
- package/dist/index23.js +3 -3
- package/dist/index32.cjs +1 -1
- package/dist/index32.js +1 -1
- package/dist/index33.cjs +1 -1
- package/dist/index33.js +1 -1
- package/dist/index36.cjs +1 -1
- package/dist/index36.js +1 -1
- package/dist/index42.cjs +1 -1
- package/dist/index42.js +1 -1
- package/dist/index44.cjs +1 -1
- package/dist/index44.js +1 -1
- package/dist/index49.cjs +1 -1
- package/dist/index49.js +1 -1
- package/dist/index60.cjs +1 -1
- package/dist/index60.js +1 -1
- package/dist/index61.cjs +1 -1
- package/dist/index61.js +1 -1
- package/dist/index62.cjs +2 -1
- package/dist/index62.js +57 -38
- package/dist/index63.cjs +1 -1
- package/dist/index63.js +21 -34
- package/dist/index64.cjs +1 -1
- package/dist/index64.js +37 -66
- package/dist/index65.cjs +1 -1
- package/dist/index65.js +34 -112
- package/dist/index66.cjs +1 -1
- package/dist/index66.js +63 -61
- package/dist/index67.cjs +1 -1
- package/dist/index67.js +113 -2
- package/dist/index68.cjs +1 -1
- package/dist/index68.js +66 -15
- package/dist/index69.cjs +1 -1
- package/dist/index69.js +2 -224
- package/dist/index70.cjs +1 -1
- package/dist/index70.js +13 -228
- package/dist/index71.cjs +1 -2
- package/dist/index71.js +220 -56
- package/dist/index72.cjs +1 -1
- package/dist/index72.js +228 -18
- package/dist/index74.cjs +1 -1
- package/dist/index74.js +2 -2
- package/dist/index77.cjs +1 -1
- package/dist/index77.js +1 -1
- package/dist/index78.cjs +1 -1
- package/dist/index78.js +3 -3
- package/dist/index85.cjs +1 -1
- package/dist/index85.js +5 -5
- package/dist/index88.cjs +1 -1
- package/dist/index88.js +2 -2
- package/dist/index9.cjs +1 -1
- package/dist/index9.js +41 -49
- package/dist/index91.cjs +1 -1
- package/dist/index91.js +1 -1
- package/dist/index93.cjs +1 -1
- package/dist/index93.js +1 -1
- package/dist/index94.cjs +1 -1
- package/dist/index94.js +1 -1
- package/dist/index98.cjs +1 -1
- package/dist/index98.js +2 -2
- package/dist/index99.cjs +1 -1
- package/dist/index99.js +1 -1
- package/package.json +1 -1
package/dist/index99.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index57.cjs"),e=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index57.cjs"),e=require("./index62.cjs");class i extends e.BaseError{constructor({domain:r}){super(`Invalid domain "${s.stringify(r)}".`,{metaMessages:["Must be a valid EIP-712 domain."]})}}class o extends e.BaseError{constructor({primaryType:r,types:a}){super(`Invalid primary type \`${r}\` must be one of \`${JSON.stringify(Object.keys(a))}\`.`,{docsPath:"/api/glossary/Errors#typeddatainvalidprimarytypeerror",metaMessages:["Check that the primary type is a key in `types`."]})}}class n extends e.BaseError{constructor({type:r}){super(`Struct type "${r}" is invalid.`,{metaMessages:["Struct type must not be a Solidity type."],name:"InvalidStructTypeError"})}}exports.InvalidDomainError=i;exports.InvalidPrimaryTypeError=o;exports.InvalidStructTypeError=n;
|
package/dist/index99.js
CHANGED