unhead 1.1.11 → 1.1.12

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
@@ -1047,6 +1047,3 @@ exports.useTagStyle = useTagStyle;
1047
1047
  exports.useTagTitle = useTagTitle;
1048
1048
  exports.useTitleTemplate = useTitleTemplate;
1049
1049
  exports.whitelistSafeInput = whitelistSafeInput;
1050
- Object.keys(shared).forEach(function (k) {
1051
- if (k !== 'default' && !exports.hasOwnProperty(k)) exports[k] = shared[k];
1052
- });
package/dist/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import * as _unhead_schema from '@unhead/schema';
2
2
  import { HeadTag, Head, HeadEntryOptions, ActiveHeadEntry, HeadSafe, MetaFlatInput, Title, TitleTemplate, Base, Meta, Link, Script, Style, Noscript, HtmlAttributes, BodyAttributes, Unhead, HeadPlugin, CreateHeadOptions, HeadEntry, MaybeArray } from '@unhead/schema';
3
3
  import { Arrayable } from '@unhead/shared';
4
- export * from '@unhead/shared';
5
4
 
6
5
  declare const TAG_WEIGHTS: {
7
6
  readonly critical: 2;
package/dist/index.mjs CHANGED
@@ -1,7 +1,6 @@
1
1
  import { createHooks } from 'hookable';
2
2
  import { PatchDomOnEntryUpdatesPlugin, maybeGetSSRHash } from '@unhead/dom';
3
3
  import { defineHeadPlugin, hashTag, HasElementTags, tagDedupeKey, asArray as asArray$1, hashCode, TagConfigKeys, TagsWithInnerContent, ValidHeadTags } from '@unhead/shared';
4
- export * from '@unhead/shared';
5
4
 
6
5
  const TAG_WEIGHTS = {
7
6
  // aliases
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "unhead",
3
3
  "type": "module",
4
- "version": "1.1.11",
5
- "packageManager": "pnpm@7.27.1",
4
+ "version": "1.1.12",
5
+ "packageManager": "pnpm@7.28.0",
6
6
  "author": "Harlan Wilton <harlan@harlanzw.com>",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/harlan-zw",
@@ -31,9 +31,9 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "hookable": "^5.4.2",
34
- "@unhead/dom": "1.1.11",
35
- "@unhead/schema": "1.1.11",
36
- "@unhead/shared": "1.1.11"
34
+ "@unhead/dom": "1.1.12",
35
+ "@unhead/schema": "1.1.12",
36
+ "@unhead/shared": "1.1.12"
37
37
  },
38
38
  "devDependencies": {
39
39
  "packrup": "^0.1.0"