arri-codegen-utils
Advanced tools
Comparing version 0.31.0 to 0.32.0
@@ -58,3 +58,3 @@ import { SchemaFormProperties, SchemaFormDiscriminator } from 'jtd-utils'; | ||
interface ClientGenerator<TOptions extends Record<string, any> | undefined> { | ||
generator: (def: AppDefinition) => any; | ||
generator: (def: AppDefinition, isDevServer?: boolean) => any; | ||
options: TOptions; | ||
@@ -61,0 +61,0 @@ } |
{ | ||
"name": "arri-codegen-utils", | ||
"version": "0.31.0", | ||
"version": "0.32.0", | ||
"license": "MIT", | ||
@@ -26,5 +26,5 @@ "author": { | ||
"scule": "^1.3.0", | ||
"arri-validate": "0.31.0", | ||
"jtd-utils": "0.31.0" | ||
"jtd-utils": "0.32.0", | ||
"arri-validate": "0.32.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38802
+ Addedarri-validate@0.32.0(transitive)
+ Addedjtd-utils@0.32.0(transitive)
- Removedarri-validate@0.31.0(transitive)
- Removedjtd-utils@0.31.0(transitive)
Updatedarri-validate@0.32.0
Updatedjtd-utils@0.32.0