@budibase/server 2.4.25 → 2.4.26

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.4.25",
4
+ "version": "2.4.26",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -43,12 +43,12 @@
43
43
  "license": "GPL-3.0",
44
44
  "dependencies": {
45
45
  "@apidevtools/swagger-parser": "10.0.3",
46
- "@budibase/backend-core": "^2.4.25",
47
- "@budibase/client": "^2.4.25",
48
- "@budibase/pro": "2.4.24",
49
- "@budibase/shared-core": "^2.4.25",
50
- "@budibase/string-templates": "^2.4.25",
51
- "@budibase/types": "^2.4.25",
46
+ "@budibase/backend-core": "^2.4.26",
47
+ "@budibase/client": "^2.4.26",
48
+ "@budibase/pro": "2.4.25",
49
+ "@budibase/shared-core": "^2.4.26",
50
+ "@budibase/string-templates": "^2.4.26",
51
+ "@budibase/types": "^2.4.26",
52
52
  "@bull-board/api": "3.7.0",
53
53
  "@bull-board/koa": "3.9.4",
54
54
  "@elastic/elasticsearch": "7.10.0",
@@ -175,5 +175,5 @@
175
175
  "optionalDependencies": {
176
176
  "oracledb": "5.3.0"
177
177
  },
178
- "gitHead": "abb6ed7d68d1d48435ef8f1252425a8ddcaccefa"
178
+ "gitHead": "fa075b8b5afa23d25c99696342205a267a54476e"
179
179
  }
@@ -107,6 +107,7 @@ const SCHEMA: Integration = {
107
107
  readCsv: {
108
108
  displayName: "Read CSV",
109
109
  type: QueryType.FIELDS,
110
+ readable: true,
110
111
  fields: {
111
112
  bucket: {
112
113
  type: DatasourceFieldType.STRING,