@budibase/server 2.6.19-alpha.36 → 2.6.19-alpha.37

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.6.19-alpha.36",
4
+ "version": "2.6.19-alpha.37",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -46,12 +46,12 @@
46
46
  "license": "GPL-3.0",
47
47
  "dependencies": {
48
48
  "@apidevtools/swagger-parser": "10.0.3",
49
- "@budibase/backend-core": "2.6.19-alpha.36",
50
- "@budibase/client": "2.6.19-alpha.36",
51
- "@budibase/pro": "2.6.19-alpha.36",
52
- "@budibase/shared-core": "2.6.19-alpha.36",
53
- "@budibase/string-templates": "2.6.19-alpha.36",
54
- "@budibase/types": "2.6.19-alpha.36",
49
+ "@budibase/backend-core": "2.6.19-alpha.37",
50
+ "@budibase/client": "2.6.19-alpha.37",
51
+ "@budibase/pro": "2.6.19-alpha.37",
52
+ "@budibase/shared-core": "2.6.19-alpha.37",
53
+ "@budibase/string-templates": "2.6.19-alpha.37",
54
+ "@budibase/types": "2.6.19-alpha.37",
55
55
  "@bull-board/api": "3.7.0",
56
56
  "@bull-board/koa": "3.9.4",
57
57
  "@elastic/elasticsearch": "7.10.0",
@@ -196,5 +196,5 @@
196
196
  }
197
197
  }
198
198
  },
199
- "gitHead": "2bcc1449a8531d74fe138fb63575d244817d1918"
199
+ "gitHead": "f2d47aa5dc4f641dd85032eaeb314968a1decb7e"
200
200
  }
@@ -104,6 +104,7 @@ export async function fetchDeployments(ctx: any) {
104
104
  }
105
105
  ctx.body = Object.values(deployments.history).reverse()
106
106
  } catch (err) {
107
+ console.error(err)
107
108
  ctx.body = []
108
109
  }
109
110
  }