Comparing version 0.0.19 to 0.0.20
@@ -160,2 +160,3 @@ "use strict"; | ||
} | ||
schema | ||
} | ||
@@ -162,0 +163,0 @@ outputs { |
@@ -183,2 +183,7 @@ import { Dtype } from "./dtype"; | ||
defaultValue?: PlainValue | Value; | ||
/** | ||
* Parameter JSON schema. | ||
* This is only populated for `list` and `dict` parameters. | ||
*/ | ||
schema?: Record<string, any>; | ||
} | ||
@@ -185,0 +190,0 @@ /** |
{ | ||
"name": "fxnjs", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Run AI prediction functions in your JavaScript and Node.js apps.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
624165
54224