@replit/river-codegen
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -1,2 +0,2 @@ | ||
import { mkdir, mkdtemp, readFile, rm, writeFile, } from "fs/promises"; | ||
import { mkdir, mkdtemp, readFile, rm, writeFile } from "fs/promises"; | ||
import { tmpdir } from "os"; | ||
@@ -260,3 +260,3 @@ import * as nodePath from "path"; | ||
chunks.push(`type: 'upload',`); | ||
chunks.push(`async handler(_ctx: unknown, msgStream: unknown) {`); | ||
chunks.push(`async handler(_ctx: unknown, _msgStream: unknown) {`); | ||
chunks.push(` // This is a stub declared in gRPC`); | ||
@@ -268,3 +268,3 @@ chunks.push(' return Err({ code: "UNCAUGHT_ERROR", message: "Unimplemented" });'); | ||
chunks.push(`type: 'rpc',`); | ||
chunks.push(`async handler(_ctx, msg) {`); | ||
chunks.push(`async handler(_ctx, _msg) {`); | ||
chunks.push(` // This is a stub declared in gRPC`); | ||
@@ -271,0 +271,0 @@ chunks.push(' return Err({ code: "UNCAUGHT_ERROR", message: "Unimplemented" });'); |
{ | ||
"name": "@replit/river-codegen", | ||
"description": "codegenning river from grpc", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
29572