@replit/river
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -16,3 +16,8 @@ import { Type } from '@sinclair/typebox'; | ||
output: Type.Strict(procDef.output), | ||
errors: Type.Strict(procDef.errors), | ||
// Only add the `errors` field if it is non-never. | ||
...('errors' in procDef | ||
? { | ||
errors: Type.Strict(procDef.errors), | ||
} | ||
: {}), | ||
type: procDef.type, | ||
@@ -19,0 +24,0 @@ // Only add the `init` field if the type declares it. |
@@ -5,3 +5,3 @@ { | ||
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
297426
6090
4