@unhead/vue 1.11.0 → 1.11.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/components.cjs +1 -1
- package/dist/components.mjs +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +3 -3
- package/dist/polyfill.cjs +2 -2
- package/dist/polyfill.mjs +2 -2
- package/dist/shared/{vue.4291651c.cjs → vue.104c41b5.cjs} +1 -1
- package/dist/shared/{vue.10fc9951.cjs → vue.6b1572ee.cjs} +1 -1
- package/dist/shared/{vue.fed13688.mjs → vue.8fc199ce.mjs} +1 -1
- package/dist/shared/{vue.538dba42.mjs → vue.f49591ad.mjs} +1 -1
- package/dist/vue2.cjs +2 -2
- package/dist/vue2.mjs +2 -2
- package/package.json +4 -4
package/dist/components.cjs
CHANGED
package/dist/components.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const unhead = require('unhead');
|
|
4
|
-
const injectHead = require('./shared/vue.
|
|
4
|
+
const injectHead = require('./shared/vue.6b1572ee.cjs');
|
|
5
5
|
const shared = require('@unhead/shared');
|
|
6
|
-
const useHead = require('./shared/vue.
|
|
6
|
+
const useHead = require('./shared/vue.104c41b5.cjs');
|
|
7
7
|
const vue = require('vue');
|
|
8
8
|
|
|
9
9
|
const coreComposableNames = [
|
package/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useScript as useScript$1 } from 'unhead';
|
|
2
2
|
export { CapoPlugin, HashHydrationPlugin, createHeadCore } from 'unhead';
|
|
3
|
-
import { i as injectHead, h as headSymbol, V as Vue3 } from './shared/vue.
|
|
4
|
-
export { c as createHead, a as createServerHead, r as resolveUnrefHeadInput, s as setHeadInjectionHandler } from './shared/vue.
|
|
3
|
+
import { i as injectHead, h as headSymbol, V as Vue3 } from './shared/vue.f49591ad.mjs';
|
|
4
|
+
export { c as createHead, a as createServerHead, r as resolveUnrefHeadInput, s as setHeadInjectionHandler } from './shared/vue.f49591ad.mjs';
|
|
5
5
|
import { composableNames, whitelistSafeInput, unpackMeta } from '@unhead/shared';
|
|
6
|
-
import { u as useHead } from './shared/vue.
|
|
6
|
+
import { u as useHead } from './shared/vue.8fc199ce.mjs';
|
|
7
7
|
import { getCurrentInstance, onMounted, ref, onScopeDispose } from 'vue';
|
|
8
8
|
|
|
9
9
|
const coreComposableNames = [
|
package/dist/polyfill.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const useHead = require('./shared/vue.
|
|
3
|
+
const useHead = require('./shared/vue.104c41b5.cjs');
|
|
4
4
|
require('vue');
|
|
5
|
-
require('./shared/vue.
|
|
5
|
+
require('./shared/vue.6b1572ee.cjs');
|
|
6
6
|
require('unhead');
|
|
7
7
|
require('@unhead/shared');
|
|
8
8
|
|
package/dist/polyfill.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, watchEffect, watch, getCurrentInstance, onBeforeUnmount, onDeactivated, onActivated } from 'vue';
|
|
2
|
-
import { i as injectHead, r as resolveUnrefHeadInput } from './vue.
|
|
2
|
+
import { i as injectHead, r as resolveUnrefHeadInput } from './vue.f49591ad.mjs';
|
|
3
3
|
|
|
4
4
|
function useHead(input, options = {}) {
|
|
5
5
|
const head = options.head || injectHead();
|
package/dist/vue2.cjs
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
const defu = require('defu');
|
|
4
4
|
const vue = require('vue');
|
|
5
|
-
const useHead = require('./shared/vue.
|
|
6
|
-
const injectHead = require('./shared/vue.
|
|
5
|
+
const useHead = require('./shared/vue.104c41b5.cjs');
|
|
6
|
+
const injectHead = require('./shared/vue.6b1572ee.cjs');
|
|
7
7
|
require('unhead');
|
|
8
8
|
require('@unhead/shared');
|
|
9
9
|
|
package/dist/vue2.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defu } from 'defu';
|
|
2
2
|
import { getCurrentInstance } from 'vue';
|
|
3
|
-
import { u as useHead } from './shared/vue.
|
|
4
|
-
import { V as Vue3, h as headSymbol } from './shared/vue.
|
|
3
|
+
import { u as useHead } from './shared/vue.8fc199ce.mjs';
|
|
4
|
+
import { V as Vue3, h as headSymbol } from './shared/vue.f49591ad.mjs';
|
|
5
5
|
import 'unhead';
|
|
6
6
|
import '@unhead/shared';
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.11.
|
|
4
|
+
"version": "1.11.2",
|
|
5
5
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/harlan-zw",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"defu": "^6.1.4",
|
|
69
69
|
"hookable": "^5.5.3",
|
|
70
|
-
"@unhead/schema": "1.11.
|
|
71
|
-
"@unhead/shared": "1.11.
|
|
72
|
-
"unhead": "1.11.
|
|
70
|
+
"@unhead/schema": "1.11.2",
|
|
71
|
+
"@unhead/shared": "1.11.2",
|
|
72
|
+
"unhead": "1.11.2"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"build": "unbuild .",
|