mlform 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/{engine-nnhWPT2L.js → engine-CCDhPk4O.js} +393 -330
- package/dist/{kit-Dt_1Fxlc.js → kit-CtFMUUFf.js} +2 -2
- package/dist/mlform/engine.mjs +2 -2
- package/dist/mlform/kit.mjs +1 -1
- package/dist/mlform/primitives.mjs +1 -1
- package/dist/mlform/questionnaire.mjs +2 -2
- package/dist/mlform.mjs +3 -3
- package/dist/{primitives-Pi-ztAr6.js → primitives-BdyK00g_.js} +1 -1
- package/dist/types/src/engine/builtins/fields/mapped-category.d.ts +12 -0
- package/dist/types/src/engine/builtins/index.d.ts +9 -1
- package/dist/types/src/engine/index.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Schema-driven forms for machine learning applications.
|
|
|
9
9
|
|
|
10
10
|
MLForm gives you a predictable UI layer between users and model backends. You describe inputs and reports with a schema, MLForm renders accessible Web Components, validates values, submits structured payloads, and displays model results in the same host container.
|
|
11
11
|
|
|
12
|
-
Version `0.1.
|
|
12
|
+
Version `0.1.5` is the current release in this repository.
|
|
13
13
|
|
|
14
14
|
## Why MLForm
|
|
15
15
|
|
|
@@ -275,7 +275,7 @@ The main package targets Node.js `>=24.9.0`.
|
|
|
275
275
|
|
|
276
276
|
## Release Notes
|
|
277
277
|
|
|
278
|
-
For `0.1.
|
|
278
|
+
For `0.1.5`, use the repository release entry and the published docs as the source of truth:
|
|
279
279
|
|
|
280
280
|
- GitHub releases: https://github.com/UlloaSP/mlform/releases
|
|
281
281
|
- npm package: https://www.npmjs.com/package/mlform
|