@budibase/server 2.6.19-alpha.11 → 2.6.19-alpha.12

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.11",
4
+ "version": "2.6.19-alpha.12",
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.6.19-alpha.11",
49
- "@budibase/client": "2.6.19-alpha.11",
50
- "@budibase/pro": "2.6.19-alpha.11",
51
- "@budibase/shared-core": "2.6.19-alpha.11",
52
- "@budibase/string-templates": "2.6.19-alpha.11",
53
- "@budibase/types": "2.6.19-alpha.11",
48
+ "@budibase/backend-core": "2.6.19-alpha.12",
49
+ "@budibase/client": "2.6.19-alpha.12",
50
+ "@budibase/pro": "2.6.19-alpha.12",
51
+ "@budibase/shared-core": "2.6.19-alpha.12",
52
+ "@budibase/string-templates": "2.6.19-alpha.12",
53
+ "@budibase/types": "2.6.19-alpha.12",
54
54
  "@bull-board/api": "3.7.0",
55
55
  "@bull-board/koa": "3.9.4",
56
56
  "@elastic/elasticsearch": "7.10.0",
@@ -193,5 +193,5 @@
193
193
  }
194
194
  }
195
195
  },
196
- "gitHead": "01a98bcf8dbedde393d2ad3b4019da79826ba2a1"
196
+ "gitHead": "29935057b058f97e80a208b0cfdcf65b0ce150c2"
197
197
  }
@@ -415,7 +415,7 @@ export async function exportRows(ctx: UserCtx) {
415
415
 
416
416
  result = await outputProcessing(table, response)
417
417
  } else if (query) {
418
- let searchResponse = await exports.search(ctx)
418
+ let searchResponse = await search(ctx)
419
419
  result = searchResponse.rows
420
420
  }
421
421