@unhead/schema 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -389,7 +389,6 @@ interface ActiveHeadEntry<Input> {
389
389
  dispose: () => void;
390
390
  }
391
391
  interface CreateHeadOptions {
392
- mode?: 'server' | 'client';
393
392
  domDelayFn?: (fn: () => void) => void;
394
393
  document?: Document;
395
394
  plugins?: HeadPlugin[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unhead/schema",
3
3
  "type": "module",
4
- "version": "1.3.0",
4
+ "version": "1.3.2",
5
5
  "author": "Harlan Wilton <harlan@harlanzw.com>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/harlan-zw",