@unhead/schema-org
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
import { T as Thing, S as SchemaOrgNodeDefinition, M as MetaInput, R as ResolvedMeta, a as SchemaOrgGraph, A as Arrayable, b as SchemaOrgNode, 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 } from './shared/schema-org.D_ha4uKf.js'; | ||
export { z as AggregateOfferSimple, G as AggregateRatingSimple, N as ArticleSimple, Z as BookEditionSimple, Y as BookSimple, a1 as BreadcrumbSimple, a4 as CommentSimple, a6 as CourseSimple, a8 as EventSimple, af as FoodEstablishmentSimple, am as HowToDirection, ai as HowToId, ah as HowToSimple, ak as HowToStepSimple, bm as Id, bl as IdReference, bg as Identity, ao as ImageSimple, aq as ItemListSimple, as as JobPostingSimple, au as ListItemSimple, aw as LocalBusinessSimple, ay as MovieSimple, be as NodeRelation, bf as NodeRelations, aT as NutritionInformation, aA as OfferSimple, aC as OpeningHoursSimple, bi as OptionalSchemaOrgPrefix, aE as OrganizationSimple, aG as PersonSimple, ab as PlaceSimple, bc as PluginSchemaOrg, ba as PluginSchemaOrgOptions, aI as PostalAddressSimple, U as PrimaryArticleId, $ as PrimaryBookId, a2 as PrimaryBreadcrumbId, a9 as PrimaryEventId, b1 as PrimaryWebPageId, b6 as PrimaryWebSiteId, aL as ProductId, aK as ProductSimple, aN as QuestionSimple, aQ as Rating, aP as RatingSimple, b3 as ReadActionInput, aU as RecipeId, aS as RecipeSimple, bh as ResolvableDate, aW as ReviewSimple, bd as SchemaOrgUnheadPlugin, b8 as SearchActionInput, aY as SoftwareAppSimple, bb as UnheadSchemaOrg, bj as UserConfig, a_ as VideoSimple, ad as VirtualLocationSimple, b0 as WebPageSimple, b5 as WebSiteSimple, bk as WithResolver, aJ as addressResolver, D as aggregateOfferResolver, K as aggregateRatingResolver, X as articleResolver, _ as bookEditionResolver, a0 as bookResolver, a3 as breadcrumbResolver, a5 as commentResolver, a7 as courseResolver, y as createSchemaOrgGraph, aa as eventResolver, ag as foodEstablishmentResolver, aj as howToResolver, an as howToStepDirectionResolver, al as howToStepResolver, ap as imageResolver, ar as itemListResolver, at as jobPostingResolver, av as listItemResolver, ax as localBusinessResolver, az as movieResolver, aB as offerResolver, aD as openingHoursResolver, aF as organizationResolver, aH as personResolver, ac as placeResolver, aM as productResolver, aO as questionResolver, aR as ratingResolver, b4 as readActionResolver, aV as recipeResolver, aX as reviewResolver, b9 as searchActionResolver, aZ as softwareAppResolver, a$ as videoResolver, ae as virtualLocationResolver, b2 as webPageResolver, b7 as webSiteResolver } from './shared/schema-org.D_ha4uKf.js'; | ||
import * as _unhead_schema from '@unhead/schema'; | ||
import { HeadEntryOptions } from '@unhead/schema'; | ||
import * as unhead from 'unhead'; | ||
import { Unhead, HeadEntryOptions } from '@unhead/schema'; | ||
@@ -73,8 +72,4 @@ declare function defineSchemaOrgResolver<T extends Thing>(schema: SchemaOrgNodeDefinition<T>): SchemaOrgNodeDefinition<T>; | ||
type UseSchemaOrgInput = Arrayable<Thing | Record<string, any>>; | ||
declare function useSchemaOrg(input: UseSchemaOrgInput, options?: HeadEntryOptions): _unhead_schema.ActiveHeadEntry<unhead.UseHeadInput<{ | ||
script: { | ||
nodes: UseSchemaOrgInput; | ||
}; | ||
}>> | undefined; | ||
declare function useSchemaOrg(head: Unhead<any>, input: UseSchemaOrgInput, options?: HeadEntryOptions): _unhead_schema.ActiveHeadEntry<any> | undefined; | ||
export { AggregateOffer, AggregateRating, Arrayable, Article, Book, BookEdition, BreadcrumbList, Comment, Course, Event, FoodEstablishment, HowTo, HowToStep, ImageObject, ItemList, JobPosting, ListItem, LocalBusiness, MetaInput, Movie, Offer, OpeningHoursSpecification, Organization, Person, Place, PostalAddress, Product, Question, ReadAction, Recipe, ResolvedMeta, Review, SchemaOrgGraph, SchemaOrgNode, SchemaOrgNodeDefinition, SearchAction, SoftwareApp, Thing, type UseSchemaOrgInput, VideoObject, VirtualLocation, WebPage, WebSite, dedupeNodes, defineAddress, defineAggregateOffer, defineAggregateRating, defineArticle, defineBook, defineBookEdition, defineBreadcrumb, defineComment, defineCourse, defineEvent, defineFoodEstablishment, defineHowTo, defineHowToStep, defineImage, defineItemList, defineJobPosting, defineListItem, defineLocalBusiness, defineMovie, defineOffer, defineOpeningHours, defineOrganization, definePerson, definePlace, defineProduct, defineQuestion, defineReadAction, defineRecipe, defineReview, defineSchemaOrgResolver, defineSearchAction, defineSoftwareApp, defineVideo, defineVirtualLocation, defineWebPage, defineWebSite, normaliseNodes, resolveMeta, resolveNode, resolveNodeId, resolveRelation, useSchemaOrg }; |
{ | ||
"name": "@unhead/schema-org", | ||
"type": "module", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Unhead Schema.org for Simple and Automated Google Rich Results", | ||
@@ -18,2 +18,6 @@ "author": "Harlan Wilton <harlan@harlanzw.com>", | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "next" | ||
}, | ||
"keywords": [ | ||
@@ -64,6 +68,6 @@ "schema.org", | ||
"ufo": "^1.5.4", | ||
"@unhead/schema": "2.0.0-alpha.1", | ||
"@unhead/shared": "2.0.0-alpha.1", | ||
"@unhead/vue": "2.0.0-alpha.1", | ||
"unhead": "2.0.0-alpha.1" | ||
"@unhead/schema": "2.0.0-alpha.2", | ||
"@unhead/shared": "2.0.0-alpha.2", | ||
"@unhead/vue": "2.0.0-alpha.2", | ||
"unhead": "2.0.0-alpha.2" | ||
}, | ||
@@ -70,0 +74,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
366140
5894
+ Added@unhead/schema@2.0.0-alpha.2(transitive)
+ Added@unhead/shared@2.0.0-alpha.2(transitive)
+ Added@unhead/vue@2.0.0-alpha.2(transitive)
+ Addedunhead@2.0.0-alpha.2(transitive)
- Removed@types/estree@1.0.6(transitive)
- Removed@unhead/schema@2.0.0-alpha.1(transitive)
- Removed@unhead/shared@2.0.0-alpha.1(transitive)
- Removed@unhead/vue@2.0.0-alpha.1(transitive)
- Removedacorn@8.14.0(transitive)
- Removedestree-walker@3.0.3(transitive)
- Removedunctx@2.4.1(transitive)
- Removedunhead@2.0.0-alpha.1(transitive)
- Removedunplugin@2.2.0(transitive)
- Removedwebpack-virtual-modules@0.6.2(transitive)
Updated@unhead/schema@2.0.0-alpha.2
Updated@unhead/shared@2.0.0-alpha.2
Updated@unhead/vue@2.0.0-alpha.2
Updatedunhead@2.0.0-alpha.2