@budibase/server 2.9.39-alpha.8 → 2.9.39

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.
@@ -3647,9 +3647,9 @@
3647
3647
  },
3648
3648
  {
3649
3649
  "type": "boolean",
3650
- "label": "Autocomplete",
3650
+ "label": "Search",
3651
3651
  "key": "autocomplete",
3652
- "defaultValue": false
3652
+ "defaultValue": true
3653
3653
  },
3654
3654
  {
3655
3655
  "type": "boolean",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.9.39-alpha.8",
4
+ "version": "2.9.39",
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.9.39-alpha.8",
50
- "@budibase/client": "2.9.39-alpha.8",
51
- "@budibase/pro": "2.9.39-alpha.8",
52
- "@budibase/shared-core": "2.9.39-alpha.8",
53
- "@budibase/string-templates": "2.9.39-alpha.8",
54
- "@budibase/types": "2.9.39-alpha.8",
49
+ "@budibase/backend-core": "2.9.39",
50
+ "@budibase/client": "2.9.39",
51
+ "@budibase/pro": "2.9.39",
52
+ "@budibase/shared-core": "2.9.39",
53
+ "@budibase/string-templates": "2.9.39",
54
+ "@budibase/types": "2.9.39",
55
55
  "@bull-board/api": "3.7.0",
56
56
  "@bull-board/koa": "3.9.4",
57
57
  "@elastic/elasticsearch": "7.10.0",
@@ -195,5 +195,5 @@
195
195
  }
196
196
  }
197
197
  },
198
- "gitHead": "51341824028ef973ac12f71ef6e441e1f316fb15"
198
+ "gitHead": "6d9f12b6e3f1760167a83e5c20babc0a45ec34db"
199
199
  }