@replit/river
Advanced tools
Comparing version 0.10.12 to 0.10.13
@@ -14,3 +14,5 @@ import { A as AnyService, d as AnyProcedure, P as PayloadType, b as Result, R as RiverError, S as ServiceContext, e as ProcType, f as ProcInput, g as ProcOutput, h as ProcErrors, i as ProcHasInit, j as ProcInit } from '../builder-1f26296b.js'; | ||
type ServiceDefs<T extends AnyService[] = AnyService[]> = { | ||
[K in T[number]['name']]: T[number]; | ||
[K in T[number]['name']]: Extract<T[number], { | ||
name: K; | ||
}>; | ||
}; | ||
@@ -17,0 +19,0 @@ /** |
{ | ||
"name": "@replit/river", | ||
"description": "It's like tRPC but... with JSON Schema Support, duplex streaming and support for service multiplexing. Transport agnostic!", | ||
"version": "0.10.12", | ||
"version": "0.10.13", | ||
"type": "module", | ||
@@ -6,0 +6,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
296508
8123