@saltcorn/cli 1.1.2-beta.3 → 1.1.2-beta.4

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.
@@ -2141,5 +2141,5 @@
2141
2141
  ]
2142
2142
  }
2143
2143
  },
2144
- "version": "1.1.2-beta.3"
2144
+ "version": "1.1.2-beta.4"
2145
2145
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@saltcorn/cli",
3
3
  "description": "Command-line interface for Saltcorn, open-source no-code platform",
4
4
  "homepage": "https://saltcorn.com",
5
- "version": "1.1.2-beta.3",
5
+ "version": "1.1.2-beta.4",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
@@ -11,13 +11,13 @@
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.2.4",
13
13
  "@oclif/plugin-plugins": "^5.4.26",
14
- "@saltcorn/admin-models": "1.1.2-beta.3",
15
- "@saltcorn/common-code": "1.1.2-beta.3",
16
- "@saltcorn/data": "1.1.2-beta.3",
17
- "@saltcorn/mobile-app": "1.1.2-beta.3",
18
- "@saltcorn/mobile-builder": "1.1.2-beta.3",
19
- "@saltcorn/plugins-loader": "1.1.2-beta.3",
20
- "@saltcorn/server": "1.1.2-beta.3",
14
+ "@saltcorn/admin-models": "1.1.2-beta.4",
15
+ "@saltcorn/common-code": "1.1.2-beta.4",
16
+ "@saltcorn/data": "1.1.2-beta.4",
17
+ "@saltcorn/mobile-app": "1.1.2-beta.4",
18
+ "@saltcorn/mobile-builder": "1.1.2-beta.4",
19
+ "@saltcorn/plugins-loader": "1.1.2-beta.4",
20
+ "@saltcorn/server": "1.1.2-beta.4",
21
21
  "contractis": "^0.1.0",
22
22
  "dateformat": "^4.6.3",
23
23
  "inquirer": "^12.3.3",
@@ -35,6 +35,10 @@
35
35
  "globby": "^11.1.0",
36
36
  "ts-node": "^10.9.2"
37
37
  },
38
+ "overrides": {
39
+ "node-gyp": ">=10.2.0",
40
+ "glob": ">=9.3.5"
41
+ },
38
42
  "engines": {
39
43
  "node": ">=18.0.0"
40
44
  },