@anywayseo/tools 6.0.0 → 6.2.0

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.
Files changed (81) hide show
  1. package/dist/components/index.cjs +3 -3
  2. package/dist/components/index.mjs +3 -3
  3. package/dist/components/seo/href-langs/index.d.ts +2 -2
  4. package/dist/components/seo/index.d.ts +2 -8
  5. package/dist/components/seo/open-graph/index.d.ts +8 -0
  6. package/dist/components/seo/utils.d.ts +2 -2
  7. package/dist/hooks/index.cjs +1 -1
  8. package/dist/hooks/index.mjs +1 -1
  9. package/dist/i18n/index.cjs +24 -12
  10. package/dist/i18n/index.mjs +24 -12
  11. package/dist/i18n/resources/bn/index.d.ts +331 -0
  12. package/dist/i18n/resources/cs/index.d.ts +331 -0
  13. package/dist/i18n/resources/el/index.d.ts +331 -0
  14. package/dist/i18n/resources/hu/index.d.ts +331 -0
  15. package/dist/i18n/resources/nb/index.d.ts +331 -0
  16. package/dist/i18n/resources/nl/index.d.ts +331 -0
  17. package/dist/i18n/resources/pl/index.d.ts +331 -0
  18. package/dist/i18n/resources/ro/index.d.ts +331 -0
  19. package/dist/i18n/resources/sr/index.d.ts +331 -0
  20. package/dist/i18n/resources/sv/index.d.ts +331 -0
  21. package/dist/i18n/resources/tr/index.d.ts +331 -0
  22. package/dist/i18n/resources/uz/index.d.ts +331 -0
  23. package/dist/{index-C7buhUOk.mjs → index-2sU4ya6z.mjs} +3 -3
  24. package/dist/{index-CUDzMwnz.mjs → index-B--qmL1V.mjs} +29 -20
  25. package/dist/{index-U-DmPFa7.mjs → index-B5WurBlm.mjs} +1 -1
  26. package/dist/{index-DJSBjQzq.js → index-BAxlqkw0.js} +2 -2
  27. package/dist/{index-BJsA8Upb.js → index-BKWX6mIo.js} +29 -20
  28. package/dist/{index-C1kr7Vd-.mjs → index-BS5T9Il4.mjs} +1 -1
  29. package/dist/{index-0AAkKSsc.mjs → index-BTfTkIed.mjs} +63 -9
  30. package/dist/{index-BhzKUTPZ.mjs → index-BtS01kyg.mjs} +45 -33
  31. package/dist/{index-RzByAgHO.mjs → index-C6A-3gBz.mjs} +4577 -432
  32. package/dist/{index-CBRFCYhV.js → index-CMLDQbgR.js} +4577 -432
  33. package/dist/{index-CVv755RW.js → index-CuIVcnIS.js} +1 -1
  34. package/dist/{index-BSAasfl2.js → index-CxuOu0E2.js} +3 -3
  35. package/dist/{index-DZc8PJET.js → index-DAPaiozu.js} +1 -1
  36. package/dist/{index-BU1gLt1p.js → index-DHKoOk4o.js} +54 -0
  37. package/dist/{index-B5SWTYZm.js → index-ISfgFSXE.js} +45 -33
  38. package/dist/{index-B5C9u9UE.mjs → index-TcBorTSf.mjs} +2 -2
  39. package/dist/index.cjs +11 -9
  40. package/dist/index.mjs +20 -18
  41. package/dist/layout/header/locale-switcher/icons/bangladesh/index.d.ts +2 -0
  42. package/dist/layout/header/locale-switcher/icons/belgium/index.d.ts +2 -0
  43. package/dist/layout/header/locale-switcher/icons/canada/index.d.ts +2 -0
  44. package/dist/layout/header/locale-switcher/icons/czechia/index.d.ts +2 -0
  45. package/dist/layout/header/locale-switcher/icons/greece/index.d.ts +2 -0
  46. package/dist/layout/header/locale-switcher/icons/hungary/index.d.ts +2 -0
  47. package/dist/layout/header/locale-switcher/icons/index.d.ts +20 -1
  48. package/dist/layout/header/locale-switcher/icons/india/index.d.ts +2 -0
  49. package/dist/layout/header/locale-switcher/icons/morocco/index.d.ts +2 -0
  50. package/dist/layout/header/locale-switcher/icons/netherlands/index.d.ts +2 -0
  51. package/dist/layout/header/locale-switcher/icons/nigeria/index.d.ts +2 -0
  52. package/dist/layout/header/locale-switcher/icons/norway/index.d.ts +2 -0
  53. package/dist/layout/header/locale-switcher/icons/poland/index.d.ts +2 -0
  54. package/dist/layout/header/locale-switcher/icons/romania/index.d.ts +2 -0
  55. package/dist/layout/header/locale-switcher/icons/serbia/index.d.ts +2 -0
  56. package/dist/layout/header/locale-switcher/icons/south-africa/index.d.ts +2 -0
  57. package/dist/layout/header/locale-switcher/icons/sweden/index.d.ts +2 -0
  58. package/dist/layout/header/locale-switcher/icons/switzerland/index.d.ts +2 -0
  59. package/dist/layout/header/locale-switcher/icons/turkey/index.d.ts +2 -0
  60. package/dist/layout/header/locale-switcher/icons/uzbekistan/index.d.ts +2 -0
  61. package/dist/layout/index.cjs +392 -48
  62. package/dist/layout/index.mjs +392 -48
  63. package/dist/providers/index.cjs +2 -2
  64. package/dist/providers/index.mjs +2 -2
  65. package/dist/types/api/strapi-page.d.ts +13 -12
  66. package/dist/types/content/seo/index.d.ts +56 -3
  67. package/dist/types/i18n/index.d.ts +1 -1
  68. package/dist/types/index.d.ts +1 -1
  69. package/dist/types/seo/index.d.ts +2 -0
  70. package/dist/types/seo/open-graph/index.d.ts +11 -0
  71. package/dist/utils/api/strapi-guards.d.ts +2 -1
  72. package/dist/utils/api/strapi-seo.d.ts +2 -13
  73. package/dist/utils/index.cjs +5 -3
  74. package/dist/utils/index.d.ts +1 -1
  75. package/dist/utils/index.mjs +14 -12
  76. package/dist/utils/seo/index.d.ts +2 -0
  77. package/dist/utils/{json-ld → seo/json-ld}/index.d.ts +1 -1
  78. package/dist/utils/seo/open-graph/index.d.ts +15 -0
  79. package/package.json +1 -1
  80. package/dist/components/seo/types.d.ts +0 -14
  81. /package/dist/types/{json-ld → seo/json-ld}/index.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.