@unhead/schema-org 1.11.9 → 1.11.11
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 +5 -1
- package/dist/index.mjs +6 -2
- package/dist/shared/{schema-org.65a68144.cjs → schema-org.6b89a24a.cjs} +26 -636
- package/dist/shared/{schema-org.a7784df3.mjs → schema-org.bd452034.mjs} +23 -633
- package/dist/vue.cjs +2 -1
- package/dist/vue.mjs +3 -2
- package/package.json +6 -5
- package/vue.d.ts +1 -1
package/dist/vue.cjs
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const plugin = require('./shared/schema-org.
|
|
3
|
+
const plugin = require('./shared/schema-org.6b89a24a.cjs');
|
|
4
4
|
const vue = require('vue');
|
|
5
5
|
const vue$1 = require('@unhead/vue');
|
|
6
6
|
require('ufo');
|
|
7
|
+
require('ohash');
|
|
7
8
|
|
|
8
9
|
const schemaAutoImports = [
|
|
9
10
|
"defineAddress",
|
package/dist/vue.mjs
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { U as UnheadSchemaOrg } from './shared/schema-org.
|
|
2
|
-
export { a1 as PluginSchemaOrg, a2 as SchemaOrgUnheadPlugin } from './shared/schema-org.
|
|
1
|
+
import { U as UnheadSchemaOrg } from './shared/schema-org.bd452034.mjs';
|
|
2
|
+
export { a1 as PluginSchemaOrg, a2 as SchemaOrgUnheadPlugin } from './shared/schema-org.bd452034.mjs';
|
|
3
3
|
import { defineComponent, ref, computed, unref, h } from 'vue';
|
|
4
4
|
import { injectHead, useHead } from '@unhead/vue';
|
|
5
5
|
import 'ufo';
|
|
6
|
+
import 'ohash';
|
|
6
7
|
|
|
7
8
|
const schemaAutoImports = [
|
|
8
9
|
"defineAddress",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/schema-org",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.11.
|
|
4
|
+
"version": "1.11.11",
|
|
5
5
|
"description": "Unhead Schema.org for Simple and Automated Google Rich Results",
|
|
6
6
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"vue.d.ts"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
+
"ohash": "^1.1.4",
|
|
51
52
|
"ufo": "^1.5.4"
|
|
52
53
|
},
|
|
53
54
|
"build": {
|
|
@@ -57,10 +58,10 @@
|
|
|
57
58
|
},
|
|
58
59
|
"devDependencies": {
|
|
59
60
|
"unplugin-vue-components": "^0.27.4",
|
|
60
|
-
"@unhead/schema": "1.11.
|
|
61
|
-
"@unhead/
|
|
62
|
-
"unhead": "1.11.
|
|
63
|
-
"@unhead/
|
|
61
|
+
"@unhead/schema": "1.11.11",
|
|
62
|
+
"@unhead/vue": "1.11.11",
|
|
63
|
+
"unhead": "1.11.11",
|
|
64
|
+
"@unhead/shared": "1.11.11"
|
|
64
65
|
},
|
|
65
66
|
"scripts": {
|
|
66
67
|
"build": "unbuild .",
|
package/vue.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './dist/vue'
|
|
1
|
+
export * from './dist/vue'
|