@ucanto/server
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@ucanto/server", | ||
"description": "UCAN RPC Server", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"types": "./dist/src/lib.d.ts", | ||
@@ -23,5 +23,5 @@ "main": "./src/lib.js", | ||
"dependencies": { | ||
"@ucanto/core": "^1.0.0", | ||
"@ucanto/core": "^1.0.1", | ||
"@ucanto/interface": "^1.0.0", | ||
"@ucanto/validator": "^1.0.0" | ||
"@ucanto/validator": "^1.0.1" | ||
}, | ||
@@ -32,5 +32,5 @@ "devDependencies": { | ||
"@types/mocha": "^9.1.0", | ||
"@ucanto/principal": "^1.0.0", | ||
"@ucanto/client": "^1.0.0", | ||
"@ucanto/transport": "^1.0.0", | ||
"@ucanto/principal": "^1.0.1", | ||
"@ucanto/client": "^1.0.1", | ||
"@ucanto/transport": "^1.0.1", | ||
"@web-std/fetch": "^4.1.0", | ||
@@ -37,0 +37,0 @@ "@web-std/file": "^3.0.2", |
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
Updated@ucanto/core@^1.0.1
Updated@ucanto/validator@^1.0.1