@azuro-org/toolkit 4.4.0 → 4.4.1
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 +4 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -12,10 +12,10 @@ npm i --save @azuro-org/toolkit
|
|
|
12
12
|
#### Peer Dependencies
|
|
13
13
|
|
|
14
14
|
```
|
|
15
|
-
@apollo/client@^3.
|
|
16
|
-
@azuro-org/dictionaries@^3.0.
|
|
17
|
-
viem@^2.
|
|
18
|
-
@wagmi/core@^2.
|
|
15
|
+
@apollo/client@^3.11.10
|
|
16
|
+
@azuro-org/dictionaries@^3.0.20
|
|
17
|
+
viem@^2.21.44
|
|
18
|
+
@wagmi/core@^2.14.5
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
Package information can be found in our [Doc](https://gem.azuro.org/hub/apps/toolkit/overview)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azuro-org/toolkit",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"description": "Set of helpers to work with Azuro protocol",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/Azuro-protocol/toolkit#readme",
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@apollo/client": "^3.10
|
|
43
|
-
"@azuro-org/dictionaries": "^3.0.
|
|
44
|
-
"viem": "^2.21.
|
|
45
|
-
"@wagmi/core": "^2.
|
|
42
|
+
"@apollo/client": "^3.11.10",
|
|
43
|
+
"@azuro-org/dictionaries": "^3.0.20",
|
|
44
|
+
"viem": "^2.21.44",
|
|
45
|
+
"@wagmi/core": "^2.14.5"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@graphql-codegen/cli": "^4.0.1",
|