Comparing version 0.0.0-canary-20240628164201 to 0.0.0-canary-20240806154016
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '0.0.0-canary-20240628164201'; | ||
exports.version = '0.0.0-canary-20240806154016'; | ||
//# sourceMappingURL=version.js.map |
@@ -109,3 +109,2 @@ "use strict"; | ||
type: zod_1.z.literal('fallback'), | ||
inputs: zod_1.z.tuple([]).optional(), | ||
payable: zod_1.z.boolean().optional(), | ||
@@ -112,0 +111,0 @@ stateMutability: zod_1.z.union([zod_1.z.literal('nonpayable'), zod_1.z.literal('payable')]), |
@@ -1,2 +0,2 @@ | ||
export const version = '0.0.0-canary-20240628164201'; | ||
export const version = '0.0.0-canary-20240806154016'; | ||
//# sourceMappingURL=version.js.map |
@@ -132,7 +132,2 @@ import { z } from 'zod'; | ||
/** | ||
* @deprecated use `pure` or `view` from {@link AbiStateMutability} instead | ||
* https://github.com/ethereum/solidity/issues/992 | ||
*/ | ||
inputs: z.tuple([]).optional(), | ||
/** | ||
* @deprecated use `payable` or `nonpayable` from {@link AbiStateMutability} instead | ||
@@ -139,0 +134,0 @@ * https://github.com/ethereum/solidity/issues/992 |
@@ -90,3 +90,2 @@ import type { ResolvedRegister } from './register.js'; | ||
type: 'fallback'; | ||
inputs?: readonly [] | undefined; | ||
/** | ||
@@ -93,0 +92,0 @@ * @deprecated use `payable` or `nonpayable` from {@link AbiStateMutability} instead |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.0.0-canary-20240628164201"; | ||
export declare const version = "0.0.0-canary-20240806154016"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -98,7 +98,2 @@ import { z } from 'zod'; | ||
/** | ||
* @deprecated use `pure` or `view` from {@link AbiStateMutability} instead | ||
* https://github.com/ethereum/solidity/issues/992 | ||
*/ | ||
inputs: z.ZodOptional<z.ZodTuple<[], null>>; | ||
/** | ||
* @deprecated use `payable` or `nonpayable` from {@link AbiStateMutability} instead | ||
@@ -112,3 +107,2 @@ * https://github.com/ethereum/solidity/issues/992 | ||
stateMutability: "nonpayable" | "payable"; | ||
inputs?: [] | undefined; | ||
payable?: boolean | undefined; | ||
@@ -118,3 +112,2 @@ }, { | ||
stateMutability: "nonpayable" | "payable"; | ||
inputs?: [] | undefined; | ||
payable?: boolean | undefined; | ||
@@ -124,3 +117,2 @@ }>, { | ||
stateMutability: "nonpayable" | "payable"; | ||
inputs?: [] | undefined; | ||
payable?: boolean | undefined; | ||
@@ -127,0 +119,0 @@ }, unknown>; |
{ | ||
"name": "abitype", | ||
"description": "Strict TypeScript types for Ethereum ABIs", | ||
"version": "0.0.0-canary-20240628164201", | ||
"version": "0.0.0-canary-20240806154016", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "wevm/abitype", |
@@ -167,3 +167,2 @@ import type { ResolvedRegister } from './register.js' | ||
type: 'fallback' | ||
inputs?: readonly [] | undefined | ||
/** | ||
@@ -170,0 +169,0 @@ * @deprecated use `payable` or `nonpayable` from {@link AbiStateMutability} instead |
@@ -1,1 +0,1 @@ | ||
export const version = '0.0.0-canary-20240628164201' | ||
export const version = '0.0.0-canary-20240806154016' |
@@ -164,7 +164,2 @@ import { z } from 'zod' | ||
/** | ||
* @deprecated use `pure` or `view` from {@link AbiStateMutability} instead | ||
* https://github.com/ethereum/solidity/issues/992 | ||
*/ | ||
inputs: z.tuple([]).optional(), | ||
/** | ||
* @deprecated use `payable` or `nonpayable` from {@link AbiStateMutability} instead | ||
@@ -171,0 +166,0 @@ * https://github.com/ethereum/solidity/issues/992 |
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
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
1167714
24046