@ucanto/client
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@ucanto/client", | ||
"description": "UCAN RPC Client", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"keywords": [ | ||
@@ -25,3 +25,3 @@ "UCAN", | ||
"multiformats": "^9.6.4", | ||
"@ucanto/interface": "^0.6.0" | ||
"@ucanto/interface": "^0.6.1" | ||
}, | ||
@@ -41,5 +41,5 @@ "devDependencies": { | ||
"typescript": "^4.7.2", | ||
"@ucanto/authority": "^0.4.2", | ||
"@ucanto/transport": "^0.6.0", | ||
"@ucanto/core": "^0.5.1" | ||
"@ucanto/authority": "^0.4.3", | ||
"@ucanto/transport": "^0.6.1", | ||
"@ucanto/core": "^0.5.2" | ||
}, | ||
@@ -93,4 +93,5 @@ "type": "module", | ||
"coverage": "c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080", | ||
"typecheck": "tsc --build" | ||
"typecheck": "tsc --build", | ||
"build": "tsc --build" | ||
} | ||
} |
6154
9
88
Updated@ucanto/interface@^0.6.1