@saltcorn/cli 1.3.1-beta.0 → 1.3.1-beta.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.
@@ -2240,5 +2240,5 @@
2240
2240
  ]
2241
2241
  }
2242
2242
  },
2243
- "version": "1.3.1-beta.0"
2243
+ "version": "1.3.1-beta.2"
2244
2244
  }
package/package.json CHANGED
@@ -2,22 +2,22 @@
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.3.1-beta.0",
5
+ "version": "1.3.1-beta.2",
6
6
  "author": "Tom Nielsen @glutamate",
7
7
  "bin": {
8
8
  "saltcorn": "./bin/saltcorn"
9
9
  },
10
10
  "bugs": "https://github.com/saltcorn/saltcorn/issues",
11
11
  "dependencies": {
12
- "@oclif/core": "^4.2.4",
12
+ "@oclif/core": "4.4.0",
13
13
  "@oclif/plugin-plugins": "^5.4.26",
14
- "@saltcorn/admin-models": "1.3.1-beta.0",
15
- "@saltcorn/common-code": "1.3.1-beta.0",
16
- "@saltcorn/data": "1.3.1-beta.0",
17
- "@saltcorn/mobile-app": "1.3.1-beta.0",
18
- "@saltcorn/mobile-builder": "1.3.1-beta.0",
19
- "@saltcorn/plugins-loader": "1.3.1-beta.0",
20
- "@saltcorn/server": "1.3.1-beta.0",
14
+ "@saltcorn/admin-models": "1.3.1-beta.2",
15
+ "@saltcorn/common-code": "1.3.1-beta.2",
16
+ "@saltcorn/data": "1.3.1-beta.2",
17
+ "@saltcorn/mobile-app": "1.3.1-beta.2",
18
+ "@saltcorn/mobile-builder": "1.3.1-beta.2",
19
+ "@saltcorn/plugins-loader": "1.3.1-beta.2",
20
+ "@saltcorn/server": "1.3.1-beta.2",
21
21
  "contractis": "^0.1.0",
22
22
  "dateformat": "^4.6.3",
23
23
  "inquirer": "^12.3.3",