@ucanto/client
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "@ucanto/client", | ||
"description": "UCAN RPC Client", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"keywords": [ | ||
@@ -25,3 +25,3 @@ "UCAN", | ||
"multiformats": "^9.6.4", | ||
"@ucanto/interface": "^0.4.0" | ||
"@ucanto/interface": "^0.5.0" | ||
}, | ||
@@ -41,5 +41,5 @@ "devDependencies": { | ||
"typescript": "^4.7.2", | ||
"@ucanto/authority": "^0.4.0", | ||
"@ucanto/transport": "^0.4.0", | ||
"@ucanto/core": "^0.4.0" | ||
"@ucanto/authority": "^0.4.1", | ||
"@ucanto/transport": "^0.5.0", | ||
"@ucanto/core": "^0.5.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "type": "module", |
@@ -1,3 +0,3 @@ | ||
import * as API from "@ucanto/interface" | ||
import { sha256 } from "multiformats/hashes/sha2" | ||
import * as API from '@ucanto/interface' | ||
import { sha256 } from 'multiformats/hashes/sha2' | ||
@@ -11,3 +11,3 @@ /** | ||
*/ | ||
export const connect = options => new Connection(options) | ||
export const connect = (options) => new Connection(options) | ||
@@ -14,0 +14,0 @@ /** |
@@ -1,7 +0,7 @@ | ||
export * from "./invoke.js" | ||
export * from "./connection.js" | ||
export * from './connection.js' | ||
export * from "@ucanto/interface" | ||
import { Delegation } from "@ucanto/core" | ||
export * from '@ucanto/interface' | ||
import { Delegation, invoke } from '@ucanto/core' | ||
export const delegate = Delegation.delegate | ||
export { invoke } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3728
3
53
+ Added@ucanto/interface@0.5.0(transitive)
- Removed@ucanto/interface@0.4.0(transitive)
Updated@ucanto/interface@^0.5.0