@saltcorn/agents 0.4.1 → 0.4.2
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/package.json +1 -1
- package/skills/PreloadData.js +1 -0
package/package.json
CHANGED
package/skills/PreloadData.js
CHANGED
|
@@ -2,6 +2,7 @@ const { div, pre } = require("@saltcorn/markup/tags");
|
|
|
2
2
|
const Workflow = require("@saltcorn/data/models/workflow");
|
|
3
3
|
const Form = require("@saltcorn/data/models/form");
|
|
4
4
|
const Table = require("@saltcorn/data/models/table");
|
|
5
|
+
const File = require("@saltcorn/data/models/file");
|
|
5
6
|
const Trigger = require("@saltcorn/data/models/trigger");
|
|
6
7
|
const User = require("@saltcorn/data/models/user");
|
|
7
8
|
const View = require("@saltcorn/data/models/view");
|