sanity-plugin-seofields 1.9.0 → 1.10.1
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/README.md +71 -0
- package/dist/{SeoPreview-LMZAWWOE.cjs → SeoPreview-A2XZVMT2.cjs} +4 -4
- package/dist/{SeoPreview-LMZAWWOE.cjs.map → SeoPreview-A2XZVMT2.cjs.map} +1 -1
- package/dist/{SeoPreview-UNQBKTQO.js → SeoPreview-TATJQFMP.js} +2 -2
- package/dist/chunk-CRCXC45D.js +56 -0
- package/dist/chunk-CRCXC45D.js.map +1 -0
- package/dist/{chunk-HHO2AKAP.js → chunk-DB5MBPRK.js} +13 -13
- package/dist/chunk-DB5MBPRK.js.map +1 -0
- package/dist/{chunk-3OK3S2F7.cjs → chunk-EUG4MNRC.cjs} +60 -20
- package/dist/chunk-EUG4MNRC.cjs.map +1 -0
- package/dist/{chunk-Y46ACXM4.cjs → chunk-LHUFL5LS.cjs} +13 -13
- package/dist/chunk-LHUFL5LS.cjs.map +1 -0
- package/dist/{chunk-Z5AOUU4H.js → chunk-NLEB47UV.js} +60 -20
- package/dist/chunk-NLEB47UV.js.map +1 -0
- package/dist/{chunk-FUUWBQE2.cjs → chunk-OULUDJPI.cjs} +66 -7
- package/dist/chunk-OULUDJPI.cjs.map +1 -0
- package/dist/{chunk-KIEO6QG3.js → chunk-XD4HKLEA.js} +66 -7
- package/dist/chunk-XD4HKLEA.js.map +1 -0
- package/dist/chunk-XYAZJ3WX.cjs +56 -0
- package/dist/chunk-XYAZJ3WX.cjs.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/head.cjs +10 -2
- package/dist/head.cjs.map +1 -1
- package/dist/head.d.cts +61 -1
- package/dist/head.d.ts +61 -1
- package/dist/head.js +9 -1
- package/dist/hreflang-_VbSuWYD.d.cts +29 -0
- package/dist/hreflang-_VbSuWYD.d.ts +29 -0
- package/dist/index.cjs +173 -38
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +336 -201
- package/dist/index.js.map +1 -1
- package/dist/next.cjs +11 -3
- package/dist/next.cjs.map +1 -1
- package/dist/next.d.cts +2 -1
- package/dist/next.d.ts +2 -1
- package/dist/next.js +9 -1
- package/dist/next.js.map +1 -1
- package/dist/{plugin-DoGeZP79.d.cts → plugin-HFuWZsJu.d.cts} +68 -1
- package/dist/{plugin-DQdThyxG.d.ts → plugin-oQUCim56.d.ts} +68 -1
- package/dist/server.cjs +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +6 -8
- package/dist/server.d.ts +6 -8
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-3OK3S2F7.cjs.map +0 -1
- package/dist/chunk-FUUWBQE2.cjs.map +0 -1
- package/dist/chunk-HHO2AKAP.js.map +0 -1
- package/dist/chunk-KIEO6QG3.js.map +0 -1
- package/dist/chunk-Y46ACXM4.cjs.map +0 -1
- package/dist/chunk-Z5AOUU4H.js.map +0 -1
- /package/dist/{SeoPreview-UNQBKTQO.js.map → SeoPreview-TATJQFMP.js.map} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as AiConfig, a as AiIndustry,
|
|
1
|
+
import { b as SeoFieldsPluginConfig, s as seofields } from './plugin-HFuWZsJu.cjs';
|
|
2
|
+
export { A as AiConfig, a as AiIndustry, c as AllFieldKeys, C as CustomPromptFn, d as CustomPromptValues, F as FieldVisibilityConfig, H as HreflangConfig, P as PublishGateRequiredField, e as SeoFieldConfig, f as SeoFieldGroup, g as SeoFieldKeys, h as SeoObjectFieldName, V as ValidHiddenFieldKeys, o as openGraphFieldKeys, t as twitterFieldKeys } from './plugin-HFuWZsJu.cjs';
|
|
3
3
|
import * as sanity from 'sanity';
|
|
4
4
|
import { SchemaTypeDefinition } from 'sanity';
|
|
5
5
|
export { SeoHealthPaneOptions, createSeoHealthPane } from 'seofields-pro';
|
|
6
6
|
export { S as SchemaOrgDocumentJsonLdPreview, S as SchemaOrgJsonLdPreview, a as SchemaOrgJsonLdPreviewOptions, b as SchemaOrgJsonLdPreviewProps } from './SchemaOrgJsonLdPreview-DJLkIPq4.cjs';
|
|
7
7
|
import { c as SeoHealthMetrics } from './types-DxlPXihz.cjs';
|
|
8
8
|
export { D as DocumentWithSeoHealth, d as SeoHealthStatus } from './types-DxlPXihz.cjs';
|
|
9
|
+
import './hreflang-_VbSuWYD.cjs';
|
|
9
10
|
import 'react';
|
|
10
11
|
|
|
11
12
|
declare function seoFieldsSchema(config?: SeoFieldsPluginConfig): SchemaTypeDefinition;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as AiConfig, a as AiIndustry,
|
|
1
|
+
import { b as SeoFieldsPluginConfig, s as seofields } from './plugin-oQUCim56.js';
|
|
2
|
+
export { A as AiConfig, a as AiIndustry, c as AllFieldKeys, C as CustomPromptFn, d as CustomPromptValues, F as FieldVisibilityConfig, H as HreflangConfig, P as PublishGateRequiredField, e as SeoFieldConfig, f as SeoFieldGroup, g as SeoFieldKeys, h as SeoObjectFieldName, V as ValidHiddenFieldKeys, o as openGraphFieldKeys, t as twitterFieldKeys } from './plugin-oQUCim56.js';
|
|
3
3
|
import * as sanity from 'sanity';
|
|
4
4
|
import { SchemaTypeDefinition } from 'sanity';
|
|
5
5
|
export { SeoHealthPaneOptions, createSeoHealthPane } from 'seofields-pro';
|
|
6
6
|
export { S as SchemaOrgDocumentJsonLdPreview, S as SchemaOrgJsonLdPreview, a as SchemaOrgJsonLdPreviewOptions, b as SchemaOrgJsonLdPreviewProps } from './SchemaOrgJsonLdPreview-DJLkIPq4.js';
|
|
7
7
|
import { c as SeoHealthMetrics } from './types-DxlPXihz.js';
|
|
8
8
|
export { D as DocumentWithSeoHealth, d as SeoHealthStatus } from './types-DxlPXihz.js';
|
|
9
|
+
import './hreflang-_VbSuWYD.js';
|
|
9
10
|
import 'react';
|
|
10
11
|
|
|
11
12
|
declare function seoFieldsSchema(config?: SeoFieldsPluginConfig): SchemaTypeDefinition;
|