@hybrd/utils 0.7.1 → 0.7.3
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 +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -16,6 +16,6 @@ npm install hybrid
|
|
|
16
16
|
|
|
17
17
|
Check out the following places for more wagmi-related content:
|
|
18
18
|
|
|
19
|
-
- Join the discussions on [Discord](https://discord.gg/
|
|
19
|
+
- Join the discussions on [Discord](https://discord.gg/AcJFXZ9Mfk)
|
|
20
20
|
- Follow [@hybrid\_\_dev](https://twitter.com/hybrid__dev) on Twitter for project updates
|
|
21
|
-
- Contribute or fork on [GitHub](https://github.com/
|
|
21
|
+
- Contribute or fork on [GitHub](https://github.com/hybridhq/hybrid)
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybrd/utils",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"description": "Solidity + TypeScript Framework for Web3 Development",
|
|
5
5
|
"author": "Ian Hunter <ian@ianh.xyz>",
|
|
6
|
-
"homepage": "https://github.com/
|
|
6
|
+
"homepage": "https://github.com/hybridhq/hybrid#readme",
|
|
7
7
|
"license": "ISC",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"types": "./dist/index.d.ts",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "git+https://github.com/
|
|
22
|
+
"url": "git+https://github.com/hybridhq/hybrid.git"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"clean": "rm -rf dist",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"test": " vitest"
|
|
29
29
|
},
|
|
30
30
|
"bugs": {
|
|
31
|
-
"url": "https://github.com/
|
|
31
|
+
"url": "https://github.com/hybridhq/hybrid/issues"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"abitype": "^0.7.1",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"viem": "^0.1.10"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@hybrd/types": "^0.7.
|
|
50
|
+
"@hybrd/types": "^0.7.3",
|
|
51
51
|
"@types/inquirer": "^9.0.3",
|
|
52
52
|
"@types/node": "^18.14.6",
|
|
53
53
|
"nodemon": "^2.0.21",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"typescript": "^4.9.5",
|
|
57
57
|
"vitest": "^0.29.8"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "3485e07929039d8845761ae8be2187116942f614"
|
|
60
60
|
}
|