@privy-io/wagmi 2.1.3 → 2.2.0-beta-20260114184632
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +21 -21
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privy-io/wagmi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0-beta-20260114184632",
|
|
4
4
|
"description": "Wagmi bindings for the react client",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"privy",
|
|
@@ -28,28 +28,12 @@
|
|
|
28
28
|
"LICENSE",
|
|
29
29
|
"README.md"
|
|
30
30
|
],
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build:types": "rollup --config rollup.types.mjs",
|
|
33
|
-
"build:code": "rollup --config rollup.build.mjs",
|
|
34
|
-
"check-types": "tsc --noEmit",
|
|
35
|
-
"clean": "rm -rf dist .turbo .swc",
|
|
36
|
-
"clean:reset": "rm -rf dist .turbo .swc node_modules",
|
|
37
|
-
"dev:code": "rollup --config rollup.dev.mjs --watch",
|
|
38
|
-
"dev:types": "rollup --config rollup.types.mjs --watch",
|
|
39
|
-
"format": "eslint src --fix",
|
|
40
|
-
"lint": "eslint src",
|
|
41
|
-
"test": "jest"
|
|
42
|
-
},
|
|
43
31
|
"browserslist": [
|
|
44
32
|
"defaults",
|
|
45
33
|
"node >= 18",
|
|
46
34
|
"not op_mini all"
|
|
47
35
|
],
|
|
48
36
|
"devDependencies": {
|
|
49
|
-
"@privy-io/build-config": "*",
|
|
50
|
-
"@privy-io/eslint-config-custom": "*",
|
|
51
|
-
"@privy-io/react-auth": "*",
|
|
52
|
-
"@privy-io/tsconfig": "*",
|
|
53
37
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
54
38
|
"@rollup/plugin-replace": "^6.0.1",
|
|
55
39
|
"@rollup/plugin-swc": "^0.4.0",
|
|
@@ -68,15 +52,31 @@
|
|
|
68
52
|
"rollup": "4.52.4",
|
|
69
53
|
"rollup-plugin-copy": "^3.5.0",
|
|
70
54
|
"rollup-plugin-dts": "^6.1.1",
|
|
71
|
-
"typescript": "~5.5.3"
|
|
55
|
+
"typescript": "~5.5.3",
|
|
56
|
+
"@privy-io/build-config": "1.0.0",
|
|
57
|
+
"@privy-io/eslint-config-custom": "0.0.0",
|
|
58
|
+
"@privy-io/react-auth": "3.10.3-beta-20260114184632",
|
|
59
|
+
"@privy-io/tsconfig": "0.0.0"
|
|
72
60
|
},
|
|
73
61
|
"peerDependencies": {
|
|
74
|
-
"@privy-io/react-auth": "^3.0.0",
|
|
75
62
|
"react": ">=18",
|
|
76
63
|
"viem": "^2.43.1",
|
|
77
|
-
"wagmi": "
|
|
64
|
+
"wagmi": ">=2",
|
|
65
|
+
"@privy-io/react-auth": "3.10.3-beta-20260114184632"
|
|
78
66
|
},
|
|
79
67
|
"publishConfig": {
|
|
80
68
|
"access": "public"
|
|
69
|
+
},
|
|
70
|
+
"scripts": {
|
|
71
|
+
"build:types": "rollup --config rollup.types.mjs",
|
|
72
|
+
"build:code": "rollup --config rollup.build.mjs",
|
|
73
|
+
"check-types": "tsc --noEmit",
|
|
74
|
+
"clean": "rm -rf dist .turbo .swc",
|
|
75
|
+
"clean:reset": "rm -rf dist .turbo .swc node_modules",
|
|
76
|
+
"dev:code": "rollup --config rollup.dev.mjs --watch",
|
|
77
|
+
"dev:types": "rollup --config rollup.types.mjs --watch",
|
|
78
|
+
"format": "eslint src --fix",
|
|
79
|
+
"lint": "eslint src",
|
|
80
|
+
"test": "jest"
|
|
81
81
|
}
|
|
82
|
-
}
|
|
82
|
+
}
|