@budibase/server 3.13.17 → 3.13.18

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.
@@ -8215,7 +8215,11 @@
8215
8215
  ]
8216
8216
  }
8217
8217
  ],
8218
- "actions": ["RefreshDatasource", "AddDataProviderFilterExtension"]
8218
+ "actions": [
8219
+ "AddDataProviderFilterExtension",
8220
+ "ClearRowSelection",
8221
+ "RefreshDatasource"
8222
+ ]
8219
8223
  },
8220
8224
  "bbreferencefield": {
8221
8225
  "devComment": "As bb reference is only used for user subtype for now, we are using user for icon and labels",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "3.13.17",
4
+ "version": "3.13.18",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -216,5 +216,5 @@
216
216
  }
217
217
  }
218
218
  },
219
- "gitHead": "821506ad7f72794b15f8c119c0a99ad118d4bc37"
219
+ "gitHead": "6d3c3c8002c3ba2682b5bfb2299b4457195fda82"
220
220
  }