@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/builder/assets/{index.7a65d631.js → index.ccf74017.js} +1 -1
- package/builder/index.html +1 -1
- package/dist/automation.js +1 -1
- package/dist/automation.js.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +8 -8
- package/src/api/controllers/row/internal.ts +1 -1
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.
|
|
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.
|
|
49
|
-
"@budibase/client": "2.6.19-alpha.
|
|
50
|
-
"@budibase/pro": "2.6.19-alpha.
|
|
51
|
-
"@budibase/shared-core": "2.6.19-alpha.
|
|
52
|
-
"@budibase/string-templates": "2.6.19-alpha.
|
|
53
|
-
"@budibase/types": "2.6.19-alpha.
|
|
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": "
|
|
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
|
|
418
|
+
let searchResponse = await search(ctx)
|
|
419
419
|
result = searchResponse.rows
|
|
420
420
|
}
|
|
421
421
|
|