@junobuild/ic-client 7.0.1 → 7.1.0
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@junobuild/ic-client",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "Agent and actor with generated bindings for Juno on the Internet Computer",
|
|
5
5
|
"author": "David Dal Busco (https://daviddalbusco.com)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
],
|
|
73
73
|
"homepage": "https://juno.build",
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"@dfinity/utils": "4.
|
|
76
|
-
"@icp-sdk/core": "^
|
|
75
|
+
"@dfinity/utils": "^4.1",
|
|
76
|
+
"@icp-sdk/core": "^5"
|
|
77
77
|
}
|
|
78
78
|
}
|