@unhead/vue 2.0.0-alpha.5 → 2.0.0-alpha.6
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/legacy.d.cts +1 -1
- package/dist/legacy.d.mts +1 -1
- package/dist/legacy.d.ts +1 -1
- package/package.json +4 -4
package/dist/legacy.d.cts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as _unhead_schema from '@unhead/schema';
|
|
2
2
|
import { ScriptBase, DataKeys, SchemaAugmentations, HeadEntryOptions, MergeHead, CreateClientHeadOptions, ActiveHeadEntry } from '@unhead/schema';
|
|
3
|
+
import { VueHeadClient, UseHeadInput, UseHeadOptions as UseHeadOptions$1, UseHeadSafeInput, UseSeoMetaInput } from './types.cjs';
|
|
3
4
|
export { createHeadCore } from 'unhead';
|
|
4
5
|
export { r as resolveUnrefHeadInput } from './shared/vue.BF-HCrO8.cjs';
|
|
5
6
|
import { MaybeComputedRefEntriesOnly, UseHeadOptions } from '@unhead/vue';
|
|
6
7
|
import { ScriptInstance, UseScriptStatus, UseScriptOptions as UseScriptOptions$1, UseFunctionType } from 'unhead/legacy';
|
|
7
8
|
export { UseFunctionType, resolveScriptKey } from 'unhead/legacy';
|
|
8
9
|
import { Ref } from 'vue';
|
|
9
|
-
import { VueHeadClient, UseHeadInput, UseHeadOptions as UseHeadOptions$1, UseHeadSafeInput, UseSeoMetaInput } from './types.cjs';
|
|
10
10
|
|
|
11
11
|
interface VueScriptInstance<T extends Record<symbol | string, any>> extends Omit<ScriptInstance<T>, 'status'> {
|
|
12
12
|
status: Ref<UseScriptStatus>;
|
package/dist/legacy.d.mts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as _unhead_schema from '@unhead/schema';
|
|
2
2
|
import { ScriptBase, DataKeys, SchemaAugmentations, HeadEntryOptions, MergeHead, CreateClientHeadOptions, ActiveHeadEntry } from '@unhead/schema';
|
|
3
|
+
import { VueHeadClient, UseHeadInput, UseHeadOptions as UseHeadOptions$1, UseHeadSafeInput, UseSeoMetaInput } from './types.mjs';
|
|
3
4
|
export { createHeadCore } from 'unhead';
|
|
4
5
|
export { r as resolveUnrefHeadInput } from './shared/vue.BF-HCrO8.mjs';
|
|
5
6
|
import { MaybeComputedRefEntriesOnly, UseHeadOptions } from '@unhead/vue';
|
|
6
7
|
import { ScriptInstance, UseScriptStatus, UseScriptOptions as UseScriptOptions$1, UseFunctionType } from 'unhead/legacy';
|
|
7
8
|
export { UseFunctionType, resolveScriptKey } from 'unhead/legacy';
|
|
8
9
|
import { Ref } from 'vue';
|
|
9
|
-
import { VueHeadClient, UseHeadInput, UseHeadOptions as UseHeadOptions$1, UseHeadSafeInput, UseSeoMetaInput } from './types.mjs';
|
|
10
10
|
|
|
11
11
|
interface VueScriptInstance<T extends Record<symbol | string, any>> extends Omit<ScriptInstance<T>, 'status'> {
|
|
12
12
|
status: Ref<UseScriptStatus>;
|
package/dist/legacy.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as _unhead_schema from '@unhead/schema';
|
|
2
2
|
import { ScriptBase, DataKeys, SchemaAugmentations, HeadEntryOptions, MergeHead, CreateClientHeadOptions, ActiveHeadEntry } from '@unhead/schema';
|
|
3
|
+
import { VueHeadClient, UseHeadInput, UseHeadOptions as UseHeadOptions$1, UseHeadSafeInput, UseSeoMetaInput } from './types.js';
|
|
3
4
|
export { createHeadCore } from 'unhead';
|
|
4
5
|
export { r as resolveUnrefHeadInput } from './shared/vue.BF-HCrO8.js';
|
|
5
6
|
import { MaybeComputedRefEntriesOnly, UseHeadOptions } from '@unhead/vue';
|
|
6
7
|
import { ScriptInstance, UseScriptStatus, UseScriptOptions as UseScriptOptions$1, UseFunctionType } from 'unhead/legacy';
|
|
7
8
|
export { UseFunctionType, resolveScriptKey } from 'unhead/legacy';
|
|
8
9
|
import { Ref } from 'vue';
|
|
9
|
-
import { VueHeadClient, UseHeadInput, UseHeadOptions as UseHeadOptions$1, UseHeadSafeInput, UseSeoMetaInput } from './types.js';
|
|
10
10
|
|
|
11
11
|
interface VueScriptInstance<T extends Record<symbol | string, any>> extends Omit<ScriptInstance<T>, 'status'> {
|
|
12
12
|
status: Ref<UseScriptStatus>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.6",
|
|
5
5
|
"description": "Full-stack <head> manager built for Vue.",
|
|
6
6
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -91,9 +91,9 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"hookable": "^5.5.3",
|
|
94
|
-
"@unhead/
|
|
95
|
-
"@unhead/
|
|
96
|
-
"unhead": "2.0.0-alpha.
|
|
94
|
+
"@unhead/schema": "2.0.0-alpha.6",
|
|
95
|
+
"@unhead/shared": "2.0.0-alpha.6",
|
|
96
|
+
"unhead": "2.0.0-alpha.6"
|
|
97
97
|
},
|
|
98
98
|
"scripts": {
|
|
99
99
|
"build": "unbuild .",
|