@replit/river-codegen
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -170,2 +170,4 @@ "use strict"; | ||
return "Type.String()"; | ||
case ts_proto_descriptors_1.FieldDescriptorProto_Type.TYPE_BYTES: | ||
return "Type.Uint8Array()"; | ||
case ts_proto_descriptors_1.FieldDescriptorProto_Type.TYPE_ENUM: | ||
@@ -172,0 +174,0 @@ return `_${trimPackagePrefix(field.typeName)}_EnumType`; |
@@ -10,3 +10,3 @@ #!/usr/bin/env node | ||
description: "Generate River server type declarations from gRPC service declarations", | ||
version: "0.0.9", | ||
version: "0.0.10", | ||
args: { | ||
@@ -13,0 +13,0 @@ outputDirectory: (0, cmd_ts_1.option)({ |
@@ -170,2 +170,4 @@ "use strict"; | ||
return "Type.String()"; | ||
case ts_proto_descriptors_1.FieldDescriptorProto_Type.TYPE_BYTES: | ||
return "Type.Uint8Array()"; | ||
case ts_proto_descriptors_1.FieldDescriptorProto_Type.TYPE_ENUM: | ||
@@ -172,0 +174,0 @@ return `_${trimPackagePrefix(field.typeName)}_EnumType`; |
{ | ||
"name": "@replit/river-codegen", | ||
"description": "codegenning river from grpc", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main": "./dist/codegen.js", | ||
@@ -6,0 +6,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
46487
697
2