@unhead/addons 1.8.0-beta.1 → 1.8.0-beta.10
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.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -20,7 +20,7 @@ interface InferSeoMetaPluginOptions {
|
|
|
20
20
|
*/
|
|
21
21
|
twitterCard?: false | 'summary' | 'summary_large_image' | 'app' | 'player';
|
|
22
22
|
}
|
|
23
|
-
declare function InferSeoMetaPlugin(options?: InferSeoMetaPluginOptions): _unhead_schema.
|
|
23
|
+
declare function InferSeoMetaPlugin(options?: InferSeoMetaPluginOptions): _unhead_schema.HeadPluginInput;
|
|
24
24
|
|
|
25
25
|
declare const DefaultCriticalTags: {
|
|
26
26
|
htmlAttrs: {
|
package/dist/index.d.mts
CHANGED
|
@@ -20,7 +20,7 @@ interface InferSeoMetaPluginOptions {
|
|
|
20
20
|
*/
|
|
21
21
|
twitterCard?: false | 'summary' | 'summary_large_image' | 'app' | 'player';
|
|
22
22
|
}
|
|
23
|
-
declare function InferSeoMetaPlugin(options?: InferSeoMetaPluginOptions): _unhead_schema.
|
|
23
|
+
declare function InferSeoMetaPlugin(options?: InferSeoMetaPluginOptions): _unhead_schema.HeadPluginInput;
|
|
24
24
|
|
|
25
25
|
declare const DefaultCriticalTags: {
|
|
26
26
|
htmlAttrs: {
|
package/dist/index.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ interface InferSeoMetaPluginOptions {
|
|
|
20
20
|
*/
|
|
21
21
|
twitterCard?: false | 'summary' | 'summary_large_image' | 'app' | 'player';
|
|
22
22
|
}
|
|
23
|
-
declare function InferSeoMetaPlugin(options?: InferSeoMetaPluginOptions): _unhead_schema.
|
|
23
|
+
declare function InferSeoMetaPlugin(options?: InferSeoMetaPluginOptions): _unhead_schema.HeadPluginInput;
|
|
24
24
|
|
|
25
25
|
declare const DefaultCriticalTags: {
|
|
26
26
|
htmlAttrs: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unhead/addons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.8.0-beta.
|
|
4
|
+
"version": "1.8.0-beta.10",
|
|
5
5
|
"author": "Harlan Wilton <harlan@harlanzw.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/harlan-zw",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"ufo": "^1.3.1",
|
|
56
56
|
"unplugin": "^1.5.0",
|
|
57
57
|
"unplugin-ast": "^0.8.2",
|
|
58
|
-
"@unhead/schema": "1.8.0-beta.
|
|
59
|
-
"@unhead/shared": "1.8.0-beta.
|
|
58
|
+
"@unhead/schema": "1.8.0-beta.10",
|
|
59
|
+
"@unhead/shared": "1.8.0-beta.10"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@babel/types": "^7.23.0",
|