@unhead/shared 1.9.0 → 1.9.2

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
@@ -601,7 +601,7 @@ function tagWeight(tag) {
601
601
  const SortModifiers = [{ prefix: "before:", offset: -1 }, { prefix: "after:", offset: 1 }];
602
602
 
603
603
  const NetworkEvents = ["onload", "onerror", "onabort", "onprogress", "onloadstart"];
604
- const ScriptNetworkEvents = ["onload", "onerror", "onloadstart"];
604
+ const ScriptNetworkEvents = ["onload", "onerror"];
605
605
 
606
606
  const sepSub = "%separator";
607
607
  function processTemplateParams(s, p, sep) {
package/dist/index.mjs CHANGED
@@ -599,7 +599,7 @@ function tagWeight(tag) {
599
599
  const SortModifiers = [{ prefix: "before:", offset: -1 }, { prefix: "after:", offset: 1 }];
600
600
 
601
601
  const NetworkEvents = ["onload", "onerror", "onabort", "onprogress", "onloadstart"];
602
- const ScriptNetworkEvents = ["onload", "onerror", "onloadstart"];
602
+ const ScriptNetworkEvents = ["onload", "onerror"];
603
603
 
604
604
  const sepSub = "%separator";
605
605
  function processTemplateParams(s, p, sep) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/shared",
3
3
  "type": "module",
4
- "version": "1.9.0",
4
+ "version": "1.9.2",
5
5
  "author": "Harlan Wilton <harlan@harlanzw.com>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",
@@ -34,7 +34,7 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "@unhead/schema": "1.9.0"
37
+ "@unhead/schema": "1.9.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "packrup": "^0.1.2"