@xuda.io/xuda-widget-plugin-xuda-drive 1.0.142 → 1.0.144

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-widget-plugin-xuda-drive",
3
- "version": "1.0.142",
3
+ "version": "1.0.144",
4
4
  "description": "Xuda Drive widget plugin",
5
5
  "scripts": {
6
6
  "pub": "npm version patch --force && npm publish --access public",
package/src/index.mjs CHANGED
@@ -221,6 +221,11 @@ var common_fields = {
221
221
  },
222
222
  };
223
223
 
224
+ export const capabilities = {
225
+ browser: true,
226
+ headless: false,
227
+ };
228
+
224
229
  export const methods = {
225
230
  upload: {
226
231
  name: 'Upload',