Comparing version 0.8.10 to 0.8.11
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '0.8.10'; | ||
exports.version = '0.8.11'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export const version = '0.8.10'; | ||
export const version = '0.8.11'; | ||
//# sourceMappingURL=version.js.map |
@@ -134,8 +134,6 @@ import type { ResolvedConfig } from './config.js'; | ||
*/ | ||
export type TypedData = Pretty<{ | ||
[key: string]: readonly TypedDataParameter[]; | ||
} & { | ||
[_ in TypedDataType]?: never | undefined; | ||
export type TypedData = Pretty<Record<string, readonly TypedDataParameter[]> & { | ||
[_ in TypedDataType]?: never; | ||
}>; | ||
export {}; | ||
//# sourceMappingURL=abi.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.8.10"; | ||
export declare const version = "0.8.11"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "0.8.10", | ||
"version": "0.8.11", | ||
"files": [ | ||
@@ -16,0 +16,0 @@ "dist", |
@@ -243,8 +243,6 @@ import type { ResolvedConfig } from './config.js' | ||
export type TypedData = Pretty< | ||
{ | ||
[key: string]: readonly TypedDataParameter[] | ||
} & { | ||
Record<string, readonly TypedDataParameter[]> & { | ||
// Disallow `TypedDataType` as key names (e.g. `address`) | ||
[_ in TypedDataType]?: never | undefined | ||
[_ in TypedDataType]?: never | ||
} | ||
> |
@@ -1,1 +0,1 @@ | ||
export const version = '0.8.10' | ||
export const version = '0.8.11' |
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
1140509
23544