@focus-reactive/payload-plugin-seo 1.6.0 → 1.6.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 CHANGED
@@ -548,7 +548,7 @@ interface SeoTextFieldOptions {
548
548
  generateOnPublish?: boolean;
549
549
  /**
550
550
  * Override the target length window.
551
- * Defaults: title → 400–600 px; description → 120–160 chars.
551
+ * Defaults: title → 400–600 px; description → 120–156 chars.
552
552
  */
553
553
  range?: { min?: number; max?: number };
554
554
  }
@@ -8,6 +8,6 @@ export declare const TITLE_RANGE: {
8
8
  };
9
9
  export declare const DESCRIPTION_RANGE: {
10
10
  readonly min: 120;
11
- readonly max: 160;
11
+ readonly max: 156;
12
12
  };
13
13
  //# sourceMappingURL=generation.d.ts.map
@@ -8,7 +8,7 @@ const TITLE_RANGE = {
8
8
  };
9
9
  const DESCRIPTION_RANGE = {
10
10
  min: 120,
11
- max: 160
11
+ max: 156
12
12
  };
13
13
  export {
14
14
  AVG_GLYPH_PX,
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/constants/generation.ts"],"sourcesContent":["export const GENERATE_ENDPOINT_PATH = \"/seo/generate\";\nexport const DEFAULT_MODEL = \"gpt-4o-mini\";\nexport const DEFAULT_MAX_CONTENT_CHARS = 6000;\n\nexport const AVG_GLYPH_PX = 8.5;\n\nexport const TITLE_RANGE = {\n min: 400,\n max: 600,\n} as const;\n\nexport const DESCRIPTION_RANGE = {\n min: 120,\n max: 160,\n} as const;\n"],"mappings":"AAAO,MAAM,yBAAyB;AAC/B,MAAM,gBAAgB;AACtB,MAAM,4BAA4B;AAElC,MAAM,eAAe;AAErB,MAAM,cAAc;AAAA,EACzB,KAAK;AAAA,EACL,KAAK;AACP;AAEO,MAAM,oBAAoB;AAAA,EAC/B,KAAK;AAAA,EACL,KAAK;AACP;","names":[]}
1
+ {"version":3,"sources":["../../src/constants/generation.ts"],"sourcesContent":["export const GENERATE_ENDPOINT_PATH = \"/seo/generate\";\nexport const DEFAULT_MODEL = \"gpt-4o-mini\";\nexport const DEFAULT_MAX_CONTENT_CHARS = 6000;\n\nexport const AVG_GLYPH_PX = 8.5;\n\nexport const TITLE_RANGE = {\n min: 400,\n max: 600,\n} as const;\n\nexport const DESCRIPTION_RANGE = {\n min: 120,\n max: 156,\n} as const;\n"],"mappings":"AAAO,MAAM,yBAAyB;AAC/B,MAAM,gBAAgB;AACtB,MAAM,4BAA4B;AAElC,MAAM,eAAe;AAErB,MAAM,cAAc;AAAA,EACzB,KAAK;AAAA,EACL,KAAK;AACP;AAEO,MAAM,oBAAoB;AAAA,EAC/B,KAAK;AAAA,EACL,KAAK;AACP;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@focus-reactive/payload-plugin-seo",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "MIT",
5
5
  "author": "FocusReactive <ship@focusreactive.com>",
6
6
  "keywords": [