Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit dd6c1c0

Browse files
authored
Merge pull request #21 from unicape/develop
chore: version package
2 parents e6ee5c8 + 7e0888c commit dd6c1c0

2 files changed

Lines changed: 69 additions & 134 deletions

File tree

packages/vue/package.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "use-wagmi",
3-
"description": "Vue Composition for Ethereum",
3+
"description": "Vue Composition for Ethereum based on wagmi",
44
"license": "MIT",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/unicape/use-wagmi.git",
@@ -11,17 +11,7 @@
1111
"contributors": [
1212
"Unic Ape <94770222@qq.com>"
1313
],
14-
"homepage": "https://wagmi.sh",
15-
"funding": [
16-
{
17-
"type": "gitcoin",
18-
"url": "https://wagmi.sh/gitcoin"
19-
},
20-
{
21-
"type": "github",
22-
"url": "https://github.com/sponsors/wagmi-dev"
23-
}
24-
],
14+
"homepage": "https://github.com/unicape/use-wagmi",
2515
"type": "module",
2616
"main": "dist/index.js",
2717
"types": "dist/index.d.ts",
@@ -123,9 +113,9 @@
123113
"@tanstack/query-persist-client-core": "^4.29.11",
124114
"@tanstack/query-sync-storage-persister": "^4.29.11",
125115
"@tanstack/vue-query": "^4.29.11",
126-
"@wagmi/core": "^1.3.0",
116+
"@wagmi/core": "^1.3.1",
127117
"@wagmi/chains": "^1.3.0",
128-
"@wagmi/connectors": "^2.5.0",
118+
"@wagmi/connectors": "^2.6.0",
129119
"eventemitter3": "^4.0.7",
130120
"abitype": "0.8.7",
131121
"vue-demi": "latest"

0 commit comments

Comments
 (0)