@ucanto/client
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "@ucanto/client", | ||
"description": "UCAN RPC Client", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"keywords": [ | ||
@@ -25,3 +25,3 @@ "UCAN", | ||
"multiformats": "^9.6.4", | ||
"@ucanto/interface": "^0.5.0" | ||
"@ucanto/interface": "^0.6.0" | ||
}, | ||
@@ -41,5 +41,5 @@ "devDependencies": { | ||
"typescript": "^4.7.2", | ||
"@ucanto/authority": "^0.4.1", | ||
"@ucanto/transport": "^0.5.0", | ||
"@ucanto/core": "^0.5.0" | ||
"@ucanto/authority": "^0.4.2", | ||
"@ucanto/transport": "^0.6.0", | ||
"@ucanto/core": "^0.5.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "type": "module", |
@@ -22,2 +22,3 @@ import * as API from '@ucanto/interface' | ||
constructor(options) { | ||
this.id = options.id | ||
this.options = options | ||
@@ -24,0 +25,0 @@ this.encoder = options.encoder |
3753
54
+ Added@ucanto/interface@0.6.2(transitive)
- Removed@ucanto/interface@0.5.0(transitive)
Updated@ucanto/interface@^0.6.0