-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6bc52e6
commit 0328d5c
Showing
4 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "abitype", | ||
"description": "Strict TypeScript types for Ethereum ABIs", | ||
"version": "0.10.3", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"repository": "wevm/abitype", | ||
"scripts": { | ||
|
@@ -51,8 +51,12 @@ | |
}, | ||
"typesVersions": { | ||
"*": { | ||
"abis": ["./dist/types/exports/abis.d.ts"], | ||
"zod": ["./dist/types/exports/zod.d.ts"] | ||
"abis": [ | ||
"./dist/types/exports/abis.d.ts" | ||
], | ||
"zod": [ | ||
"./dist/types/exports/zod.d.ts" | ||
] | ||
} | ||
}, | ||
"peerDependencies": { | ||
|
@@ -72,7 +76,10 @@ | |
"ethers": "^6.5.1", | ||
"zod": "^3.22.4" | ||
}, | ||
"contributors": ["awkweb.eth <[email protected]>", "jxom.eth <[email protected]>"], | ||
"contributors": [ | ||
"awkweb.eth <[email protected]>", | ||
"jxom.eth <[email protected]>" | ||
], | ||
"funding": "https://github.com/sponsors/wevm", | ||
"keywords": [ | ||
"abi", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const version = '0.10.3' | ||
export const version = '1.0.0' |
0328d5c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
abitype – ./
abitype.vercel.app
abitype-git-main-wagmi-dev.vercel.app
abitype.dev
abitype-wagmi-dev.vercel.app