@xuda.io/xuda-widget-plugin-xuda-drive 1.0.78 → 1.0.80

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.
Files changed (2) hide show
  1. package/package.json +3 -1
  2. package/runtime.mjs +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-widget-plugin-xuda-drive",
3
- "version": "1.0.78",
3
+ "version": "1.0.80",
4
4
  "description": "Xuda Drive widget plugin",
5
5
  "scripts": {
6
6
  "pub": "npm version patch --force && npm publish --access public"
@@ -11,6 +11,8 @@
11
11
  "plugin"
12
12
  ],
13
13
  "dependencies": {
14
+ "@vueuse/core": "^11.2.0",
15
+ "@vueuse/shared": "^11.2.0",
14
16
  "filepond": "^4.30.4",
15
17
  "filepond-plugin-file-poster": "^2.5.1",
16
18
  "filepond-plugin-file-validate-type": "^1.2.8",
package/runtime.mjs CHANGED
@@ -500,8 +500,8 @@ export async function viewer(fields, e) {
500
500
  await import("./vue.global.3.5.6.js");
501
501
  // const { moment } = import("./moment.min.2.30.1.js");
502
502
  await import("./swiper-bundle.min.11.1.14.js");
503
- await import("./vueuse/shared.js");
504
- await import("./vueuse/core.js");
503
+ await import("./@vueuse/shared");
504
+ await import("./@vueuse/core");
505
505
  await import("./floating-ui/core@1.1.1.js");
506
506
  await import("./floating-ui/dom@1.1.1.js");
507
507
  await import("./floating-vue@5.2.2/floating-vue.umd.js");