@budibase/server 3.2.40 → 3.2.41

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.
@@ -5139,7 +5139,8 @@
5139
5139
  {
5140
5140
  "type": "text",
5141
5141
  "label": "File name",
5142
- "key": "key"
5142
+ "key": "key",
5143
+ "nested": true
5143
5144
  },
5144
5145
  {
5145
5146
  "type": "event",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "3.2.40",
4
+ "version": "3.2.41",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -213,5 +213,5 @@
213
213
  }
214
214
  }
215
215
  },
216
- "gitHead": "f6424d1f4a4b524be41d8ab389053cc1287cfe9f"
216
+ "gitHead": "53e10e4de05dd034dfae7e6b7e72a875b8ed99ea"
217
217
  }