@unhead/schema-org
Advanced tools
Comparing version 1.11.2 to 1.11.3
{ | ||
"name": "@unhead/schema-org", | ||
"type": "module", | ||
"version": "1.11.2", | ||
"version": "1.11.3", | ||
"description": "Unhead Schema.org for Simple and Automated Google Rich Results", | ||
@@ -34,3 +34,4 @@ "author": "Harlan Wilton <harlan@harlanzw.com>", | ||
"require": "./dist/vue.cjs" | ||
} | ||
}, | ||
"./*": "./*" | ||
}, | ||
@@ -40,2 +41,9 @@ "main": "dist/index.cjs", | ||
"types": "dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"vue": [ | ||
"dist/vue" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -54,6 +62,6 @@ "dist" | ||
"unplugin-vue-components": "^0.27.4", | ||
"@unhead/schema": "1.11.2", | ||
"@unhead/vue": "1.11.2", | ||
"@unhead/shared": "1.11.2", | ||
"unhead": "1.11.2" | ||
"@unhead/shared": "1.11.3", | ||
"unhead": "1.11.3", | ||
"@unhead/schema": "1.11.3", | ||
"@unhead/vue": "1.11.3" | ||
}, | ||
@@ -60,0 +68,0 @@ "scripts": { |
400661