-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
92 additions
and
36 deletions.
There are no files selected for viewing
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": "@wagmi/cli", | ||
"description": "Manage and generate code from Ethereum ABIs", | ||
"version": "2.0.0-beta.5", | ||
"version": "2.0.0-beta.6", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -50,8 +50,12 @@ | |
}, | ||
"typesVersions": { | ||
"*": { | ||
"config": ["./dist/types/exports/config.d.ts"], | ||
"plugins": ["./dist/types/exports/plugins.d.ts"] | ||
"config": [ | ||
"./dist/types/exports/config.d.ts" | ||
], | ||
"plugins": [ | ||
"./dist/types/exports/plugins.d.ts" | ||
] | ||
} | ||
}, | ||
"peerDependencies": { | ||
|
@@ -89,7 +93,18 @@ | |
"fixturez": "^1.1.0", | ||
"msw": "^1.3.1" | ||
}, | ||
"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": ["wagmi", "eth", "ethereum", "dapps", "wallet", "web3", "cli"] | ||
"keywords": [ | ||
"wagmi", | ||
"eth", | ||
"ethereum", | ||
"dapps", | ||
"wallet", | ||
"web3", | ||
"cli" | ||
] | ||
} |
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 = '2.0.0-beta.5' | ||
export const version = '2.0.0-beta.6' |
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": "@wagmi/connectors", | ||
"description": "Collection of connectors for Wagmi", | ||
"version": "4.0.0-beta.5", | ||
"version": "4.0.0-beta.6", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -57,7 +57,10 @@ | |
"@wagmi/core": "workspace:*", | ||
"msw": "^1.3.1" | ||
}, | ||
"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": [ | ||
"react", | ||
|
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 = '4.0.0-beta.5' | ||
export const version = '4.0.0-beta.6' |
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": "@wagmi/core", | ||
"description": "VanillaJS library for Ethereum", | ||
"version": "2.0.0-beta.5", | ||
"version": "2.0.0-beta.6", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -56,10 +56,18 @@ | |
}, | ||
"typesVersions": { | ||
"*": { | ||
"actions": ["./dist/types/exports/actions.d.ts"], | ||
"chains": ["./dist/types/exports/chains.d.ts"], | ||
"internal": ["./dist/types/exports/internal.d.ts"], | ||
"query": ["./dist/types/exports/query.d.ts"] | ||
"actions": [ | ||
"./dist/types/exports/actions.d.ts" | ||
], | ||
"chains": [ | ||
"./dist/types/exports/chains.d.ts" | ||
], | ||
"internal": [ | ||
"./dist/types/exports/internal.d.ts" | ||
], | ||
"query": [ | ||
"./dist/types/exports/query.d.ts" | ||
] | ||
} | ||
}, | ||
"peerDependencies": { | ||
|
@@ -83,7 +91,17 @@ | |
"devDependencies": { | ||
"@tanstack/query-core": "5.0.5" | ||
}, | ||
"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": ["wagmi", "eth", "ethereum", "dapps", "wallet", "web3"] | ||
"keywords": [ | ||
"wagmi", | ||
"eth", | ||
"ethereum", | ||
"dapps", | ||
"wallet", | ||
"web3" | ||
] | ||
} |
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 = '2.0.0-beta.5' | ||
export const version = '2.0.0-beta.6' |
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": "create-wagmi", | ||
"description": "Create Wagmi apps with one command", | ||
"version": "2.0.0-beta.5", | ||
"version": "2.0.0-beta.6", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -46,7 +46,18 @@ | |
"execa": "^8.0.1", | ||
"fs-extra": "^11.1.1" | ||
}, | ||
"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": ["wagmi", "eth", "ethereum", "dapps", "wallet", "web3", "cli"] | ||
"keywords": [ | ||
"wagmi", | ||
"eth", | ||
"ethereum", | ||
"dapps", | ||
"wallet", | ||
"web3", | ||
"cli" | ||
] | ||
} |
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 = '2.0.0-beta.5' | ||
export const version = '2.0.0-beta.6' |
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
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": "wagmi", | ||
"description": "React Hooks for Ethereum", | ||
"version": "2.0.0-beta.5", | ||
"version": "2.0.0-beta.6", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -56,10 +56,18 @@ | |
}, | ||
"typesVersions": { | ||
"*": { | ||
"actions": ["./dist/types/exports/actions.d.ts"], | ||
"chains": ["./dist/types/exports/chains.d.ts"], | ||
"connectors": ["./dist/types/exports/connectors.d.ts"], | ||
"query": ["./dist/types/exports/query.d.ts"] | ||
"actions": [ | ||
"./dist/types/exports/actions.d.ts" | ||
], | ||
"chains": [ | ||
"./dist/types/exports/chains.d.ts" | ||
], | ||
"connectors": [ | ||
"./dist/types/exports/connectors.d.ts" | ||
], | ||
"query": [ | ||
"./dist/types/exports/query.d.ts" | ||
] | ||
} | ||
}, | ||
"peerDependencies": { | ||
|
@@ -87,7 +95,10 @@ | |
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"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": [ | ||
"wagmi", | ||
|
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 = '2.0.0-beta.5' | ||
export const version = '2.0.0-beta.6' |
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