@dfinity/ic-management
Advanced tools
Comparing version 0.0.4 to 0.0.5-next-2023-07-03
{ | ||
"name": "@dfinity/ic-management", | ||
"version": "0.0.4", | ||
"version": "0.0.5-next-2023-07-03", | ||
"description": "A library for interfacing with the IC management canister.", | ||
@@ -37,6 +37,6 @@ "license": "Apache-2.0", | ||
"peerDependencies": { | ||
"@dfinity/agent": "^0.15.4", | ||
"@dfinity/candid": "^0.15.4", | ||
"@dfinity/principal": "^0.15.4", | ||
"@dfinity/utils": "^0.0.18" | ||
"@dfinity/agent": "*", | ||
"@dfinity/candid": "*", | ||
"@dfinity/principal": "*", | ||
"@dfinity/utils": "*" | ||
}, | ||
@@ -48,2 +48,2 @@ "dependencies": { | ||
} | ||
} | ||
} |
@@ -185,2 +185,2 @@ # ic-management-js | ||
- [IC Interface Specification ](https://github.com/dfinity/interface-spec) | ||
- [IC Interface Specification](https://github.com/dfinity/interface-spec) |
160591