@saltcorn/data 1.1.0-beta.21 → 1.1.0-beta.22
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/dist/plugin-helper.d.ts +0 -1
- package/package.json +9 -8
package/dist/plugin-helper.d.ts
CHANGED
|
@@ -261,6 +261,5 @@ import { sqlBinOp } from "@saltcorn/db-common/internal";
|
|
|
261
261
|
import { sqlFun } from "@saltcorn/db-common/internal";
|
|
262
262
|
import Table = require("./models/table");
|
|
263
263
|
import Field = require("./models/field");
|
|
264
|
-
import View = require("./models/view");
|
|
265
264
|
export { add_free_variables_to_joinfields, sqlBinOp, sqlFun };
|
|
266
265
|
//# sourceMappingURL=plugin-helper.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/data",
|
|
3
|
-
"version": "1.1.0-beta.
|
|
3
|
+
"version": "1.1.0-beta.22",
|
|
4
4
|
"description": "Data models for Saltcorn, open-source no-code platform",
|
|
5
5
|
"homepage": "https://saltcorn.com",
|
|
6
6
|
"scripts": {
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"!dist/tsconfig.ref.tsbuildinfo"
|
|
38
38
|
],
|
|
39
39
|
"optionalDependencies": {
|
|
40
|
-
"@saltcorn/postgres": "1.1.0-beta.
|
|
41
|
-
"@saltcorn/sqlite": "1.1.0-beta.
|
|
40
|
+
"@saltcorn/postgres": "1.1.0-beta.22",
|
|
41
|
+
"@saltcorn/sqlite": "1.1.0-beta.22"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@saltcorn/types": "1.1.0-beta.
|
|
45
|
-
"@saltcorn/markup": "1.1.0-beta.
|
|
46
|
-
"@saltcorn/common-code": "1.1.0-beta.
|
|
47
|
-
"@saltcorn/db-common": "1.1.0-beta.
|
|
48
|
-
"@saltcorn/sqlite-mobile": "1.1.0-beta.
|
|
44
|
+
"@saltcorn/types": "1.1.0-beta.22",
|
|
45
|
+
"@saltcorn/markup": "1.1.0-beta.22",
|
|
46
|
+
"@saltcorn/common-code": "1.1.0-beta.22",
|
|
47
|
+
"@saltcorn/db-common": "1.1.0-beta.22",
|
|
48
|
+
"@saltcorn/sqlite-mobile": "1.1.0-beta.22",
|
|
49
49
|
"acorn": "^8.0.3",
|
|
50
50
|
"assert": "^2.0.0",
|
|
51
51
|
"astring": "^1.4.3",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"env-paths": "^2.2.0",
|
|
62
62
|
"estraverse": "^5.2.0",
|
|
63
63
|
"fs-extended-attributes": "1.0.1",
|
|
64
|
+
"https-proxy-agent": "^7.0.6",
|
|
64
65
|
"i18n": "^0.15.1",
|
|
65
66
|
"latest-version": "^5.1.0",
|
|
66
67
|
"live-plugin-manager": "^0.17.1",
|