@budibase/server 2.19.2 → 2.19.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.
@@ -4639,6 +4639,7 @@
4639
4639
  "illegalChildren": ["section"],
4640
4640
  "hasChildren": true,
4641
4641
  "showEmptyState": false,
4642
+ "actions": ["ClearRowSelection"],
4642
4643
  "size": {
4643
4644
  "width": 600,
4644
4645
  "height": 400
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.19.2",
4
+ "version": "2.19.3",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -47,12 +47,12 @@
47
47
  "license": "GPL-3.0",
48
48
  "dependencies": {
49
49
  "@apidevtools/swagger-parser": "10.0.3",
50
- "@budibase/backend-core": "2.19.2",
51
- "@budibase/client": "2.19.2",
52
- "@budibase/pro": "2.19.2",
53
- "@budibase/shared-core": "2.19.2",
54
- "@budibase/string-templates": "2.19.2",
55
- "@budibase/types": "2.19.2",
50
+ "@budibase/backend-core": "2.19.3",
51
+ "@budibase/client": "2.19.3",
52
+ "@budibase/pro": "2.19.3",
53
+ "@budibase/shared-core": "2.19.3",
54
+ "@budibase/string-templates": "2.19.3",
55
+ "@budibase/types": "2.19.3",
56
56
  "@bull-board/api": "5.10.2",
57
57
  "@bull-board/koa": "5.10.2",
58
58
  "@elastic/elasticsearch": "7.10.0",
@@ -193,5 +193,5 @@
193
193
  }
194
194
  }
195
195
  },
196
- "gitHead": "e0cacd8993732dc9d156a92b0e6df026e76999e1"
196
+ "gitHead": "94ccb700406e797c31ab9c81c6d0a7203fc60332"
197
197
  }