@budibase/server 2.8.18-alpha.2 → 2.8.18-alpha.3

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.
@@ -2341,10 +2341,6 @@
2341
2341
  "label": "Left",
2342
2342
  "value": "left"
2343
2343
  },
2344
- {
2345
- "label": "Right",
2346
- "value": "right"
2347
- },
2348
2344
  {
2349
2345
  "label": "Above",
2350
2346
  "value": "above"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.8.18-alpha.2",
4
+ "version": "2.8.18-alpha.3",
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.8.18-alpha.2",
50
- "@budibase/client": "2.8.18-alpha.2",
51
- "@budibase/pro": "2.8.18-alpha.2",
52
- "@budibase/shared-core": "2.8.18-alpha.2",
53
- "@budibase/string-templates": "2.8.18-alpha.2",
54
- "@budibase/types": "2.8.18-alpha.2",
49
+ "@budibase/backend-core": "2.8.18-alpha.3",
50
+ "@budibase/client": "2.8.18-alpha.3",
51
+ "@budibase/pro": "2.8.18-alpha.3",
52
+ "@budibase/shared-core": "2.8.18-alpha.3",
53
+ "@budibase/string-templates": "2.8.18-alpha.3",
54
+ "@budibase/types": "2.8.18-alpha.3",
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": "22cbe40b24df7635cd45c60f5f209d5542ce9686"
199
+ "gitHead": "5a45eb1ec761babf9a2dd7795b99ee05c758930b"
200
200
  }