@unhead/schema-org 1.8.9 → 1.8.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/LICENSE +21 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/shared/{schema-org.da628d24.cjs → schema-org.05dca9f3.cjs} +102 -24
- package/dist/shared/{schema-org.320d2e5d.d.cts → schema-org.6b61657a.d.cts} +155 -98
- package/dist/shared/{schema-org.320d2e5d.d.mts → schema-org.6b61657a.d.mts} +155 -98
- package/dist/shared/{schema-org.320d2e5d.d.ts → schema-org.6b61657a.d.ts} +155 -98
- package/dist/shared/{schema-org.bb03b192.mjs → schema-org.e127cd72.mjs} +102 -24
- package/dist/vue.cjs +1 -1
- package/dist/vue.d.cts +2 -2
- package/dist/vue.d.mts +2 -2
- package/dist/vue.d.ts +2 -2
- package/dist/vue.mjs +2 -2
- package/package.json +9 -9
package/dist/vue.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ComponentResolver } from 'unplugin-vue-components';
|
|
2
2
|
import * as _unhead_vue from '@unhead/vue';
|
|
3
3
|
import { MaybeComputedRefOrPromise } from '@unhead/vue';
|
|
4
|
-
import { P as PostalAddress, c as AggregateOffer, d as AggregateRating, e as Article, B as BreadcrumbList, C as Comment, E as Event, F as FoodEstablishment, V as VirtualLocation, f as Place, H as HowTo, g as HowToStep, I as ImageObject, J as JobPosting, L as LocalBusiness, O as Offer, h as OpeningHoursSpecification, i as Organization, j as Person, k as Product, Q as Question, l as Recipe, m as Review, n as VideoObject, W as WebPage, o as WebSite, p as Book, q as Course, r as ItemList, s as ListItem, t as Movie, u as SearchAction, v as ReadAction, w as SoftwareApp, x as BookEdition, A as Arrayable, T as Thing } from './shared/schema-org.
|
|
5
|
-
export { M as MetaInput, bc as PluginSchemaOrg, bd as SchemaOrgUnheadPlugin, bj as UserConfig } from './shared/schema-org.
|
|
4
|
+
import { P as PostalAddress, c as AggregateOffer, d as AggregateRating, e as Article, B as BreadcrumbList, C as Comment, E as Event, F as FoodEstablishment, V as VirtualLocation, f as Place, H as HowTo, g as HowToStep, I as ImageObject, J as JobPosting, L as LocalBusiness, O as Offer, h as OpeningHoursSpecification, i as Organization, j as Person, k as Product, Q as Question, l as Recipe, m as Review, n as VideoObject, W as WebPage, o as WebSite, p as Book, q as Course, r as ItemList, s as ListItem, t as Movie, u as SearchAction, v as ReadAction, w as SoftwareApp, x as BookEdition, A as Arrayable, T as Thing } from './shared/schema-org.6b61657a.js';
|
|
5
|
+
export { M as MetaInput, bc as PluginSchemaOrg, bd as SchemaOrgUnheadPlugin, bj as UserConfig } from './shared/schema-org.6b61657a.js';
|
|
6
6
|
import { defineComponent } from 'vue';
|
|
7
7
|
import '@unhead/schema';
|
|
8
8
|
|
package/dist/vue.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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.e127cd72.mjs';
|
|
2
|
+
export { a1 as PluginSchemaOrg, a2 as SchemaOrgUnheadPlugin } from './shared/schema-org.e127cd72.mjs';
|
|
3
3
|
import { injectHead, useHead } from '@unhead/vue';
|
|
4
4
|
import { defineComponent, ref, computed, unref, h } from 'vue';
|
|
5
5
|
import '@unhead/shared';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/schema-org",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.11",
|
|
4
4
|
"description": "Unhead Schema.org for Simple and Automated Google Rich Results",
|
|
5
5
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
"dist"
|
|
40
40
|
],
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"unhead": ">=1.8.
|
|
43
|
-
"@unhead/shared": "1.8.
|
|
42
|
+
"unhead": ">=1.8.10",
|
|
43
|
+
"@unhead/shared": "1.8.11"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"ufo": "^1.
|
|
46
|
+
"ufo": "^1.4.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"unplugin-vue-components": "^0.26.0",
|
|
50
|
-
"vue": "^3.
|
|
51
|
-
"@unhead/schema": "1.8.
|
|
52
|
-
"@unhead/shared": "1.8.
|
|
53
|
-
"unhead": "1.8.
|
|
54
|
-
"@unhead/vue": "1.8.
|
|
50
|
+
"vue": "^3.4.21",
|
|
51
|
+
"@unhead/schema": "1.8.11",
|
|
52
|
+
"@unhead/shared": "1.8.11",
|
|
53
|
+
"unhead": "1.8.11",
|
|
54
|
+
"@unhead/vue": "1.8.11"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "unbuild .",
|