unhead 1.11.13 → 1.11.14

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
@@ -525,6 +525,7 @@ function useScript(_input, _options) {
525
525
  script._triggerPromises = [];
526
526
  if (script.entry) {
527
527
  script.entry.dispose();
528
+ script.entry = void 0;
528
529
  syncStatus("removed");
529
530
  delete head._scripts?.[id];
530
531
  return true;
package/dist/index.mjs CHANGED
@@ -524,6 +524,7 @@ function useScript(_input, _options) {
524
524
  script._triggerPromises = [];
525
525
  if (script.entry) {
526
526
  script.entry.dispose();
527
+ script.entry = void 0;
527
528
  syncStatus("removed");
528
529
  delete head._scripts?.[id];
529
530
  return true;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unhead",
3
3
  "type": "module",
4
- "version": "1.11.13",
4
+ "version": "1.11.14",
5
5
  "author": {
6
6
  "name": "Harlan Wilton",
7
7
  "email": "harlan@harlanzw.com",
@@ -34,9 +34,9 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "hookable": "^5.5.3",
37
- "@unhead/dom": "1.11.13",
38
- "@unhead/schema": "1.11.13",
39
- "@unhead/shared": "1.11.13"
37
+ "@unhead/schema": "1.11.14",
38
+ "@unhead/dom": "1.11.14",
39
+ "@unhead/shared": "1.11.14"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "unbuild .",