-
-
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.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2d5e1a9
commit 6cd72d0
Showing
20 changed files
with
160 additions
and
60 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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": "@wagmi/cli", | ||
"description": "Manage and generate code from Ethereum ABIs", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"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": { | ||
|
@@ -90,7 +94,18 @@ | |
"fixturez": "^1.1.0", | ||
"msw": "^2.2.14" | ||
}, | ||
"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.1.8' | ||
export const version = '2.1.9' |
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/connectors", | ||
"description": "Collection of connectors for Wagmi", | ||
"version": "5.0.10", | ||
"version": "5.0.11", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -57,7 +57,10 @@ | |
"@wagmi/core": "workspace:*", | ||
"msw": "^2.2.14" | ||
}, | ||
"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 = '5.0.10' | ||
export const version = '5.0.11' |
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/core", | ||
"description": "VanillaJS library for Ethereum", | ||
"version": "2.10.5", | ||
"version": "2.10.6", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -65,12 +65,24 @@ | |
}, | ||
"typesVersions": { | ||
"*": { | ||
"actions": ["./dist/types/exports/actions.d.ts"], | ||
"chains": ["./dist/types/exports/chains.d.ts"], | ||
"codegen": ["./dist/types/exports/codegen.d.ts"], | ||
"experimental": ["./dist/types/exports/experimental.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" | ||
], | ||
"codegen": [ | ||
"./dist/types/exports/codegen.d.ts" | ||
], | ||
"experimental": [ | ||
"./dist/types/exports/experimental.d.ts" | ||
], | ||
"internal": [ | ||
"./dist/types/exports/internal.d.ts" | ||
], | ||
"query": [ | ||
"./dist/types/exports/query.d.ts" | ||
] | ||
} | ||
}, | ||
"peerDependencies": { | ||
|
@@ -94,7 +106,17 @@ | |
"devDependencies": { | ||
"@tanstack/query-core": ">=5.35.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"] | ||
"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.10.5' | ||
export const version = '2.10.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "wagmi", | ||
"description": "React Hooks for Ethereum", | ||
"version": "2.9.11", | ||
"version": "2.9.12", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -66,12 +66,24 @@ | |
}, | ||
"typesVersions": { | ||
"*": { | ||
"actions": ["./dist/types/exports/actions.d.ts"], | ||
"chains": ["./dist/types/exports/chains.d.ts"], | ||
"codegen": ["./dist/types/exports/codegen.d.ts"], | ||
"connectors": ["./dist/types/exports/connectors.d.ts"], | ||
"experimental": ["./dist/types/exports/experimental.d.ts"], | ||
"query": ["./dist/types/exports/query.d.ts"] | ||
"actions": [ | ||
"./dist/types/exports/actions.d.ts" | ||
], | ||
"chains": [ | ||
"./dist/types/exports/chains.d.ts" | ||
], | ||
"codegen": [ | ||
"./dist/types/exports/codegen.d.ts" | ||
], | ||
"connectors": [ | ||
"./dist/types/exports/connectors.d.ts" | ||
], | ||
"experimental": [ | ||
"./dist/types/exports/experimental.d.ts" | ||
], | ||
"query": [ | ||
"./dist/types/exports/query.d.ts" | ||
] | ||
} | ||
}, | ||
"peerDependencies": { | ||
|
@@ -99,7 +111,10 @@ | |
"react": ">=18.3.1", | ||
"react-dom": ">=18.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", | ||
|
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.9.11' | ||
export const version = '2.9.12' |
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 |
---|---|---|
|
@@ -46,8 +46,12 @@ | |
}, | ||
"typesVersions": { | ||
"*": { | ||
"react": ["./dist/types/exports/react.d.ts"], | ||
"vue": ["./dist/types/exports/vue.d.ts"] | ||
"react": [ | ||
"./dist/types/exports/react.d.ts" | ||
], | ||
"vue": [ | ||
"./dist/types/exports/vue.d.ts" | ||
] | ||
} | ||
}, | ||
"peerDependencies": { | ||
|
@@ -111,7 +115,16 @@ | |
"vue": ">=3.4.21", | ||
"wagmi": "workspace:*" | ||
}, | ||
"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": ["eth", "ethereum", "dapps", "wallet", "web3"] | ||
"keywords": [ | ||
"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
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/vue", | ||
"description": "Vue Composables for Ethereum", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -61,11 +61,21 @@ | |
}, | ||
"typesVersions": { | ||
"*": { | ||
"actions": ["./dist/types/exports/actions.d.ts"], | ||
"chains": ["./dist/types/exports/chains.d.ts"], | ||
"connectors": ["./dist/types/exports/connectors.d.ts"], | ||
"nuxt": ["./dist/types/exports/nuxt.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" | ||
], | ||
"nuxt": [ | ||
"./dist/types/exports/nuxt.d.ts" | ||
], | ||
"query": [ | ||
"./dist/types/exports/query.d.ts" | ||
] | ||
} | ||
}, | ||
"peerDependencies": { | ||
|
@@ -95,7 +105,10 @@ | |
"vue": ">=3.4.21", | ||
"vue-tsc": "^2.0.6" | ||
}, | ||
"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 = '0.0.14' | ||
export const version = '0.0.15' |