Comparing version 0.10.0-canary.20230718T192634 to 0.10.0-canary.20230721T223822
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '0.10.0-canary.20230718T192634'; | ||
exports.version = '0.10.0-canary.20230721T223822'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export const version = '0.10.0-canary.20230718T192634'; | ||
export const version = '0.10.0-canary.20230721T223822'; | ||
//# sourceMappingURL=version.js.map |
@@ -36,3 +36,3 @@ import type { AbiEventParameter, AbiParameter } from '../abi.js'; | ||
indexed: true; | ||
} ? ' indexed' : ''}${TAbiParameter['name'] extends infer Name extends string ? ` ${Name}` : ''}`; | ||
} ? ' indexed' : ''}${TAbiParameter['name'] extends infer Name extends string ? Name extends '' ? '' : ` ${Name}` : ''}`; | ||
/** | ||
@@ -39,0 +39,0 @@ * Formats {@link AbiParameter} to human-readable ABI parameter. |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.10.0-canary.20230718T192634"; | ||
export declare const version = "0.10.0-canary.20230721T223822"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "abitype", | ||
"description": "Strict TypeScript types for Ethereum ABIs", | ||
"version": "0.10.0-canary.20230718T192634", | ||
"version": "0.10.0-canary.20230721T223822", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "wagmi-dev/abitype", |
@@ -48,3 +48,5 @@ import type { AbiEventParameter, AbiParameter } from '../abi.js' | ||
: ''}${TAbiParameter['name'] extends infer Name extends string | ||
? ` ${Name}` | ||
? Name extends '' | ||
? '' | ||
: ` ${Name}` | ||
: ''}` | ||
@@ -51,0 +53,0 @@ |
@@ -1,1 +0,1 @@ | ||
export const version = '0.10.0-canary.20230718T192634' | ||
export const version = '0.10.0-canary.20230721T223822' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1161518
24053