@budibase/server 2.5.6-alpha.31 → 2.5.6-alpha.33

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.5.6-alpha.31",
4
+ "version": "2.5.6-alpha.33",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -45,12 +45,12 @@
45
45
  "license": "GPL-3.0",
46
46
  "dependencies": {
47
47
  "@apidevtools/swagger-parser": "10.0.3",
48
- "@budibase/backend-core": "2.5.6-alpha.31",
49
- "@budibase/client": "2.5.6-alpha.31",
50
- "@budibase/pro": "2.5.6-alpha.30",
51
- "@budibase/shared-core": "2.5.6-alpha.31",
52
- "@budibase/string-templates": "2.5.6-alpha.31",
53
- "@budibase/types": "2.5.6-alpha.31",
48
+ "@budibase/backend-core": "2.5.6-alpha.33",
49
+ "@budibase/client": "2.5.6-alpha.33",
50
+ "@budibase/pro": "2.5.6-alpha.32",
51
+ "@budibase/shared-core": "2.5.6-alpha.33",
52
+ "@budibase/string-templates": "2.5.6-alpha.33",
53
+ "@budibase/types": "2.5.6-alpha.33",
54
54
  "@bull-board/api": "3.7.0",
55
55
  "@bull-board/koa": "3.9.4",
56
56
  "@elastic/elasticsearch": "7.10.0",
@@ -176,5 +176,5 @@
176
176
  "optionalDependencies": {
177
177
  "oracledb": "5.3.0"
178
178
  },
179
- "gitHead": "aa0b9fe116c5fbf2dc7ecaae529541aa6c1f2235"
179
+ "gitHead": "145bbc2667e43ab4c67e3403b29d3af02936756f"
180
180
  }
@@ -223,7 +223,7 @@ export async function fetchAppPackage(ctx: UserCtx) {
223
223
  )
224
224
 
225
225
  ctx.body = {
226
- application,
226
+ application: { ...application, upgradableVersion: envCore.VERSION },
227
227
  screens,
228
228
  layouts,
229
229
  clientLibPath,