arri-codegen-utils
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -1,2 +0,2 @@ | ||
import { SchemaFormProperties } from 'jtd-utils'; | ||
import { SchemaFormProperties, SchemaFormDiscriminator, SchemaFormValues } from 'jtd-utils'; | ||
export * from 'jtd-utils'; | ||
@@ -21,3 +21,3 @@ export * from 'scule'; | ||
procedures: Record<string, RpcDefinition>; | ||
models: Record<string, SchemaFormProperties>; | ||
models: Record<string, SchemaFormProperties | SchemaFormDiscriminator | SchemaFormValues>; | ||
} | ||
@@ -24,0 +24,0 @@ declare function isAppDefinition(input: unknown): input is AppDefinition; |
{ | ||
"name": "arri-codegen-utils", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"type": "module", | ||
@@ -13,5 +13,5 @@ "main": "./dist/index.cjs", | ||
"scule": "^1.0.0", | ||
"jtd-utils": "0.6.0", | ||
"arri-validate": "0.6.0" | ||
"jtd-utils": "0.7.0", | ||
"arri-validate": "0.7.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31368
+ Addedarri-validate@0.7.0(transitive)
+ Addedjtd-utils@0.7.0(transitive)
- Removedarri-validate@0.6.0(transitive)
- Removedjtd-utils@0.6.0(transitive)
Updatedarri-validate@0.7.0
Updatedjtd-utils@0.7.0