@unhead/vue 1.11.4 → 1.11.5

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/dist/index.cjs CHANGED
@@ -37,9 +37,6 @@ function registerVueScopeHandlers(script, scope) {
37
37
  vue.onScopeDispose(destroy);
38
38
  return destroy;
39
39
  };
40
- vue.onScopeDispose(() => {
41
- script._triggerAbortController?.abort();
42
- });
43
40
  script.onLoaded = (cb) => _registerCb("loaded", cb);
44
41
  script.onError = (cb) => _registerCb("error", cb);
45
42
  }
package/dist/index.mjs CHANGED
@@ -37,9 +37,6 @@ function registerVueScopeHandlers(script, scope) {
37
37
  onScopeDispose(destroy);
38
38
  return destroy;
39
39
  };
40
- onScopeDispose(() => {
41
- script._triggerAbortController?.abort();
42
- });
43
40
  script.onLoaded = (cb) => _registerCb("loaded", cb);
44
41
  script.onError = (cb) => _registerCb("error", cb);
45
42
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/vue",
3
3
  "type": "module",
4
- "version": "1.11.4",
4
+ "version": "1.11.5",
5
5
  "author": "Harlan Wilton <harlan@harlanzw.com>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",
@@ -67,9 +67,9 @@
67
67
  "dependencies": {
68
68
  "defu": "^6.1.4",
69
69
  "hookable": "^5.5.3",
70
- "@unhead/schema": "1.11.4",
71
- "unhead": "1.11.4",
72
- "@unhead/shared": "1.11.4"
70
+ "@unhead/schema": "1.11.5",
71
+ "unhead": "1.11.5",
72
+ "@unhead/shared": "1.11.5"
73
73
  },
74
74
  "scripts": {
75
75
  "build": "unbuild .",