@seamapi/nextlove-sdk-generator
Advanced tools
Comparing version 1.8.3 to 1.8.4
@@ -1,1 +0,1 @@ | ||
export declare const getPhpType: (zod_type: string) => "string" | "array" | "int" | "bool" | "mixed"; | ||
export declare const getPhpType: (zod_type: string) => "string" | "array" | "float" | "bool" | "mixed"; |
@@ -6,3 +6,3 @@ export const getPhpType = (zod_type) => { | ||
case "number": | ||
return "int"; | ||
return "float"; | ||
case "boolean": | ||
@@ -9,0 +9,0 @@ return "bool"; |
{ | ||
"name": "@seamapi/nextlove-sdk-generator", | ||
"version": "1.8.3", | ||
"version": "1.8.4", | ||
"description": "Utilities for building NextLove SDK Generators", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -7,3 +7,3 @@ export const getPhpType = (zod_type: string) => { | ||
case "number": | ||
return "int" | ||
return "float" | ||
@@ -10,0 +10,0 @@ case "boolean": |
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
717584