@ucanto/client
Advanced tools
Comparing version 7.0.0 to 7.0.1
export * from "./connection.js"; | ||
export * from "@ucanto/interface"; | ||
export const delegate: typeof Delegation.delegate; | ||
export { invoke }; | ||
import { Delegation } from "@ucanto/core"; | ||
import { invoke } from "@ucanto/core"; | ||
import { ok } from "@ucanto/core/result.js"; | ||
import { error } from "@ucanto/core/result.js"; | ||
import { Schema } from "@ucanto/core"; | ||
import { DAG } from "@ucanto/core"; | ||
export { invoke, ok, error, Schema, DAG }; | ||
//# sourceMappingURL=lib.d.ts.map |
{ | ||
"name": "@ucanto/client", | ||
"description": "UCAN RPC Client", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"keywords": [ | ||
@@ -24,4 +24,4 @@ "UCAN", | ||
"dependencies": { | ||
"@ucanto/interface": "^7.0.0", | ||
"@ucanto/core": "^7.0.0" | ||
"@ucanto/interface": "^7.0.1", | ||
"@ucanto/core": "^7.0.1" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"@ucanto/principal": "^7.0.0", | ||
"@ucanto/transport": "^7.0.0" | ||
"@ucanto/transport": "^7.0.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "type": "module", |
export * from './connection.js' | ||
export * from '@ucanto/interface' | ||
import { Delegation, invoke } from '@ucanto/core' | ||
import { Delegation, invoke, Schema, DAG, ok, error } from '@ucanto/core' | ||
export const delegate = Delegation.delegate | ||
export { invoke } | ||
export { invoke, ok, error, Schema, DAG } |
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
7176
124
Updated@ucanto/core@^7.0.1
Updated@ucanto/interface@^7.0.1