sanity-plugin-seofields 1.3.0 → 1.3.2

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/next.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { b as SanityImage, c as SanityImageWithAlt, d as SeoFields } from './types-B91ena4g.cjs';
1
+ import { c as SanityImage, d as SanityImageWithAlt, e as SeoFields } from './types-BtSRRG6C.cjs';
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
3
 
4
4
  /**
package/dist/next.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { b as SanityImage, c as SanityImageWithAlt, d as SeoFields } from './types-B91ena4g.js';
1
+ import { c as SanityImage, d as SanityImageWithAlt, e as SeoFields } from './types-BtSRRG6C.js';
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
3
 
4
4
  /**
@@ -85,5 +85,20 @@ interface DocumentWithSeoHealth {
85
85
  _updatedAt?: string;
86
86
  health: SeoHealthMetrics;
87
87
  }
88
+ /**
89
+ * A single deprecation warning entry produced by the plugin when it detects
90
+ * a deprecated config key. Each entry carries the migration hint, the plugin
91
+ * version in which the key was deprecated, and the matching changelog URL so
92
+ * the dashboard banner can render per-version links even when warnings come
93
+ * from multiple release cycles.
94
+ */
95
+ interface DeprecationWarning {
96
+ /** Migration hint shown in the banner, e.g. "display.typeColumn → showTypeColumn". */
97
+ key: string;
98
+ /** Plugin version that deprecated this key, e.g. "v1.3.2". */
99
+ version: string;
100
+ /** Full changelog URL for this deprecation, e.g. ".../CHANGELOG.md#132--2026-03-23". */
101
+ changelogUrl: string;
102
+ }
88
103
 
89
- export type { DocumentWithSeoHealth as D, SeoHealthMetrics as S, SeoHealthStatus as a, SanityImage as b, SanityImageWithAlt as c, SeoFields as d };
104
+ export type { DocumentWithSeoHealth as D, SeoHealthMetrics as S, DeprecationWarning as a, SeoHealthStatus as b, SanityImage as c, SanityImageWithAlt as d, SeoFields as e };
@@ -85,5 +85,20 @@ interface DocumentWithSeoHealth {
85
85
  _updatedAt?: string;
86
86
  health: SeoHealthMetrics;
87
87
  }
88
+ /**
89
+ * A single deprecation warning entry produced by the plugin when it detects
90
+ * a deprecated config key. Each entry carries the migration hint, the plugin
91
+ * version in which the key was deprecated, and the matching changelog URL so
92
+ * the dashboard banner can render per-version links even when warnings come
93
+ * from multiple release cycles.
94
+ */
95
+ interface DeprecationWarning {
96
+ /** Migration hint shown in the banner, e.g. "display.typeColumn → showTypeColumn". */
97
+ key: string;
98
+ /** Plugin version that deprecated this key, e.g. "v1.3.2". */
99
+ version: string;
100
+ /** Full changelog URL for this deprecation, e.g. ".../CHANGELOG.md#132--2026-03-23". */
101
+ changelogUrl: string;
102
+ }
88
103
 
89
- export type { DocumentWithSeoHealth as D, SeoHealthMetrics as S, SeoHealthStatus as a, SanityImage as b, SanityImageWithAlt as c, SeoFields as d };
104
+ export type { DocumentWithSeoHealth as D, SeoHealthMetrics as S, DeprecationWarning as a, SeoHealthStatus as b, SanityImage as c, SanityImageWithAlt as d, SeoFields as e };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-seofields",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "A Sanity Studio plugin to manage SEO fields like meta titles, descriptions, and Open Graph tags for structured, search-optimized content.",
5
5
  "keywords": [
6
6
  "sanity",