@lynxflow/seo-engine 1.6.7 → 1.6.8

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.
@@ -3,7 +3,7 @@
3
3
  * Automatically detects and synchronizes website locales without requiring hardcoded lists.
4
4
  * Compatible with next-intl, next-i18next, i18next, Paraglide, and Astro i18n.
5
5
  */
6
- export declare const SUPPORTED_CANONICAL_LOCALES: readonly ["en", "fr", "es", "de", "it", "pt", "nl", "ru", "tr", "zh", "ja", "ko", "hi", "id", "ar", "pl", "sv", "no", "da", "fi", "cs", "el", "ro", "hu", "uk", "vi", "th", "ms", "he", "bg", "hr", "sk", "sl", "et", "lv", "lt", "fa", "bn", "ta", "sw", "af", "tl"];
6
+ export declare const SUPPORTED_CANONICAL_LOCALES: readonly ["en", "fr", "es", "de", "it", "pt", "nl", "ru", "tr", "zh", "ja", "ko", "hi", "id", "ar", "pl", "sv", "no", "da", "fi", "cs", "el", "ro", "hu", "uk", "vi", "th", "ms", "bg", "hr", "sk", "sl", "et", "lv", "lt", "fa", "bn", "ta", "sw", "af", "tl"];
7
7
  export type SupportedLocale = (typeof SUPPORTED_CANONICAL_LOCALES)[number];
8
8
  export declare class I18nDetector {
9
9
  /**
package/dist/index.js CHANGED
@@ -4127,7 +4127,6 @@ var SUPPORTED_CANONICAL_LOCALES = [
4127
4127
  "vi",
4128
4128
  "th",
4129
4129
  "ms",
4130
- "he",
4131
4130
  "bg",
4132
4131
  "hr",
4133
4132
  "sk",
package/dist/index.mjs CHANGED
@@ -4015,7 +4015,6 @@ var SUPPORTED_CANONICAL_LOCALES = [
4015
4015
  "vi",
4016
4016
  "th",
4017
4017
  "ms",
4018
- "he",
4019
4018
  "bg",
4020
4019
  "hr",
4021
4020
  "sk",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynxflow/seo-engine",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "description": "High-Performance Multilingual Programmatic SEO & AI Search Engine SDK",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -33,7 +33,6 @@ export const SUPPORTED_CANONICAL_LOCALES = [
33
33
  "vi",
34
34
  "th",
35
35
  "ms",
36
- "he",
37
36
  "bg",
38
37
  "hr",
39
38
  "sk",