Comparing version 0.10.0-canary.20230728T073407 to 0.10.0-canary.20230808T104015
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '0.10.0-canary.20230728T073407'; | ||
exports.version = '0.10.0-canary.20230808T104015'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export const version = '0.10.0-canary.20230728T073407'; | ||
export const version = '0.10.0-canary.20230808T104015'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.10.0-canary.20230728T073407"; | ||
export declare const version = "0.10.0-canary.20230808T104015"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "abitype", | ||
"description": "Strict TypeScript types for Ethereum ABIs", | ||
"version": "0.10.0-canary.20230728T073407", | ||
"version": "0.10.0-canary.20230808T104015", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "wagmi-dev/abitype", |
@@ -44,3 +44,3 @@ <br/> | ||
```ts | ||
import type { AbiParametersToPrimitiveTypes, ExtractAbiFunctions, ExtractAbiFunctionNames } from 'abitype' | ||
import type { AbiParametersToPrimitiveTypes, ExtractAbiFunction, ExtractAbiFunctionNames } from 'abitype' | ||
import { erc20Abi } from 'abitype/test' | ||
@@ -47,0 +47,0 @@ |
@@ -1,1 +0,1 @@ | ||
export const version = '0.10.0-canary.20230728T073407' | ||
export const version = '0.10.0-canary.20230808T104015' |
1165463