emdash 0.37.0 → 0.38.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 (811) hide show
  1. package/dist/{activation-K0kGBWuJ.mjs → activation-DyNTe_Tl.mjs} +3 -3
  2. package/dist/{activation-K0kGBWuJ.mjs.map → activation-DyNTe_Tl.mjs.map} +1 -1
  3. package/dist/{adapters-BDQwg236.d.mts → adapters-DCEgOBXi.d.mts} +1 -1
  4. package/dist/{adapters-BDQwg236.d.mts.map → adapters-DCEgOBXi.d.mts.map} +1 -1
  5. package/dist/{allowed-origins-BGglilcs.mjs → allowed-origins-GFUVavRj.mjs} +2 -2
  6. package/dist/{allowed-origins-BGglilcs.mjs.map → allowed-origins-GFUVavRj.mjs.map} +1 -1
  7. package/dist/api/route-utils.d.mts +3 -3
  8. package/dist/api/route-utils.mjs +23 -22
  9. package/dist/api/route-utils.mjs.map +1 -1
  10. package/dist/api/schemas/index.d.mts +2 -2
  11. package/dist/api/schemas/index.mjs +5 -5
  12. package/dist/{api-Dz6rgoa3.mjs → api-BvxJmnFY.mjs} +141 -87
  13. package/dist/api-BvxJmnFY.mjs.map +1 -0
  14. package/dist/{api-tokens-BSsQACNe.mjs → api-tokens-xpGqMHrC.mjs} +2 -2
  15. package/dist/{api-tokens-BSsQACNe.mjs.map → api-tokens-xpGqMHrC.mjs.map} +1 -1
  16. package/dist/{apply-B4SIOxR1.mjs → apply-DLmM3R7f.mjs} +25 -21
  17. package/dist/apply-DLmM3R7f.mjs.map +1 -0
  18. package/dist/{config-it29yDLA.mjs → artifact-fetch-P2JXVwOq.mjs} +8 -199
  19. package/dist/artifact-fetch-P2JXVwOq.mjs.map +1 -0
  20. package/dist/astro/index.d.mts +12 -12
  21. package/dist/astro/index.d.mts.map +1 -1
  22. package/dist/astro/index.mjs +37 -11
  23. package/dist/astro/index.mjs.map +1 -1
  24. package/dist/astro/middleware/auth.d.mts +10 -10
  25. package/dist/astro/middleware/auth.mjs +6 -6
  26. package/dist/astro/middleware/media-usage-write-fence.mjs +3 -3
  27. package/dist/astro/middleware/redirect.mjs +7 -5
  28. package/dist/astro/middleware/redirect.mjs.map +1 -1
  29. package/dist/astro/middleware/request-context.mjs +3 -3
  30. package/dist/astro/middleware/setup.mjs +1 -1
  31. package/dist/astro/middleware.d.mts +10 -10
  32. package/dist/astro/middleware.d.mts.map +1 -1
  33. package/dist/astro/middleware.mjs +154 -125
  34. package/dist/astro/middleware.mjs.map +1 -1
  35. package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +6 -6
  36. package/dist/astro/routes/api/admin/allowed-domains/index.mjs +6 -6
  37. package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +3 -3
  38. package/dist/astro/routes/api/admin/api-tokens/index.mjs +4 -4
  39. package/dist/astro/routes/api/admin/byline-fields/_slug_/usage.mjs +4 -4
  40. package/dist/astro/routes/api/admin/byline-fields/_slug_.mjs +9 -9
  41. package/dist/astro/routes/api/admin/byline-fields/index.mjs +9 -9
  42. package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +9 -9
  43. package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +16 -16
  44. package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +16 -16
  45. package/dist/astro/routes/api/admin/bylines/index.mjs +16 -16
  46. package/dist/astro/routes/api/admin/comments/_id_/status.mjs +11 -11
  47. package/dist/astro/routes/api/admin/comments/_id_.mjs +3 -3
  48. package/dist/astro/routes/api/admin/comments/bulk.mjs +8 -8
  49. package/dist/astro/routes/api/admin/comments/counts.mjs +3 -3
  50. package/dist/astro/routes/api/admin/comments/index.mjs +8 -8
  51. package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +4 -4
  52. package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +3 -3
  53. package/dist/astro/routes/api/admin/media-usage/activation.mjs +13 -13
  54. package/dist/astro/routes/api/admin/media-usage/collection-deletions/index.mjs +15 -15
  55. package/dist/astro/routes/api/admin/media-usage/collection-deletions/retry.mjs +15 -15
  56. package/dist/astro/routes/api/admin/media-usage/progress.mjs +13 -13
  57. package/dist/astro/routes/api/admin/media-usage/repair.mjs +16 -16
  58. package/dist/astro/routes/api/admin/media-usage/work/index.mjs +15 -15
  59. package/dist/astro/routes/api/admin/media-usage/work/retry.mjs +15 -15
  60. package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +3 -3
  61. package/dist/astro/routes/api/admin/oauth-clients/index.mjs +3 -3
  62. package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +56 -53
  63. package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs.map +1 -1
  64. package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +56 -53
  65. package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs.map +1 -1
  66. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +54 -51
  67. package/dist/astro/routes/api/admin/plugins/_id_/index.mjs.map +1 -1
  68. package/dist/astro/routes/api/admin/plugins/_id_/mcp.mjs +4 -4
  69. package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs +54 -51
  70. package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs.map +1 -1
  71. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +55 -52
  72. package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs.map +1 -1
  73. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +55 -52
  74. package/dist/astro/routes/api/admin/plugins/_id_/update.mjs.map +1 -1
  75. package/dist/astro/routes/api/admin/plugins/index.mjs +54 -51
  76. package/dist/astro/routes/api/admin/plugins/index.mjs.map +1 -1
  77. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +2 -2
  78. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +54 -51
  79. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs.map +1 -1
  80. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +55 -52
  81. package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs.map +1 -1
  82. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +54 -51
  83. package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs.map +1 -1
  84. package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +55 -52
  85. package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs.map +1 -1
  86. package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs +56 -53
  87. package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs.map +1 -1
  88. package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +5 -4
  89. package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs.map +1 -1
  90. package/dist/astro/routes/api/admin/plugins/registry/install.mjs +56 -53
  91. package/dist/astro/routes/api/admin/plugins/registry/install.mjs.map +1 -1
  92. package/dist/astro/routes/api/admin/plugins/registry/verify.mjs +55 -52
  93. package/dist/astro/routes/api/admin/plugins/registry/verify.mjs.map +1 -1
  94. package/dist/astro/routes/api/admin/plugins/updates.mjs +54 -51
  95. package/dist/astro/routes/api/admin/plugins/updates.mjs.map +1 -1
  96. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +54 -51
  97. package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs.map +1 -1
  98. package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +2 -2
  99. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +54 -51
  100. package/dist/astro/routes/api/admin/themes/marketplace/index.mjs.map +1 -1
  101. package/dist/astro/routes/api/admin/users/_id_/disable.mjs +1 -1
  102. package/dist/astro/routes/api/admin/users/_id_/enable.mjs +1 -1
  103. package/dist/astro/routes/api/admin/users/_id_/index.mjs +6 -6
  104. package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +3 -3
  105. package/dist/astro/routes/api/admin/users/index.mjs +6 -6
  106. package/dist/astro/routes/api/auth/dev-bypass.mjs +3 -3
  107. package/dist/astro/routes/api/auth/invite/accept.mjs +1 -1
  108. package/dist/astro/routes/api/auth/invite/complete.mjs +11 -11
  109. package/dist/astro/routes/api/auth/invite/index.mjs +8 -8
  110. package/dist/astro/routes/api/auth/invite/register-options.mjs +10 -10
  111. package/dist/astro/routes/api/auth/logout.mjs +2 -2
  112. package/dist/astro/routes/api/auth/magic-link/send.mjs +10 -10
  113. package/dist/astro/routes/api/auth/magic-link/verify.mjs +2 -2
  114. package/dist/astro/routes/api/auth/me.mjs +7 -7
  115. package/dist/astro/routes/api/auth/mode.mjs +2 -2
  116. package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +4 -4
  117. package/dist/astro/routes/api/auth/oauth/_provider_.mjs +2 -2
  118. package/dist/astro/routes/api/auth/passkey/_id_.mjs +6 -6
  119. package/dist/astro/routes/api/auth/passkey/index.mjs +1 -1
  120. package/dist/astro/routes/api/auth/passkey/options.mjs +12 -12
  121. package/dist/astro/routes/api/auth/passkey/register/options.mjs +10 -10
  122. package/dist/astro/routes/api/auth/passkey/register/verify.mjs +11 -11
  123. package/dist/astro/routes/api/auth/passkey/verify.mjs +11 -11
  124. package/dist/astro/routes/api/auth/signup/complete.mjs +11 -11
  125. package/dist/astro/routes/api/auth/signup/request.mjs +10 -10
  126. package/dist/astro/routes/api/auth/signup/verify.mjs +1 -1
  127. package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +12 -12
  128. package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +11 -11
  129. package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +2 -2
  130. package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.d.mts.map +1 -1
  131. package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +13 -8
  132. package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs.map +1 -1
  133. package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +3 -3
  134. package/dist/astro/routes/api/content/_collection_/_id_/lock.d.mts +10 -0
  135. package/dist/astro/routes/api/content/_collection_/_id_/lock.d.mts.map +1 -0
  136. package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs +66 -0
  137. package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs.map +1 -0
  138. package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +2 -2
  139. package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +11 -11
  140. package/dist/astro/routes/api/content/_collection_/_id_/publish.d.mts.map +1 -1
  141. package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +14 -9
  142. package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs.map +1 -1
  143. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs +19 -17
  144. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs.map +1 -1
  145. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs +19 -17
  146. package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs.map +1 -1
  147. package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +3 -3
  148. package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +2 -2
  149. package/dist/astro/routes/api/content/_collection_/_id_/schedule.d.mts.map +1 -1
  150. package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +15 -8
  151. package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs.map +1 -1
  152. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +15 -14
  153. package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs.map +1 -1
  154. package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +2 -2
  155. package/dist/astro/routes/api/content/_collection_/_id_/unpublish.d.mts.map +1 -1
  156. package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +13 -8
  157. package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs.map +1 -1
  158. package/dist/astro/routes/api/content/_collection_/_id_.d.mts.map +1 -1
  159. package/dist/astro/routes/api/content/_collection_/_id_.mjs +23 -11
  160. package/dist/astro/routes/api/content/_collection_/_id_.mjs.map +1 -1
  161. package/dist/astro/routes/api/content/_collection_/authors.mjs +2 -2
  162. package/dist/astro/routes/api/content/_collection_/index.mjs +14 -9
  163. package/dist/astro/routes/api/content/_collection_/index.mjs.map +1 -1
  164. package/dist/astro/routes/api/content/_collection_/trash.mjs +7 -7
  165. package/dist/astro/routes/api/dashboard.mjs +6 -6
  166. package/dist/astro/routes/api/dev/emails.mjs +2 -2
  167. package/dist/astro/routes/api/import/probe.d.mts +3 -3
  168. package/dist/astro/routes/api/import/probe.mjs +16 -16
  169. package/dist/astro/routes/api/import/wordpress/analyze.mjs +3 -3
  170. package/dist/astro/routes/api/import/wordpress/execute.d.mts +11 -11
  171. package/dist/astro/routes/api/import/wordpress/execute.mjs +14 -13
  172. package/dist/astro/routes/api/import/wordpress/execute.mjs.map +1 -1
  173. package/dist/astro/routes/api/import/wordpress/media.d.mts +10 -10
  174. package/dist/astro/routes/api/import/wordpress/media.mjs +11 -11
  175. package/dist/astro/routes/api/import/wordpress/prepare.mjs +10 -10
  176. package/dist/astro/routes/api/import/wordpress/rewrite-urls.d.mts +11 -11
  177. package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +13 -13
  178. package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
  179. package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +16 -16
  180. package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +11 -11
  181. package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +27 -26
  182. package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs.map +1 -1
  183. package/dist/astro/routes/api/manifest.mjs +4 -4
  184. package/dist/astro/routes/api/mcp.mjs +71 -55
  185. package/dist/astro/routes/api/mcp.mjs.map +1 -1
  186. package/dist/astro/routes/api/media/_id_/confirm.mjs +10 -10
  187. package/dist/astro/routes/api/media/_id_/replace.mjs +8 -8
  188. package/dist/astro/routes/api/media/_id_/upload.mjs +5 -5
  189. package/dist/astro/routes/api/media/_id_/usage.mjs +18 -18
  190. package/dist/astro/routes/api/media/_id_.mjs +17 -17
  191. package/dist/astro/routes/api/media/file/_...key_.mjs +1 -1
  192. package/dist/astro/routes/api/media/folders/_id_.mjs +8 -8
  193. package/dist/astro/routes/api/media/folders/index.mjs +8 -8
  194. package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +2 -2
  195. package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +2 -2
  196. package/dist/astro/routes/api/media/providers/index.mjs +2 -2
  197. package/dist/astro/routes/api/media/upload-url.mjs +9 -9
  198. package/dist/astro/routes/api/media.mjs +21 -21
  199. package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +9 -9
  200. package/dist/astro/routes/api/menus/_name_/items.mjs +9 -9
  201. package/dist/astro/routes/api/menus/_name_/reorder.mjs +9 -9
  202. package/dist/astro/routes/api/menus/_name_/translations.mjs +9 -9
  203. package/dist/astro/routes/api/menus/_name_.mjs +9 -9
  204. package/dist/astro/routes/api/menus/index.mjs +9 -9
  205. package/dist/astro/routes/api/oauth/authorize.mjs +6 -6
  206. package/dist/astro/routes/api/oauth/device/authorize.mjs +5 -5
  207. package/dist/astro/routes/api/oauth/device/code.mjs +8 -8
  208. package/dist/astro/routes/api/oauth/device/token.mjs +7 -7
  209. package/dist/astro/routes/api/oauth/register.mjs +2 -2
  210. package/dist/astro/routes/api/oauth/token/refresh.mjs +5 -5
  211. package/dist/astro/routes/api/oauth/token/revoke.mjs +5 -5
  212. package/dist/astro/routes/api/oauth/token.mjs +5 -5
  213. package/dist/astro/routes/api/openapi.json.mjs +84 -18
  214. package/dist/astro/routes/api/openapi.json.mjs.map +1 -1
  215. package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +4 -4
  216. package/dist/astro/routes/api/redirects/404s/index.mjs +12 -11
  217. package/dist/astro/routes/api/redirects/404s/index.mjs.map +1 -1
  218. package/dist/astro/routes/api/redirects/404s/summary.mjs +12 -11
  219. package/dist/astro/routes/api/redirects/404s/summary.mjs.map +1 -1
  220. package/dist/astro/routes/api/redirects/_id_.mjs +13 -12
  221. package/dist/astro/routes/api/redirects/_id_.mjs.map +1 -1
  222. package/dist/astro/routes/api/redirects/index.mjs +13 -12
  223. package/dist/astro/routes/api/redirects/index.mjs.map +1 -1
  224. package/dist/astro/routes/api/relations/_id_/index.mjs +19 -17
  225. package/dist/astro/routes/api/relations/_id_/index.mjs.map +1 -1
  226. package/dist/astro/routes/api/relations/_id_/translations.mjs +14 -12
  227. package/dist/astro/routes/api/relations/_id_/translations.mjs.map +1 -1
  228. package/dist/astro/routes/api/relations/index.mjs +19 -17
  229. package/dist/astro/routes/api/relations/index.mjs.map +1 -1
  230. package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +2 -2
  231. package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +3 -3
  232. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +54 -51
  233. package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs.map +1 -1
  234. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +54 -51
  235. package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs.map +1 -1
  236. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +54 -51
  237. package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs.map +1 -1
  238. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +54 -51
  239. package/dist/astro/routes/api/schema/collections/_slug_/index.mjs.map +1 -1
  240. package/dist/astro/routes/api/schema/collections/index.mjs +54 -51
  241. package/dist/astro/routes/api/schema/collections/index.mjs.map +1 -1
  242. package/dist/astro/routes/api/schema/collections/reorder.mjs +54 -51
  243. package/dist/astro/routes/api/schema/collections/reorder.mjs.map +1 -1
  244. package/dist/astro/routes/api/schema/index.mjs +13 -11
  245. package/dist/astro/routes/api/schema/index.mjs.map +1 -1
  246. package/dist/astro/routes/api/schema/orphans/_slug_.mjs +54 -51
  247. package/dist/astro/routes/api/schema/orphans/_slug_.mjs.map +1 -1
  248. package/dist/astro/routes/api/schema/orphans/index.mjs +54 -51
  249. package/dist/astro/routes/api/schema/orphans/index.mjs.map +1 -1
  250. package/dist/astro/routes/api/search/enable.mjs +12 -11
  251. package/dist/astro/routes/api/search/enable.mjs.map +1 -1
  252. package/dist/astro/routes/api/search/index.mjs +11 -10
  253. package/dist/astro/routes/api/search/index.mjs.map +1 -1
  254. package/dist/astro/routes/api/search/rebuild.mjs +12 -11
  255. package/dist/astro/routes/api/search/rebuild.mjs.map +1 -1
  256. package/dist/astro/routes/api/search/stats.mjs +7 -6
  257. package/dist/astro/routes/api/search/stats.mjs.map +1 -1
  258. package/dist/astro/routes/api/search/suggest.mjs +11 -10
  259. package/dist/astro/routes/api/search/suggest.mjs.map +1 -1
  260. package/dist/astro/routes/api/sections/_slug_.mjs +11 -10
  261. package/dist/astro/routes/api/sections/_slug_.mjs.map +1 -1
  262. package/dist/astro/routes/api/sections/index.mjs +11 -10
  263. package/dist/astro/routes/api/sections/index.mjs.map +1 -1
  264. package/dist/astro/routes/api/settings/backups/archives/_name_.mjs +7 -6
  265. package/dist/astro/routes/api/settings/backups/archives/_name_.mjs.map +1 -1
  266. package/dist/astro/routes/api/settings/backups/archives/index.mjs +6 -5
  267. package/dist/astro/routes/api/settings/backups/archives/index.mjs.map +1 -1
  268. package/dist/astro/routes/api/settings/backups/export.mjs +7 -6
  269. package/dist/astro/routes/api/settings/backups/export.mjs.map +1 -1
  270. package/dist/astro/routes/api/settings/backups/index.mjs +8 -7
  271. package/dist/astro/routes/api/settings/backups/index.mjs.map +1 -1
  272. package/dist/astro/routes/api/settings/email.mjs +4 -4
  273. package/dist/astro/routes/api/settings.mjs +14 -14
  274. package/dist/astro/routes/api/setup/admin-verify.mjs +12 -12
  275. package/dist/astro/routes/api/setup/admin.mjs +11 -11
  276. package/dist/astro/routes/api/setup/dev-bypass.mjs +33 -31
  277. package/dist/astro/routes/api/setup/dev-bypass.mjs.map +1 -1
  278. package/dist/astro/routes/api/setup/dev-reset.mjs +2 -2
  279. package/dist/astro/routes/api/setup/index.mjs +33 -31
  280. package/dist/astro/routes/api/setup/index.mjs.map +1 -1
  281. package/dist/astro/routes/api/setup/status.mjs +3 -3
  282. package/dist/astro/routes/api/snapshot.mjs +8 -7
  283. package/dist/astro/routes/api/snapshot.mjs.map +1 -1
  284. package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs +16 -15
  285. package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs.map +1 -1
  286. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +16 -15
  287. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs.map +1 -1
  288. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +16 -15
  289. package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs.map +1 -1
  290. package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +16 -15
  291. package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs.map +1 -1
  292. package/dist/astro/routes/api/taxonomies/_name_/translations.mjs +15 -14
  293. package/dist/astro/routes/api/taxonomies/_name_/translations.mjs.map +1 -1
  294. package/dist/astro/routes/api/taxonomies/_name_.mjs +16 -15
  295. package/dist/astro/routes/api/taxonomies/_name_.mjs.map +1 -1
  296. package/dist/astro/routes/api/taxonomies/index.mjs +16 -15
  297. package/dist/astro/routes/api/taxonomies/index.mjs.map +1 -1
  298. package/dist/astro/routes/api/themes/preview.mjs +5 -5
  299. package/dist/astro/routes/api/typegen.mjs +4 -4
  300. package/dist/astro/routes/api/well-known/auth.mjs +2 -2
  301. package/dist/astro/routes/api/well-known/oauth-authorization-server.mjs +2 -2
  302. package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +2 -2
  303. package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +8 -8
  304. package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +12 -12
  305. package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +12 -12
  306. package/dist/astro/routes/api/widget-areas/_name_.mjs +7 -7
  307. package/dist/astro/routes/api/widget-areas/index.mjs +12 -12
  308. package/dist/astro/routes/api/widget-components.mjs +2 -2
  309. package/dist/astro/routes/robots.txt.mjs +6 -6
  310. package/dist/astro/routes/sitemap-_collection_.xml.mjs +11 -10
  311. package/dist/astro/routes/sitemap-_collection_.xml.mjs.map +1 -1
  312. package/dist/astro/routes/sitemap.xml.mjs +7 -7
  313. package/dist/astro/types.d.mts +32 -17
  314. package/dist/astro/types.d.mts.map +1 -1
  315. package/dist/auth/providers/github.d.mts +1 -1
  316. package/dist/auth/providers/google.d.mts +1 -1
  317. package/dist/{authorize-Bkf_UHhD.mjs → authorize-C2QHlWSS.mjs} +2 -2
  318. package/dist/{authorize-Bkf_UHhD.mjs.map → authorize-C2QHlWSS.mjs.map} +1 -1
  319. package/dist/{backup-rwVAl9NI.mjs → backup-oS8ft5Cm.mjs} +5 -5
  320. package/dist/{backup-rwVAl9NI.mjs.map → backup-oS8ft5Cm.mjs.map} +1 -1
  321. package/dist/{bundle-C8S2Zl6U.mjs → bundle-CL0JjIPx.mjs} +4 -4
  322. package/dist/{bundle-C8S2Zl6U.mjs.map → bundle-CL0JjIPx.mjs.map} +1 -1
  323. package/dist/{byline-DuhF7NWl.mjs → byline-Vdi85CsZ.mjs} +6 -6
  324. package/dist/{byline-DuhF7NWl.mjs.map → byline-Vdi85CsZ.mjs.map} +1 -1
  325. package/dist/{byline-fields-BovY4KYM.mjs → byline-fields-DPVRFMz2.mjs} +2 -2
  326. package/dist/{byline-fields-BovY4KYM.mjs.map → byline-fields-DPVRFMz2.mjs.map} +1 -1
  327. package/dist/{byline-registry-Bpu9-MVs.mjs → byline-registry-BxDGIO0I.mjs} +2 -2
  328. package/dist/{byline-registry-Bpu9-MVs.mjs.map → byline-registry-BxDGIO0I.mjs.map} +1 -1
  329. package/dist/{bylines-CJ5nd6Lw.mjs → bylines-BX8QhcTk.mjs} +7 -7
  330. package/dist/{bylines-CJ5nd6Lw.mjs.map → bylines-BX8QhcTk.mjs.map} +1 -1
  331. package/dist/{bylines-RwBAeOF1.mjs → bylines-w-E1IEQd.mjs} +3 -3
  332. package/dist/{bylines-RwBAeOF1.mjs.map → bylines-w-E1IEQd.mjs.map} +1 -1
  333. package/dist/{cache-BF5Kvn59.mjs → cache--7HKu5Xm.mjs} +4 -4
  334. package/dist/{cache-BF5Kvn59.mjs.map → cache--7HKu5Xm.mjs.map} +1 -1
  335. package/dist/{capture-triggers-CNW1q3HK.mjs → capture-triggers-CeAsC76Z.mjs} +2 -2
  336. package/dist/{capture-triggers-CNW1q3HK.mjs.map → capture-triggers-CeAsC76Z.mjs.map} +1 -1
  337. package/dist/{challenge-store-DQN_Yrck.mjs → challenge-store-BIOak-tp.mjs} +1 -1
  338. package/dist/{challenge-store-DQN_Yrck.mjs.map → challenge-store-BIOak-tp.mjs.map} +1 -1
  339. package/dist/{chrome-tags-D8fiZG94.mjs → chrome-tags-DzDQBCjX.mjs} +1 -1
  340. package/dist/{chrome-tags-D8fiZG94.mjs.map → chrome-tags-DzDQBCjX.mjs.map} +1 -1
  341. package/dist/{chunks-C4szrD8o.mjs → chunks-VG_tyqnP.mjs} +2 -2
  342. package/dist/{chunks-C4szrD8o.mjs.map → chunks-VG_tyqnP.mjs.map} +1 -1
  343. package/dist/cli/index.mjs +66 -38
  344. package/dist/cli/index.mjs.map +1 -1
  345. package/dist/client/cf-access.d.mts +1 -1
  346. package/dist/client/index.d.mts +17 -7
  347. package/dist/client/index.d.mts.map +1 -1
  348. package/dist/client/index.mjs +17 -12
  349. package/dist/client/index.mjs.map +1 -1
  350. package/dist/{collection-deletion-Bj07NHbj.mjs → collection-deletion-BCwaWTDw.mjs} +4 -4
  351. package/dist/{collection-deletion-Bj07NHbj.mjs.map → collection-deletion-BCwaWTDw.mjs.map} +1 -1
  352. package/dist/collection-slugs-cache-7lTmNzeA.mjs +85 -0
  353. package/dist/collection-slugs-cache-7lTmNzeA.mjs.map +1 -0
  354. package/dist/{comment-reaction-BhrvSHml.mjs → comment-reaction-CDyvPQRj.mjs} +2 -2
  355. package/dist/{comment-reaction-BhrvSHml.mjs.map → comment-reaction-CDyvPQRj.mjs.map} +1 -1
  356. package/dist/{comments-Ct4ensnf.mjs → comments-VzmVLyaC.mjs} +1 -1
  357. package/dist/{comments-Ct4ensnf.mjs.map → comments-VzmVLyaC.mjs.map} +1 -1
  358. package/dist/{components-DJbo1z0S.mjs → components-CL6Wkdk-.mjs} +1 -1
  359. package/dist/{components-DJbo1z0S.mjs.map → components-CL6Wkdk-.mjs.map} +1 -1
  360. package/dist/config--eWjQJE5.mjs +217 -0
  361. package/dist/config--eWjQJE5.mjs.map +1 -0
  362. package/dist/{index-BJNMCWmu.d.mts → config-CGAhyOjP.d.mts} +138 -47
  363. package/dist/config-CGAhyOjP.d.mts.map +1 -0
  364. package/dist/{config-B9eZ340f.d.mts → config-ChFzshGd.d.mts} +1 -1
  365. package/dist/{config-B9eZ340f.d.mts.map → config-ChFzshGd.d.mts.map} +1 -1
  366. package/dist/{content-DjvM0T92.mjs → content-CNfMWuhY.mjs} +121 -5
  367. package/dist/content-CNfMWuhY.mjs.map +1 -0
  368. package/dist/{content-list-query-Btqd4uV2.d.mts → content-list-query-B8d4UQp9.d.mts} +1 -1
  369. package/dist/{content-list-query-Btqd4uV2.d.mts.map → content-list-query-B8d4UQp9.d.mts.map} +1 -1
  370. package/dist/{content-refresh-Bwp-8yGy.mjs → content-refresh-GTMyi2Xy.mjs} +8 -8
  371. package/dist/{content-refresh-Bwp-8yGy.mjs.map → content-refresh-GTMyi2Xy.mjs.map} +1 -1
  372. package/dist/{content-repair-Czdp7jz5.mjs → content-repair-CIMt5C0U.mjs} +4 -4
  373. package/dist/{content-repair-Czdp7jz5.mjs.map → content-repair-CIMt5C0U.mjs.map} +1 -1
  374. package/dist/{context-CX6gxOLW.mjs → context-C9PB8vGd.mjs} +265 -25
  375. package/dist/context-C9PB8vGd.mjs.map +1 -0
  376. package/dist/{cron-C6o7VppJ.mjs → cron-DHAy9oyq.mjs} +1 -1
  377. package/dist/{cron-C6o7VppJ.mjs.map → cron-DHAy9oyq.mjs.map} +1 -1
  378. package/dist/{dashboard-C2kTeeRI.mjs → dashboard-BNSvAN8A.mjs} +4 -4
  379. package/dist/{dashboard-C2kTeeRI.mjs.map → dashboard-BNSvAN8A.mjs.map} +1 -1
  380. package/dist/db/index.d.mts +3 -3
  381. package/dist/db/index.mjs +2 -2
  382. package/dist/db/libsql-migrations.d.mts +1 -1
  383. package/dist/db/libsql-migrations.mjs +5 -5
  384. package/dist/db/libsql.d.mts +1 -1
  385. package/dist/db/postgres-migrations.d.mts +1 -1
  386. package/dist/db/postgres-migrations.mjs +5 -5
  387. package/dist/db/postgres.d.mts +1 -1
  388. package/dist/db/sqlite-migrations.d.mts +1 -1
  389. package/dist/db/sqlite-migrations.mjs +5 -5
  390. package/dist/db/sqlite.d.mts +1 -1
  391. package/dist/db/sqlite.mjs +1 -1
  392. package/dist/{default-Clra32mw.mjs → default-ByZ0JqZo.mjs} +1 -1
  393. package/dist/{default-Clra32mw.mjs.map → default-ByZ0JqZo.mjs.map} +1 -1
  394. package/dist/{deferred-tasks-CvDETTJO.d.mts → deferred-tasks-Cu4NSJpa.d.mts} +1 -1
  395. package/dist/{deferred-tasks-CvDETTJO.d.mts.map → deferred-tasks-Cu4NSJpa.d.mts.map} +1 -1
  396. package/dist/{dev-typegen-DzOPfsNj.mjs → dev-typegen-DHT7lcMU.mjs} +1 -1
  397. package/dist/{dev-typegen-DzOPfsNj.mjs.map → dev-typegen-DHT7lcMU.mjs.map} +1 -1
  398. package/dist/{device-flow-D2oCWvLJ.mjs → device-flow-Cf6bhCCT.mjs} +4 -4
  399. package/dist/{device-flow-D2oCWvLJ.mjs.map → device-flow-Cf6bhCCT.mjs.map} +1 -1
  400. package/dist/{dialect-helpers-BSbfaO3F.mjs → dialect-helpers-BcQvkHgn.mjs} +83 -2
  401. package/dist/dialect-helpers-BcQvkHgn.mjs.map +1 -0
  402. package/dist/{direct-executor-Bfa5_ToE.mjs → direct-executor-yAyUGSqB.mjs} +3 -3
  403. package/dist/{direct-executor-Bfa5_ToE.mjs.map → direct-executor-yAyUGSqB.mjs.map} +1 -1
  404. package/dist/{dist-89xCrGqi.mjs → dist-BAsh8dbf.mjs} +1 -1
  405. package/dist/{dist-89xCrGqi.mjs.map → dist-BAsh8dbf.mjs.map} +1 -1
  406. package/dist/{email-console-Dzb6uGYa.mjs → email-console-DNup1Fku.mjs} +1 -1
  407. package/dist/{email-console-Dzb6uGYa.mjs.map → email-console-DNup1Fku.mjs.map} +1 -1
  408. package/dist/{enrich-BX0IDp4z.mjs → enrich-t2Xvjdqa.mjs} +3 -3
  409. package/dist/{enrich-BX0IDp4z.mjs.map → enrich-t2Xvjdqa.mjs.map} +1 -1
  410. package/dist/entry-lock-BEr8gDkG.mjs +163 -0
  411. package/dist/entry-lock-BEr8gDkG.mjs.map +1 -0
  412. package/dist/{relations-DnRK4YIT.d.mts → entry-lock-CGAtrwAR.d.mts} +92 -37
  413. package/dist/entry-lock-CGAtrwAR.d.mts.map +1 -0
  414. package/dist/{redirects-BLNOWQTn.mjs → entry-lock-DIYHAaSw.mjs} +57 -14
  415. package/dist/entry-lock-DIYHAaSw.mjs.map +1 -0
  416. package/dist/entry-locks-BEcX7ET0.mjs +167 -0
  417. package/dist/entry-locks-BEcX7ET0.mjs.map +1 -0
  418. package/dist/{error-DFrQjppn.mjs → error-BDcFyoRt.mjs} +2 -2
  419. package/dist/{error-DFrQjppn.mjs.map → error-BDcFyoRt.mjs.map} +1 -1
  420. package/dist/{errors-DsVoDUjJ.mjs → errors-DvMdNrgf.mjs} +8 -1
  421. package/dist/errors-DvMdNrgf.mjs.map +1 -0
  422. package/dist/{escape-HmHTC1Is.mjs → escape-B3asJC6W.mjs} +1 -1
  423. package/dist/{escape-HmHTC1Is.mjs.map → escape-B3asJC6W.mjs.map} +1 -1
  424. package/dist/{field-defs-cache-BM4SIRqH.mjs → field-defs-cache-Cf5FHK0M.mjs} +5 -5
  425. package/dist/{field-defs-cache-BM4SIRqH.mjs.map → field-defs-cache-Cf5FHK0M.mjs.map} +1 -1
  426. package/dist/{fts-manager-Do1BlW2r.mjs → fts-manager-iddym8cd.mjs} +4 -4
  427. package/dist/{fts-manager-Do1BlW2r.mjs.map → fts-manager-iddym8cd.mjs.map} +1 -1
  428. package/dist/{hash-3JJPlHF2.mjs → hash-BRweX6jz.mjs} +1 -1
  429. package/dist/{hash-3JJPlHF2.mjs.map → hash-BRweX6jz.mjs.map} +1 -1
  430. package/dist/{hook-result-DCh2WUpe.d.mts → hook-result-BrshYHLx.d.mts} +1 -1
  431. package/dist/{hook-result-DCh2WUpe.d.mts.map → hook-result-BrshYHLx.d.mts.map} +1 -1
  432. package/dist/{hreflang-B6hbAuuO.d.mts → hreflang-CQpu5bMy.d.mts} +2 -2
  433. package/dist/{hreflang-B6hbAuuO.d.mts.map → hreflang-CQpu5bMy.d.mts.map} +1 -1
  434. package/dist/{hreflang-DQbPZliA.mjs → hreflang-DshnweTC.mjs} +9 -8
  435. package/dist/{hreflang-DQbPZliA.mjs.map → hreflang-DshnweTC.mjs.map} +1 -1
  436. package/dist/{identity-DksvEazf.mjs → identity-CjGKDq8J.mjs} +3 -3
  437. package/dist/{identity-DksvEazf.mjs.map → identity-CjGKDq8J.mjs.map} +1 -1
  438. package/dist/{import-CJpaBBBT.mjs → import-D96g2otw.mjs} +5 -5
  439. package/dist/{import-CJpaBBBT.mjs.map → import-D96g2otw.mjs.map} +1 -1
  440. package/dist/{index-Du8K7bWa.d.mts → index-1ECYpfiF.d.mts} +3 -3
  441. package/dist/{index-Du8K7bWa.d.mts.map → index-1ECYpfiF.d.mts.map} +1 -1
  442. package/dist/index.d.mts +22 -22
  443. package/dist/index.mjs +81 -78
  444. package/dist/{init-lock-DJkX6Hto.mjs → init-lock-CFNBe_iH.mjs} +1 -1
  445. package/dist/{init-lock-DJkX6Hto.mjs.map → init-lock-CFNBe_iH.mjs.map} +1 -1
  446. package/dist/{load-CawHjTOH.mjs → load-DPtY9cZo.mjs} +2 -2
  447. package/dist/{load-CawHjTOH.mjs.map → load-DPtY9cZo.mjs.map} +1 -1
  448. package/dist/{loader-Z8vl7zTq.mjs → loader-WJi6GFRn.mjs} +46 -8
  449. package/dist/loader-WJi6GFRn.mjs.map +1 -0
  450. package/dist/{manifest-builder-COtzuca2.mjs → manifest-builder-BfNlGQIA.mjs} +2 -2
  451. package/dist/{manifest-builder-COtzuca2.mjs.map → manifest-builder-BfNlGQIA.mjs.map} +1 -1
  452. package/dist/{manifest-schema-BNWwR8Vd.mjs → manifest-schema-CILooI5J.mjs} +1 -1
  453. package/dist/{manifest-schema-BNWwR8Vd.mjs.map → manifest-schema-CILooI5J.mjs.map} +1 -1
  454. package/dist/media/image-endpoint.mjs +1 -1
  455. package/dist/media/index.d.mts +1 -1
  456. package/dist/media/index.mjs +3 -3
  457. package/dist/media/local-runtime.d.mts +12 -12
  458. package/dist/media/local-runtime.mjs +5 -5
  459. package/dist/{media-BHjus86Y.mjs → media-C1EIZKh1.mjs} +1 -1
  460. package/dist/{media-BHjus86Y.mjs.map → media-C1EIZKh1.mjs.map} +1 -1
  461. package/dist/{media-allowlist-CoTBWoDp.mjs → media-allowlist-elXJgb_K.mjs} +2 -2
  462. package/dist/{media-allowlist-CoTBWoDp.mjs.map → media-allowlist-elXJgb_K.mjs.map} +1 -1
  463. package/dist/{media-folders-BGkATs8n.mjs → media-folders-DASfX_DH.mjs} +1 -1
  464. package/dist/{media-folders-BGkATs8n.mjs.map → media-folders-DASfX_DH.mjs.map} +1 -1
  465. package/dist/{media-upload-BCidR-EY.mjs → media-upload-C7_AQJ5v.mjs} +8 -8
  466. package/dist/{media-upload-BCidR-EY.mjs.map → media-upload-C7_AQJ5v.mjs.map} +1 -1
  467. package/dist/{media-url-DHoPr0hq.mjs → media-url-8dVl1loq.mjs} +19 -2
  468. package/dist/media-url-8dVl1loq.mjs.map +1 -0
  469. package/dist/{media-usage-CdY5jhSR.mjs → media-usage-C1EswMTq.mjs} +9 -9
  470. package/dist/{media-usage-CdY5jhSR.mjs.map → media-usage-C1EswMTq.mjs.map} +1 -1
  471. package/dist/{media-usage-activation-BgeMtK5C.mjs → media-usage-activation-CrHNltlL.mjs} +3 -3
  472. package/dist/{media-usage-activation-BgeMtK5C.mjs.map → media-usage-activation-CrHNltlL.mjs.map} +1 -1
  473. package/dist/{media-usage-work-D6D9sMCA.mjs → media-usage-work-C5B1zT1c.mjs} +2 -2
  474. package/dist/{media-usage-work-D6D9sMCA.mjs.map → media-usage-work-C5B1zT1c.mjs.map} +1 -1
  475. package/dist/{media-usage-work-CnGCdHxx.mjs → media-usage-work-IkQx_Yz6.mjs} +4 -4
  476. package/dist/{media-usage-work-CnGCdHxx.mjs.map → media-usage-work-IkQx_Yz6.mjs.map} +1 -1
  477. package/dist/{media-usage-write-fence-hjeD4u7s.mjs → media-usage-write-fence-B9anjOSg.mjs} +3 -3
  478. package/dist/{media-usage-write-fence-hjeD4u7s.mjs.map → media-usage-write-fence-B9anjOSg.mjs.map} +1 -1
  479. package/dist/{menus-6qSwTNxG.mjs → menus-D8mC4eaN.mjs} +115 -136
  480. package/dist/menus-D8mC4eaN.mjs.map +1 -0
  481. package/dist/{menus-uvPLXMZf.mjs → menus-UdwjHZJC.mjs} +11 -3
  482. package/dist/{menus-uvPLXMZf.mjs.map → menus-UdwjHZJC.mjs.map} +1 -1
  483. package/dist/migrations/index.d.mts +1 -1
  484. package/dist/migrations/index.mjs +4 -4
  485. package/dist/{mime-CUIG6x84.mjs → mime-DYpsOAny.mjs} +1 -1
  486. package/dist/{mime-CUIG6x84.mjs.map → mime-DYpsOAny.mjs.map} +1 -1
  487. package/dist/{mode-DN_WneRx.mjs → mode-Dm4BHhRH.mjs} +1 -1
  488. package/dist/{mode-DN_WneRx.mjs.map → mode-Dm4BHhRH.mjs.map} +1 -1
  489. package/dist/{node-sqlite-compat-BuJXIeMz.mjs → node-sqlite-compat-2sezm-Zd.mjs} +1 -1
  490. package/dist/{node-sqlite-compat-BuJXIeMz.mjs.map → node-sqlite-compat-2sezm-Zd.mjs.map} +1 -1
  491. package/dist/{normalize-C2xNjTSG.mjs → normalize-4nkKGsuW.mjs} +1 -1
  492. package/dist/{normalize-C2xNjTSG.mjs.map → normalize-4nkKGsuW.mjs.map} +1 -1
  493. package/dist/{oauth-authorization-Dj6Kwc21.mjs → oauth-authorization-BxE_lURD.mjs} +4 -4
  494. package/dist/{oauth-authorization-Dj6Kwc21.mjs.map → oauth-authorization-BxE_lURD.mjs.map} +1 -1
  495. package/dist/{oauth-clients-FD7I0J8m.mjs → oauth-clients-DJIdOdq0.mjs} +1 -1
  496. package/dist/{oauth-clients-FD7I0J8m.mjs.map → oauth-clients-DJIdOdq0.mjs.map} +1 -1
  497. package/dist/{oauth-state-store-DkmDOmHs.mjs → oauth-state-store-CsdxP57n.mjs} +1 -1
  498. package/dist/{oauth-state-store-DkmDOmHs.mjs.map → oauth-state-store-CsdxP57n.mjs.map} +1 -1
  499. package/dist/{oauth-user-lookup-CvIwGpYd.mjs → oauth-user-lookup-HzzW-dkF.mjs} +1 -1
  500. package/dist/{oauth-user-lookup-CvIwGpYd.mjs.map → oauth-user-lookup-HzzW-dkF.mjs.map} +1 -1
  501. package/dist/object-cache/memory.d.mts +1 -1
  502. package/dist/{options-BHPeIbBd.mjs → options-D1FBiAv1.mjs} +60 -5
  503. package/dist/options-D1FBiAv1.mjs.map +1 -0
  504. package/dist/{options-CYb4y7hM.d.mts → options-D8Y0VHc7.d.mts} +9 -3
  505. package/dist/options-D8Y0VHc7.d.mts.map +1 -0
  506. package/dist/page/index.d.mts +2 -2
  507. package/dist/page/index.d.mts.map +1 -1
  508. package/dist/page/index.mjs +12 -0
  509. package/dist/page/index.mjs.map +1 -1
  510. package/dist/{parse-Ckpg-Qfp.mjs → parse-WRg5C3NX.mjs} +2 -2
  511. package/dist/{parse-Ckpg-Qfp.mjs.map → parse-WRg5C3NX.mjs.map} +1 -1
  512. package/dist/{passkey-config-O_lj3y0k.mjs → passkey-config-qIdO-wF6.mjs} +1 -1
  513. package/dist/{passkey-config-O_lj3y0k.mjs.map → passkey-config-qIdO-wF6.mjs.map} +1 -1
  514. package/dist/{patterns-D9iDO3j8.mjs → patterns-DC8CLptu.mjs} +1 -1
  515. package/dist/{patterns-D9iDO3j8.mjs.map → patterns-DC8CLptu.mjs.map} +1 -1
  516. package/dist/{placeholder-4X9BrRrp.d.mts → placeholder-COrvARyD.d.mts} +1 -1
  517. package/dist/{placeholder-4X9BrRrp.d.mts.map → placeholder-COrvARyD.d.mts.map} +1 -1
  518. package/dist/plugin-types.d.mts +3 -3
  519. package/dist/plugin-types.d.mts.map +1 -1
  520. package/dist/plugin-utils.d.mts +10 -10
  521. package/dist/plugins/adapt-sandbox-entry.d.mts +10 -10
  522. package/dist/plugins/adapt-sandbox-entry.mjs +2 -2
  523. package/dist/{policy-Dhtwntrt.mjs → policy-XCfb-IE9.mjs} +2 -2
  524. package/dist/{policy-Dhtwntrt.mjs.map → policy-XCfb-IE9.mjs.map} +1 -1
  525. package/dist/{portable-text-U85hOafW.mjs → portable-text-BS3d5n-0.mjs} +1 -1
  526. package/dist/{portable-text-U85hOafW.mjs.map → portable-text-BS3d5n-0.mjs.map} +1 -1
  527. package/dist/{preview-B_vJLvf8.mjs → preview-BxwsGgGp.mjs} +2 -2
  528. package/dist/{preview-B_vJLvf8.mjs.map → preview-BxwsGgGp.mjs.map} +1 -1
  529. package/dist/{protocol-JdD2YhY9.d.mts → protocol-CLn58-nw.d.mts} +2 -2
  530. package/dist/{protocol-JdD2YhY9.d.mts.map → protocol-CLn58-nw.d.mts.map} +1 -1
  531. package/dist/{public-url-CarhZJgf.mjs → public-url-FWWAvnre.mjs} +1 -1
  532. package/dist/{public-url-CarhZJgf.mjs.map → public-url-FWWAvnre.mjs.map} +1 -1
  533. package/dist/{query-BZKZcG5b.mjs → query-DygOte9M.mjs} +25 -16
  534. package/dist/query-DygOte9M.mjs.map +1 -0
  535. package/dist/{query-BndaFxxp.mjs → query-gtXT03Wc.mjs} +4 -4
  536. package/dist/{query-BndaFxxp.mjs.map → query-gtXT03Wc.mjs.map} +1 -1
  537. package/dist/{rate-limit-BZmATC6W.mjs → rate-limit-CQUPm0dh.mjs} +2 -2
  538. package/dist/{rate-limit-BZmATC6W.mjs.map → rate-limit-CQUPm0dh.mjs.map} +1 -1
  539. package/dist/{redirect-CzqnLxK-.mjs → redirect-D1cWafi6.mjs} +1 -1
  540. package/dist/{redirect-CzqnLxK-.mjs.map → redirect-D1cWafi6.mjs.map} +1 -1
  541. package/dist/{redirect-CZkbozu9.mjs → redirect-DId44BS1.mjs} +19 -6
  542. package/dist/redirect-DId44BS1.mjs.map +1 -0
  543. package/dist/{redirects-CqzNM0KM.mjs → redirects-DN-ZE33W.mjs} +5 -5
  544. package/dist/{redirects-CqzNM0KM.mjs.map → redirects-DN-ZE33W.mjs.map} +1 -1
  545. package/dist/{registry-AZAsRsor.mjs → registry-DTqaqxed.mjs} +26 -10
  546. package/dist/registry-DTqaqxed.mjs.map +1 -0
  547. package/dist/{relation-04DfKRTO.mjs → relation-DxgCHOBw.mjs} +2 -2
  548. package/dist/{relation-04DfKRTO.mjs.map → relation-DxgCHOBw.mjs.map} +1 -1
  549. package/dist/{relations-CcFwDJdJ.mjs → relations-KKDSLUwS.mjs} +4 -4
  550. package/dist/{relations-CcFwDJdJ.mjs.map → relations-KKDSLUwS.mjs.map} +1 -1
  551. package/dist/{relations-C4htk5sb.mjs → relations-rOmbndUJ.mjs} +3 -3
  552. package/dist/{relations-C4htk5sb.mjs.map → relations-rOmbndUJ.mjs.map} +1 -1
  553. package/dist/{request-cache-DH9zdCOD.mjs → request-cache-DAZZmesc.mjs} +1 -1
  554. package/dist/{request-cache-DH9zdCOD.mjs.map → request-cache-DAZZmesc.mjs.map} +1 -1
  555. package/dist/request-context.d.mts +1 -1
  556. package/dist/{request-meta-DYxLlnmz.mjs → request-meta-BgjUQLQ-.mjs} +2 -2
  557. package/dist/{request-meta-DYxLlnmz.mjs.map → request-meta-BgjUQLQ-.mjs.map} +1 -1
  558. package/dist/{resolve-prZ3mP7l.mjs → resolve-Cy0aWSRj.mjs} +37 -4
  559. package/dist/resolve-Cy0aWSRj.mjs.map +1 -0
  560. package/dist/{runner-YKfIMnaF.d.mts → runner-CfwysRM0.d.mts} +2 -2
  561. package/dist/{runner-YKfIMnaF.d.mts.map → runner-CfwysRM0.d.mts.map} +1 -1
  562. package/dist/{runner-BLIDKpmA.mjs → runner-nEzvnogG.mjs} +419 -295
  563. package/dist/runner-nEzvnogG.mjs.map +1 -0
  564. package/dist/runtime.d.mts +11 -11
  565. package/dist/runtime.mjs +3 -2
  566. package/dist/runtime.mjs.map +1 -1
  567. package/dist/{schema-CGnBeLiW.mjs → schema-CRu38Pr5.mjs} +3 -3
  568. package/dist/{schema-CGnBeLiW.mjs.map → schema-CRu38Pr5.mjs.map} +1 -1
  569. package/dist/{schema-DYr-Vd-L.mjs → schema-DifxndJx.mjs} +4 -4
  570. package/dist/{schema-DYr-Vd-L.mjs.map → schema-DifxndJx.mjs.map} +1 -1
  571. package/dist/{scopes-BhWvBavj.mjs → scopes-D5A1OZbq.mjs} +3 -3
  572. package/dist/{scopes-BhWvBavj.mjs.map → scopes-D5A1OZbq.mjs.map} +1 -1
  573. package/dist/{search-C-qDk4kx.mjs → search-DEPFSBFq.mjs} +4 -4
  574. package/dist/{search-C-qDk4kx.mjs.map → search-DEPFSBFq.mjs.map} +1 -1
  575. package/dist/{secrets-rEtHt-6z.mjs → secrets-CdfzLdoO.mjs} +3 -3
  576. package/dist/{secrets-rEtHt-6z.mjs.map → secrets-CdfzLdoO.mjs.map} +1 -1
  577. package/dist/{sections-B_nYvlwn.mjs → sections-3X52kmIR.mjs} +2 -2
  578. package/dist/{sections-B_nYvlwn.mjs.map → sections-3X52kmIR.mjs.map} +1 -1
  579. package/dist/seed/index.d.mts +2 -2
  580. package/dist/seed/index.mjs +26 -24
  581. package/dist/seo/index.d.mts +3 -3
  582. package/dist/seo/index.d.mts.map +1 -1
  583. package/dist/seo/index.mjs +18 -19
  584. package/dist/seo/index.mjs.map +1 -1
  585. package/dist/{seo-926NRIgt.mjs → seo-Bw68KxRc.mjs} +2 -2
  586. package/dist/{seo-926NRIgt.mjs.map → seo-Bw68KxRc.mjs.map} +1 -1
  587. package/dist/{seo-CVWkdv6x.mjs → seo-C4AmbsMU.mjs} +3 -2
  588. package/dist/seo-C4AmbsMU.mjs.map +1 -0
  589. package/dist/{service-CJl3ZAYs.mjs → service-J_-Vgo7R.mjs} +2 -2
  590. package/dist/{service-CJl3ZAYs.mjs.map → service-J_-Vgo7R.mjs.map} +1 -1
  591. package/dist/{session-user-BlMgqCHS.mjs → session-user-CbnMMwk6.mjs} +1 -1
  592. package/dist/{session-user-BlMgqCHS.mjs.map → session-user-CbnMMwk6.mjs.map} +1 -1
  593. package/dist/{settings-Cwm6o2jY.mjs → settings-AnEFYICn.mjs} +3 -3
  594. package/dist/{settings-Cwm6o2jY.mjs.map → settings-AnEFYICn.mjs.map} +1 -1
  595. package/dist/{settings--wobrkkC.mjs → settings-DcMjREe5.mjs} +6 -6
  596. package/dist/{settings--wobrkkC.mjs.map → settings-DcMjREe5.mjs.map} +1 -1
  597. package/dist/{setup-complete-DQbClIN2.mjs → setup-complete-BClXXTvr.mjs} +2 -2
  598. package/dist/{setup-complete-DQbClIN2.mjs.map → setup-complete-BClXXTvr.mjs.map} +1 -1
  599. package/dist/{setup-nonce-DZCFS2sn.mjs → setup-nonce-BheRa4RG.mjs} +1 -1
  600. package/dist/{setup-nonce-DZCFS2sn.mjs.map → setup-nonce-BheRa4RG.mjs.map} +1 -1
  601. package/dist/{single-flight-cache-BPuGPdcN.mjs → single-flight-cache-jaswDzmQ.mjs} +2 -2
  602. package/dist/{single-flight-cache-BPuGPdcN.mjs.map → single-flight-cache-jaswDzmQ.mjs.map} +1 -1
  603. package/dist/{site-url-BrxA_E9H.mjs → site-url-Bqf-ea3N.mjs} +3 -3
  604. package/dist/{site-url-BrxA_E9H.mjs.map → site-url-Bqf-ea3N.mjs.map} +1 -1
  605. package/dist/{snapshot--OCDTqdb.mjs → snapshot-C4CtXntb.mjs} +51 -35
  606. package/dist/snapshot-C4CtXntb.mjs.map +1 -0
  607. package/dist/{ssrf-5sIM5jzl.mjs → ssrf-gl4gFNhw.mjs} +148 -91
  608. package/dist/ssrf-gl4gFNhw.mjs.map +1 -0
  609. package/dist/{state-BpFVsJZB.mjs → state-1F6IOhdQ.mjs} +1 -1
  610. package/dist/{state-BpFVsJZB.mjs.map → state-1F6IOhdQ.mjs.map} +1 -1
  611. package/dist/{status-B777-dXz.mjs → status-Cenfk_r5.mjs} +1 -1
  612. package/dist/{status-B777-dXz.mjs.map → status-Cenfk_r5.mjs.map} +1 -1
  613. package/dist/storage/local.d.mts +1 -1
  614. package/dist/storage/local.mjs +1 -1
  615. package/dist/storage/s3.d.mts +1 -1
  616. package/dist/storage/s3.mjs +1 -1
  617. package/dist/{target-BmR0iTwz.mjs → target-CRzeTs8G.mjs} +1 -1
  618. package/dist/{target-BmR0iTwz.mjs.map → target-CRzeTs8G.mjs.map} +1 -1
  619. package/dist/{taxonomies-DkAkMupr.mjs → taxonomies-BOdxuZpV.mjs} +11 -4
  620. package/dist/taxonomies-BOdxuZpV.mjs.map +1 -0
  621. package/dist/{taxonomies-Wfy_Lg12.mjs → taxonomies-NcFDq5Gg.mjs} +23 -14
  622. package/dist/taxonomies-NcFDq5Gg.mjs.map +1 -0
  623. package/dist/{taxonomy-tJepplLL.mjs → taxonomy-DP1vny4K.mjs} +11 -3
  624. package/dist/{taxonomy-tJepplLL.mjs.map → taxonomy-DP1vny4K.mjs.map} +1 -1
  625. package/dist/{tokens-BCO1oruF.mjs → tokens-CDk8ox9p.mjs} +1 -1
  626. package/dist/{tokens-BCO1oruF.mjs.map → tokens-CDk8ox9p.mjs.map} +1 -1
  627. package/dist/{transport-xh6YKW2G.d.mts → transport-BVn4tVb9.d.mts} +1 -1
  628. package/dist/{transport-xh6YKW2G.d.mts.map → transport-BVn4tVb9.d.mts.map} +1 -1
  629. package/dist/{transport-Dr3qtwXC.mjs → transport-DP0JI-8i.mjs} +1 -1
  630. package/dist/{transport-Dr3qtwXC.mjs.map → transport-DP0JI-8i.mjs.map} +1 -1
  631. package/dist/{trusted-proxy-BR5F1Otp.mjs → trusted-proxy-BTM6UxqD.mjs} +1 -1
  632. package/dist/{trusted-proxy-BR5F1Otp.mjs.map → trusted-proxy-BTM6UxqD.mjs.map} +1 -1
  633. package/dist/{types-CXFkwEGC.d.mts → types-2n848aVW.d.mts} +1 -1
  634. package/dist/{types-CXFkwEGC.d.mts.map → types-2n848aVW.d.mts.map} +1 -1
  635. package/dist/{types-75KIqzL9.mjs → types-BMXnRIrX.mjs} +4 -2
  636. package/dist/types-BMXnRIrX.mjs.map +1 -0
  637. package/dist/{types-B6GrPic4.d.mts → types-BouXpOsa.d.mts} +115 -4
  638. package/dist/types-BouXpOsa.d.mts.map +1 -0
  639. package/dist/{types-3qNFPlci.mjs → types-ByG2coLw.mjs} +1 -1
  640. package/dist/{types-3qNFPlci.mjs.map → types-ByG2coLw.mjs.map} +1 -1
  641. package/dist/types-CQPWhPxE.mjs.map +1 -1
  642. package/dist/{types-CDtkNSFQ.d.mts → types-DEfNJ__A.d.mts} +1 -1
  643. package/dist/{types-CDtkNSFQ.d.mts.map → types-DEfNJ__A.d.mts.map} +1 -1
  644. package/dist/{types-xDMtUFnO.d.mts → types-DKcKSbtB.d.mts} +23 -7
  645. package/dist/types-DKcKSbtB.d.mts.map +1 -0
  646. package/dist/{types-C00oyCZp.d.mts → types-DRYs7uTL.d.mts} +1 -1
  647. package/dist/{types-C00oyCZp.d.mts.map → types-DRYs7uTL.d.mts.map} +1 -1
  648. package/dist/{types-DczELMop.d.mts → types-DaEg7KX2.d.mts} +1 -1
  649. package/dist/{types-DczELMop.d.mts.map → types-DaEg7KX2.d.mts.map} +1 -1
  650. package/dist/{types-BuHW4xDE.d.mts → types-LU8utpP_.d.mts} +6 -3
  651. package/dist/types-LU8utpP_.d.mts.map +1 -0
  652. package/dist/{types-CPeXo1wF.d.mts → types-VpYfPUxN.d.mts} +1 -1
  653. package/dist/{types-CPeXo1wF.d.mts.map → types-VpYfPUxN.d.mts.map} +1 -1
  654. package/dist/{types-DM3vioBY.mjs → types-c9GP7Dj5.mjs} +1 -1
  655. package/dist/{types-DM3vioBY.mjs.map → types-c9GP7Dj5.mjs.map} +1 -1
  656. package/dist/{types-FV23hEoW.d.mts → types-tJWDK__M.d.mts} +14 -1
  657. package/dist/types-tJWDK__M.d.mts.map +1 -0
  658. package/dist/{upload-attempts-BsqoQ1fn.mjs → upload-attempts-C6S2y-lp.mjs} +1 -1
  659. package/dist/{upload-attempts-BsqoQ1fn.mjs.map → upload-attempts-C6S2y-lp.mjs.map} +1 -1
  660. package/dist/{url-pattern-D4c2czpJ.mjs → url-pattern-UYtxVTuj.mjs} +1 -1
  661. package/dist/{url-pattern-D4c2czpJ.mjs.map → url-pattern-UYtxVTuj.mjs.map} +1 -1
  662. package/dist/{user-BTZ40aq6.mjs → user-DIsIXogT.mjs} +2 -2
  663. package/dist/{user-BTZ40aq6.mjs.map → user-DIsIXogT.mjs.map} +1 -1
  664. package/dist/{utils-BKvNjjhY.mjs → utils-BicP5Qbg.mjs} +2 -2
  665. package/dist/{utils-BKvNjjhY.mjs.map → utils-BicP5Qbg.mjs.map} +1 -1
  666. package/dist/{validate-DE_LRwo9.mjs → validate-D8VPn4Hv.mjs} +8 -3
  667. package/dist/validate-D8VPn4Hv.mjs.map +1 -0
  668. package/dist/{validate-DUP27OYD.d.mts → validate-Df6Dvwbw.d.mts} +12 -7
  669. package/dist/validate-Df6Dvwbw.d.mts.map +1 -0
  670. package/dist/{validation-BMImFJ11.mjs → validation-CzMJn9Ku.mjs} +13 -11
  671. package/dist/{validation-BMImFJ11.mjs.map → validation-CzMJn9Ku.mjs.map} +1 -1
  672. package/dist/version-CK67_SXX.mjs +7 -0
  673. package/dist/{version-Bii3suaO.mjs.map → version-CK67_SXX.mjs.map} +1 -1
  674. package/dist/{widgets-D3gJ10xU.mjs → widgets-RFVAxQl3.mjs} +5 -5
  675. package/dist/{widgets-D3gJ10xU.mjs.map → widgets-RFVAxQl3.mjs.map} +1 -1
  676. package/dist/{wxr-taxonomies-B2Og_6rU.d.mts → wxr-taxonomies-BX4yQL9s.d.mts} +1 -1
  677. package/dist/{wxr-taxonomies-B2Og_6rU.d.mts.map → wxr-taxonomies-BX4yQL9s.d.mts.map} +1 -1
  678. package/dist/{wxr-taxonomies-Cxngsjwo.mjs → wxr-taxonomies-Csdp7yde.mjs} +4 -4
  679. package/dist/{wxr-taxonomies-Cxngsjwo.mjs.map → wxr-taxonomies-Csdp7yde.mjs.map} +1 -1
  680. package/dist/{zod-generator-BuYSQJB7.mjs → zod-generator-CNRGdnBY.mjs} +3 -3
  681. package/dist/{zod-generator-BuYSQJB7.mjs.map → zod-generator-CNRGdnBY.mjs.map} +1 -1
  682. package/package.json +12 -10
  683. package/src/api/errors.ts +7 -0
  684. package/src/api/handlers/content.ts +66 -79
  685. package/src/api/handlers/entry-lock.ts +206 -0
  686. package/src/api/handlers/manifest.ts +1 -0
  687. package/src/api/handlers/marketplace.ts +28 -20
  688. package/src/api/handlers/menus.ts +9 -0
  689. package/src/api/handlers/registry.ts +13 -8
  690. package/src/api/handlers/revision.ts +2 -1
  691. package/src/api/handlers/seo.ts +10 -1
  692. package/src/api/handlers/snapshot.ts +84 -72
  693. package/src/api/handlers/taxonomies.ts +9 -0
  694. package/src/api/openapi/document.ts +111 -6
  695. package/src/api/schemas/content.ts +8 -0
  696. package/src/api/schemas/entry-lock.ts +48 -0
  697. package/src/api/schemas/index.ts +1 -0
  698. package/src/api/schemas/schema.ts +10 -1
  699. package/src/api/types.ts +2 -0
  700. package/src/astro/integration/index.ts +9 -6
  701. package/src/astro/integration/routes.ts +5 -0
  702. package/src/astro/integration/runtime.ts +13 -5
  703. package/src/astro/integration/vite-config.ts +30 -0
  704. package/src/astro/middleware.ts +16 -0
  705. package/src/astro/routes/api/content/[collection]/[id]/discard-draft.ts +10 -0
  706. package/src/astro/routes/api/content/[collection]/[id]/lock.ts +133 -0
  707. package/src/astro/routes/api/content/[collection]/[id]/publish.ts +11 -1
  708. package/src/astro/routes/api/content/[collection]/[id]/schedule.ts +20 -0
  709. package/src/astro/routes/api/content/[collection]/[id]/unpublish.ts +10 -0
  710. package/src/astro/routes/api/content/[collection]/[id].ts +27 -2
  711. package/src/astro/routes/api/content/[collection]/index.ts +3 -0
  712. package/src/astro/routes/sitemap-[collection].xml.ts +4 -0
  713. package/src/astro/types.ts +13 -3
  714. package/src/cli/commands/content.ts +31 -5
  715. package/src/cli/commands/export-seed.ts +2 -0
  716. package/src/client/index.ts +34 -7
  717. package/src/components/EmDashBodyEnd.astro +4 -1
  718. package/src/components/EmDashBodyStart.astro +4 -1
  719. package/src/components/EmDashHead.astro +35 -16
  720. package/src/components/Gallery.astro +18 -4
  721. package/src/components/InlineEditor.astro +3 -1
  722. package/src/components/InlinePortableTextEditor.tsx +106 -11
  723. package/src/components/PortableText.astro +4 -0
  724. package/src/components/Table.astro +147 -62
  725. package/src/config/errors.ts +13 -0
  726. package/src/content/converters/portable-text-to-prosemirror.ts +26 -2
  727. package/src/content/converters/prosemirror-to-portable-text.ts +35 -6
  728. package/src/content/converters/types.ts +10 -0
  729. package/src/database/dialect-helpers.ts +125 -0
  730. package/src/database/migrations/075_entry_edit_locks.ts +44 -0
  731. package/src/database/migrations/076_collection_nav_group.ts +22 -0
  732. package/src/database/migrations/077_plugin_storage_revisions.ts +89 -0
  733. package/src/database/migrations/runner.ts +6 -0
  734. package/src/database/repositories/content.ts +170 -1
  735. package/src/database/repositories/entry-locks.ts +257 -0
  736. package/src/database/repositories/options.ts +69 -5
  737. package/src/database/repositories/plugin-storage.ts +159 -0
  738. package/src/database/repositories/redirect.ts +17 -6
  739. package/src/database/repositories/taxonomy.ts +8 -0
  740. package/src/database/repositories/types.ts +3 -0
  741. package/src/database/types.ts +15 -1
  742. package/src/emdash-runtime.ts +117 -50
  743. package/src/i18n/resolve.ts +44 -4
  744. package/src/index.ts +14 -0
  745. package/src/loader.ts +35 -4
  746. package/src/mcp/server.ts +23 -5
  747. package/src/media/responsive.ts +23 -0
  748. package/src/media/usage/content-refresh.ts +2 -1
  749. package/src/menus/index.ts +17 -21
  750. package/src/page/seo-contributions.ts +78 -1
  751. package/src/page/seo-panel.ts +47 -0
  752. package/src/plugin-types.ts +9 -0
  753. package/src/plugins/conditional-storage.ts +30 -0
  754. package/src/plugins/context.ts +49 -17
  755. package/src/plugins/hooks.ts +7 -1
  756. package/src/plugins/index.ts +9 -0
  757. package/src/plugins/manager.ts +5 -2
  758. package/src/plugins/sandbox/types.ts +16 -2
  759. package/src/plugins/storage-query.ts +45 -0
  760. package/src/plugins/storage-update.ts +96 -0
  761. package/src/plugins/types.ts +114 -0
  762. package/src/query.ts +29 -3
  763. package/src/registry/config.ts +130 -27
  764. package/src/registry/types.ts +5 -6
  765. package/src/schema/collection-slugs-cache.ts +157 -0
  766. package/src/schema/registry.ts +19 -0
  767. package/src/schema/types.ts +25 -6
  768. package/src/security/ssrf.ts +167 -141
  769. package/src/seed/apply.ts +4 -0
  770. package/src/seed/types.ts +7 -2
  771. package/src/seed/validate.ts +18 -1
  772. package/src/seo/hreflang.ts +1 -0
  773. package/src/seo/index.ts +5 -10
  774. package/src/seo/media-url.ts +26 -0
  775. package/src/taxonomies/term-counts.ts +22 -5
  776. package/dist/api-Dz6rgoa3.mjs.map +0 -1
  777. package/dist/apply-B4SIOxR1.mjs.map +0 -1
  778. package/dist/config-it29yDLA.mjs.map +0 -1
  779. package/dist/content-DjvM0T92.mjs.map +0 -1
  780. package/dist/context-CX6gxOLW.mjs.map +0 -1
  781. package/dist/dialect-helpers-BSbfaO3F.mjs.map +0 -1
  782. package/dist/errors-DsVoDUjJ.mjs.map +0 -1
  783. package/dist/index-BJNMCWmu.d.mts.map +0 -1
  784. package/dist/loader-Z8vl7zTq.mjs.map +0 -1
  785. package/dist/media-url-DHoPr0hq.mjs.map +0 -1
  786. package/dist/menus-6qSwTNxG.mjs.map +0 -1
  787. package/dist/options-BHPeIbBd.mjs.map +0 -1
  788. package/dist/options-CYb4y7hM.d.mts.map +0 -1
  789. package/dist/query-BZKZcG5b.mjs.map +0 -1
  790. package/dist/redirect-CZkbozu9.mjs.map +0 -1
  791. package/dist/redirects-BLNOWQTn.mjs.map +0 -1
  792. package/dist/registry-AZAsRsor.mjs.map +0 -1
  793. package/dist/relations-DnRK4YIT.d.mts.map +0 -1
  794. package/dist/resolve-prZ3mP7l.mjs.map +0 -1
  795. package/dist/runner-BLIDKpmA.mjs.map +0 -1
  796. package/dist/seo-CVWkdv6x.mjs.map +0 -1
  797. package/dist/snapshot--OCDTqdb.mjs.map +0 -1
  798. package/dist/ssrf-5sIM5jzl.mjs.map +0 -1
  799. package/dist/taxonomies-DkAkMupr.mjs.map +0 -1
  800. package/dist/taxonomies-Wfy_Lg12.mjs.map +0 -1
  801. package/dist/types-75KIqzL9.mjs.map +0 -1
  802. package/dist/types-B6GrPic4.d.mts.map +0 -1
  803. package/dist/types-BuHW4xDE.d.mts.map +0 -1
  804. package/dist/types-FV23hEoW.d.mts.map +0 -1
  805. package/dist/types-xDMtUFnO.d.mts.map +0 -1
  806. package/dist/validate-DE_LRwo9.mjs.map +0 -1
  807. package/dist/validate-DUP27OYD.d.mts.map +0 -1
  808. package/dist/version-Bii3suaO.mjs +0 -7
  809. /package/dist/{api-tokens-BfYts-sq.mjs → api-tokens-B_lfpmH3.mjs} +0 -0
  810. /package/dist/{ssrf-Dg3cIT-b.mjs → ssrf-TQhaljuI.mjs} +0 -0
  811. /package/dist/{types-DfuTR6dL.mjs → types-A2cN6a4a.mjs} +0 -0
@@ -1,5 +1,5 @@
1
- import { t as Database } from "./types-FV23hEoW.mjs";
2
- import { d as ImportSource, g as ProbeResult } from "./types-DczELMop.mjs";
1
+ import { t as Database } from "./types-tJWDK__M.mjs";
2
+ import { d as ImportSource, g as ProbeResult } from "./types-DaEg7KX2.mjs";
3
3
  import { Kysely } from "kysely";
4
4
  import { slugify } from "@emdash-cms/admin/slugify";
5
5
  import { PortableTextBlock } from "@emdash-cms/gutenberg-to-portable-text";
@@ -275,4 +275,4 @@ declare function fetchPluginTaxonomies(siteUrl: string, authToken: string): Prom
275
275
  }>>;
276
276
  //#endregion
277
277
  export { decodeSlug as C, parseWxrString as S, ContentBylineInput as T, WxrPost as _, clearSources as a, WxrTerm as b, getSource as c, registerSource as d, importReusableBlocksAsSections as f, WxrData as g, WxrCategory as h, wxrSource as i, getUrlSources as l, WxrAuthor as m, wordpressRestSource as n, getAllSources as o, WxrAttachment as p, parseWxrDate as r, getFileSources as s, fetchPluginTaxonomies as t, probeUrl as u, WxrSite as v, slugify as w, parseWxr as x, WxrTag as y };
278
- //# sourceMappingURL=index-Du8K7bWa.d.mts.map
278
+ //# sourceMappingURL=index-1ECYpfiF.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index-Du8K7bWa.d.mts","names":[],"sources":["../src/database/repositories/byline.ts","../src/utils/slugify.ts","../src/cli/wxr/parser.ts","../src/import/sections.ts","../src/import/registry.ts","../src/import/sources/wxr.ts","../src/import/sources/wordpress-rest.ts","../src/import/sources/wordpress-plugin.ts"],"mappings":";;;;;;;;UAuGiB,kBAAA;EAChB,QAAA;EACA,SAAA;AAAA;;;;;;;;;;iBChGe,UAAA,CAAW,GAAA;;;;;;UCWV,OAAA;;EAEhB,IAAA,EAAM,OAAA;;EAEN,KAAA,EAAO,OAAA;EDfkB;ECiBzB,WAAA,EAAa,aAAA;EDjBa;ECmB1B,UAAA,EAAY,WAAA;;EAEZ,IAAA,EAAM,MAAA;;EAEN,OAAA,EAAS,SAAA;EAZc;EAcvB,KAAA,EAAO,OAAA;EAZD;EAcN,QAAA,EAAU,UAAA;AAAA;AAAA,UAGM,OAAA;EAChB,KAAA;EACA,IAAA;EACA,WAAA;EACA,QAAA;EACA,WAAA;EACA,WAAA;AAAA;AAAA,UAGgB,OAAA;EAChB,EAAA;EACA,KAAA;EACA,IAAA;EACA,OAAA;EACA,OAAA;EACA,IAAA;EACA,WAAA;EACA,OAAA;EACA,OAAA;EACA,QAAA;EACA,WAAA;EACA,YAAA;EACA,eAAA;EACA,aAAA;EACA,UAAA;EACA,MAAA;EACA,QAAA;EACA,QAAA;EACA,YAAA;EACA,QAAA;EA5BA;EA8BA,UAAA;EA5BA;EA8BA,SAAA;EACA,UAAA;EACA,IAAA;EA7BW;EA+BX,gBAAA,GAAmB,GAAA;EA5BH;;;;;;;;;EAsChB,cAAA,GAAiB,GAAA;EACjB,IAAA,EAAM,GAAA;EAnCN;;;;;EAyCA,MAAA;EAnCA;;;;;;;EA2CA,gBAAA;AAAA;AAAA,UA8KgB,aAAA;EAChB,EAAA;EACA,KAAA;EACA,GAAA;EACA,QAAA;EACA,IAAA,EAAM,GAAA;AAAA;AAAA,UAGU,WAAA;EAChB,EAAA;EACA,QAAA;EACA,IAAA;EACA,MAAA;EACA,WAAA;AAAA;AAAA,UAGgB,MAAA;EAChB,EAAA;EACA,IAAA;EACA,IAAA;EACA,WAAA;AAAA;;;;UAMgB,OAAA;EAChB,EAAA;EACA,QAAA;EACA,IAAA;EACA,IAAA;EACA,MAAA;EACA,WAAA;AAAA;;;;UAMgB,UAAA;EAChB,EAAA;EACA,IAAA;EACA,KAAA;EACA,KAAA,EAAO,cAAA;AAAA;;;;UAMS,cAAA;EAChB,EAAA;EACA,MAAA;EACA,QAAA;EACA,SAAA;EACA,IAAA;EACA,UAAA;EACA,QAAA;EACA,GAAA;EACA,KAAA;EACA,MAAA;EACA,OAAA;AAAA;AAAA,UAGgB,SAAA;EAChB,EAAA;EACA,KAAA;EACA,KAAA;EACA,WAAA;EACA,SAAA;EACA,QAAA;AAAA;;;;iBAiDe,QAAA,CAAS,MAAA,EAAQ,QAAA,GAAW,OAAA,CAAQ,OAAA;;;;;AArEpD;;iBAmcgB,cAAA,CAAe,GAAA,WAAc,OAAA,CAAQ,OAAA;;;AF/pBrD;;;AAAA,UGrFiB,oBAAA;EHuFP;EGrFT,eAAA;;EAEA,eAAA;EFbe;EEef,MAAA,EAAQ,KAAA;IAAQ,KAAA;IAAe,KAAA;EAAA;AAAA;;;ADJhC;;;;;iBCcsB,8BAAA,CACrB,KAAA,EAAO,OAAA,IACP,EAAA,EAAI,MAAA,CAAO,QAAA,IACT,OAAA,CAAQ,oBAAA;;;;;AHkEX;iBIrFgB,cAAA,CAAe,MAAA,EAAQ,YAAA;;;;iBAOvB,SAAA,CAAU,EAAA,WAAa,YAAA;;;AHhBvC;iBGuBgB,aAAA,CAAA,GAAiB,YAAA;;;;iBAOjB,cAAA,CAAA,GAAkB,YAAA;;;AFnBlC;iBE0BgB,aAAA,CAAA,GAAiB,YAAA;;;;;;iBASX,QAAA,CAAS,GAAA,WAAc,OAAA,CAAQ,WAAA;;;;iBAsDrC,YAAA,CAAA;;;cCrEH,SAAA,EAAW,YAAA;;;;;;;;;;iBAuTR,YAAA,CACf,OAAA,sBACA,OAAA,sBACA,SAAA,uBACE,IAAA;;;cChUU,mBAAA,EAAqB,YAAA;;;;;;iBC2uBZ,qBAAA,CACrB,OAAA,UACA,SAAA,WACE,OAAA,CACF,KAAA;EACC,IAAA;EACA,KAAA,ULzuBD;EK2uBC,cAAA;EACA,YAAA,WL1uBU;EK4uBV,UAAA;EACA,KAAA,EAAO,KAAA;IACN,EAAA;IACA,IAAA;IACA,IAAA;IACA,WAAA;IACA,MAAA;IACA,KAAA;EAAA;AAAA"}
1
+ {"version":3,"file":"index-1ECYpfiF.d.mts","names":[],"sources":["../src/database/repositories/byline.ts","../src/utils/slugify.ts","../src/cli/wxr/parser.ts","../src/import/sections.ts","../src/import/registry.ts","../src/import/sources/wxr.ts","../src/import/sources/wordpress-rest.ts","../src/import/sources/wordpress-plugin.ts"],"mappings":";;;;;;;;UAuGiB,kBAAA;EAChB,QAAA;EACA,SAAA;AAAA;;;;;;;;;;iBChGe,UAAA,CAAW,GAAA;;;;;;UCWV,OAAA;;EAEhB,IAAA,EAAM,OAAA;;EAEN,KAAA,EAAO,OAAA;EDfkB;ECiBzB,WAAA,EAAa,aAAA;EDjBa;ECmB1B,UAAA,EAAY,WAAA;;EAEZ,IAAA,EAAM,MAAA;;EAEN,OAAA,EAAS,SAAA;EAZc;EAcvB,KAAA,EAAO,OAAA;EAZD;EAcN,QAAA,EAAU,UAAA;AAAA;AAAA,UAGM,OAAA;EAChB,KAAA;EACA,IAAA;EACA,WAAA;EACA,QAAA;EACA,WAAA;EACA,WAAA;AAAA;AAAA,UAGgB,OAAA;EAChB,EAAA;EACA,KAAA;EACA,IAAA;EACA,OAAA;EACA,OAAA;EACA,IAAA;EACA,WAAA;EACA,OAAA;EACA,OAAA;EACA,QAAA;EACA,WAAA;EACA,YAAA;EACA,eAAA;EACA,aAAA;EACA,UAAA;EACA,MAAA;EACA,QAAA;EACA,QAAA;EACA,YAAA;EACA,QAAA;EA5BA;EA8BA,UAAA;EA5BA;EA8BA,SAAA;EACA,UAAA;EACA,IAAA;EA7BW;EA+BX,gBAAA,GAAmB,GAAA;EA5BH;;;;;;;;;EAsChB,cAAA,GAAiB,GAAA;EACjB,IAAA,EAAM,GAAA;EAnCN;;;;;EAyCA,MAAA;EAnCA;;;;;;;EA2CA,gBAAA;AAAA;AAAA,UA8KgB,aAAA;EAChB,EAAA;EACA,KAAA;EACA,GAAA;EACA,QAAA;EACA,IAAA,EAAM,GAAA;AAAA;AAAA,UAGU,WAAA;EAChB,EAAA;EACA,QAAA;EACA,IAAA;EACA,MAAA;EACA,WAAA;AAAA;AAAA,UAGgB,MAAA;EAChB,EAAA;EACA,IAAA;EACA,IAAA;EACA,WAAA;AAAA;;;;UAMgB,OAAA;EAChB,EAAA;EACA,QAAA;EACA,IAAA;EACA,IAAA;EACA,MAAA;EACA,WAAA;AAAA;;;;UAMgB,UAAA;EAChB,EAAA;EACA,IAAA;EACA,KAAA;EACA,KAAA,EAAO,cAAA;AAAA;;;;UAMS,cAAA;EAChB,EAAA;EACA,MAAA;EACA,QAAA;EACA,SAAA;EACA,IAAA;EACA,UAAA;EACA,QAAA;EACA,GAAA;EACA,KAAA;EACA,MAAA;EACA,OAAA;AAAA;AAAA,UAGgB,SAAA;EAChB,EAAA;EACA,KAAA;EACA,KAAA;EACA,WAAA;EACA,SAAA;EACA,QAAA;AAAA;;;;iBAiDe,QAAA,CAAS,MAAA,EAAQ,QAAA,GAAW,OAAA,CAAQ,OAAA;;;;;AArEpD;;iBAmcgB,cAAA,CAAe,GAAA,WAAc,OAAA,CAAQ,OAAA;;;AF/pBrD;;;AAAA,UGrFiB,oBAAA;EHuFP;EGrFT,eAAA;;EAEA,eAAA;EFbe;EEef,MAAA,EAAQ,KAAA;IAAQ,KAAA;IAAe,KAAA;EAAA;AAAA;;;ADJhC;;;;;iBCcsB,8BAAA,CACrB,KAAA,EAAO,OAAA,IACP,EAAA,EAAI,MAAA,CAAO,QAAA,IACT,OAAA,CAAQ,oBAAA;;;;;AHkEX;iBIrFgB,cAAA,CAAe,MAAA,EAAQ,YAAA;;;;iBAOvB,SAAA,CAAU,EAAA,WAAa,YAAA;;;AHhBvC;iBGuBgB,aAAA,CAAA,GAAiB,YAAA;;;;iBAOjB,cAAA,CAAA,GAAkB,YAAA;;;AFnBlC;iBE0BgB,aAAA,CAAA,GAAiB,YAAA;;;;;;iBASX,QAAA,CAAS,GAAA,WAAc,OAAA,CAAQ,WAAA;;;;iBAsDrC,YAAA,CAAA;;;cCrEH,SAAA,EAAW,YAAA;;;;;;;;;;iBAuTR,YAAA,CACf,OAAA,sBACA,OAAA,sBACA,SAAA,uBACE,IAAA;;;cChUU,mBAAA,EAAqB,YAAA;;;;;;iBC2uBZ,qBAAA,CACrB,OAAA,UACA,SAAA,WACE,OAAA,CACF,KAAA;EACC,IAAA;EACA,KAAA,ULzuBD;EK2uBC,cAAA;EACA,YAAA,WL1uBU;EK4uBV,UAAA;EACA,KAAA,EAAO,KAAA;IACN,EAAA;IACA,IAAA;IACA,IAAA;IACA,WAAA;IACA,MAAA;IACA,KAAA;EAAA;AAAA"}
package/dist/index.d.mts CHANGED
@@ -1,27 +1,27 @@
1
- import { a as ContentFieldRangeFilter, i as ContentFieldInFilter, n as ContentFieldFilterValue, r as ContentFieldFilters, t as ContentFieldFilterScalar } from "./content-list-query-Btqd4uV2.mjs";
2
- import { _ as UpdateCollectionInput, a as CollectionWithFields, c as CreateFieldInput, d as Field, f as FieldType, g as RESERVED_FIELD_SLUGS, h as RESERVED_COLLECTION_SLUGS, i as CollectionSupport, m as FieldWidgetOptions, o as ColumnType, p as FieldValidation, r as CollectionSource, s as CreateCollectionInput, t as Collection, u as FIELD_TYPE_TO_COLUMN, v as UpdateFieldInput } from "./types-xDMtUFnO.mjs";
3
- import { a as ContentSeo, c as EmDashValidationError, d as InvalidCursorError, f as UpdateContentInput, i as ContentItem, l as FindManyOptions, n as ContentBylineCredit, o as ContentSeoInput, s as CreateContentInput, t as BylineSummary, u as FindManyResult } from "./types-BuHW4xDE.mjs";
4
- import { _ as ManifestFieldDescriptor, d as ContentListResponse, f as ContentResponse, g as ManifestCollectionMap, h as ManifestCollectionDescriptor, l as ApiContext, m as ListResponse, p as FieldDescriptor, t as OptionsRepository, v as ManifestResponse } from "./options-CYb4y7hM.mjs";
5
- import { n as MediaTable, r as UserTable, t as Database } from "./types-FV23hEoW.mjs";
6
- import { $ as MediaUploadEvent, B as FieldWidgetConfig, C as ContentDeleteEvent, Ct as PublicPageContext, D as ContentScheduleStateChangeEvent, Dt as ResolvedPlugin, E as ContentRestoreStateChangeEvent, Et as ResolvedHook, Ft as TaxonomyDefInfo, H as HookName, Ht as isDeprecatedCapability, It as TaxonomyReadOptions, J as MediaAccess, Lt as TaxonomyTermInfo, M as DeprecatedPluginCapability, Nt as StoredComment, O as ContentStateChangeEvent, Ot as ResolvedPluginHooks, Pt as TaxonomyAccess, S as ContentCreateOptions, St as PortableTextBlockField, T as ContentPublishStateChangeEvent, U as HttpAccess, Ut as normalizeCapabilities, V as HookConfig, W as KVAccess, Wt as normalizeCapability, _t as PluginManifest, a as CommentAfterCreateHandler, at as PageMetadataEvent, bt as PluginStorageConfig, c as CommentBeforeCreateEvent, ct as PagePlacement, d as CommentModerateHandler, dt as PluginAdminExports, et as ModerationDecision, f as ContentAccess, ft as PluginAdminPage, gt as PluginHooks, ht as PluginDefinition, i as CommentAfterCreateEvent, it as PageMetadataContribution, j as CurrentPluginCapability, jt as StorageCollection, kt as RouteContext, l as CommentBeforeCreateHandler, mt as PluginContext, n as CAPABILITY_RENAMES, nt as PageFragmentEvent, o as CommentAfterModerateEvent, ot as PageMetadataHandler, pt as PluginCapability, q as LogAccess, r as CollectionCommentSettings, rt as PageFragmentHandler, s as CommentAfterModerateHandler, t as BreadcrumbItem, tt as PageFragmentContribution, u as CommentModerateEvent, ut as PluginAdminConfig, w as ContentHookEvent, xt as PortableTextBlockConfig, yt as PluginRoute } from "./types-B6GrPic4.mjs";
7
- import "./relations-DnRK4YIT.mjs";
8
- import { _ as MediaValue, n as generatePlaceholder, r as normalizeMediaValue, t as PlaceholderData } from "./placeholder-4X9BrRrp.mjs";
9
- import { $ as CreateMenuInput, $n as UpdateSectionInput, $r as handleRevisionList, $t as after, A as WidgetComponentDef, Ai as PortableTextBlock, An as computeContentHash, Ar as PluginDescriptor, At as SandboxNotAvailableError, B as getTermsForEntries, Bn as PortableTextMarkDef, Br as handleMediaUsageRepair, Bt as CacheNamespace, C as CreateWidgetAreaInput, Ci as reference, Cn as EntryFilter, Cr as SandboxedPluginInstance, Ct as PreviewTokenPayload, D as UpdateWidgetInput, Di as FieldUIHints, Dr as getSandboxRouteErrorDetails, Dt as parseContentId, E as ReorderWidgetsInput, Ei as FieldDefinition, Er as createSandboxRouteErrorEnvelope, Et as generatePreviewToken, F as getTaxonomyDef, Fi as MediaItem, Fn as prosemirrorToPortableText, Fr as getCollectionInfo, Ft as ContentSaveRejectedError, G as TaxonomyTermRow, Gn as ProseMirrorMark, Gr as handleMediaDelete, Gt as invalidateBylineObjectCache, H as CreateTermInput, Hn as PortableTextTextBlock, Hr as MediaListResponse, Ht as cachedQuery, I as getTaxonomyDefs, Ii as MediaRepository, In as PortableTextCodeBlock, Ir as SchemaError, It as isContentSaveRejection, J as getBylineBySlug, Jn as getSections, Jr as handleMediaReplaceMetadata, Jt as invalidateMenuObjectCache, K as UpdateTermInput, Kn as ProseMirrorNode, Kr as handleMediaGet, Kt as invalidateCollectionCache, L as getTaxonomyTerms, Li as ContentRepository, Ln as PortableTextHtmlBlock, Lr as SchemaRegistry, Lt as ValidatedPluginManifest, M as getAllTermsForEntries, Mi as PluginStorageRepository, Mn as portableTextIdentityExtensions, Mt as NodeCronScheduler, N as getEntriesByTerm, Ni as UserRepository, Nn as PortableTextToProsemirrorOptions, Nt as PluginManager, O as Widget, Oi as FileValue, On as isSafeHref, Or as getSandboxRouteErrorEnvelope, Ot as verifyPreviewToken, P as getEntryTerms, Pi as CreateMediaInput, Pn as portableTextToProsemirror, Pt as createPluginManager, Q as getMenus, Qn as SectionSource, Qr as handleRevisionGet, Qt as WaitUntilFn, R as getTaxonomyTermsWithCacheHint, Ri as DatabaseConfig, Rn as PortableTextImageBlock, Rr as handleMediaUsageActivationAdvance, Rt as pluginManifestSchema, S as getWidgetComponents, Si as portableText, Sn as EntryData, Sr as SandboxUnavailableError, St as GeneratePreviewTokenOptions, T as PropDef, Ti as image, Tn as WhereValue, Tr as createSandboxRouteError, Tt as VerifyPreviewTokenResult, U as TaxonomyDef, Un as PortableTextUnknownBlock, Ur as MediaResponse, Ut as contentNamespace, V as invalidateTermCache, Vn as PortableTextSpan, Vt as CachedQueryOptions, W as TaxonomyTerm, Wn as ProseMirrorDocument, Wr as handleMediaCreate, Wt as contentNamespaces, X as getMenu, Xn as GetSectionsOptions, Xr as RevisionListResponse, Xt as invalidateSchemaObjectCache, Y as getEntriesByByline, Yn as CreateSectionInput, Yr as handleMediaUpdate, Yt as invalidateObjectCache, Z as getMenuWithCacheHint, Zn as Section, Zr as RevisionResponse, Zt as invalidateTaxonomyObjectCache, _ as SuggestOptions, _i as handleContentSchedule, _n as EditProxy, _r as SandboxRouteErrorCode, _t as getPreviewToken, a as search, ai as handleContentCountTrashed, an as EmDashCollections, ar as PluginRouteError, at as UpdateMenuInput, b as getWidgetAreaWithCacheHint, bi as handleContentUnschedule, bn as createNoop, br as SandboxRunner, bt as buildPreviewUrl, c as FTSManager, ci as handleContentDiscardDraft, cn as ResolvePathResult, ct as GetCommentsResult, d as SearchConfig, di as handleContentGetIncludingTrashed, dn as getEditMeta, dr as createHookPipeline, dt as getPluginSetting, ei as handleRevisionRestore, en as CacheHint, et as CreateMenuItemInput, f as SearchOptions, fi as handleContentList, fn as getEmDashCollection, fr as createHttpAccess, ft as getPluginSettings, g as SearchTokenizer, gi as handleContentRestore, gn as CMSAnnotation, gr as SandboxOptions, gt as setSiteSettings, h as SearchStats, hi as handleContentPublish, hn as resolveEmDashPath, hr as SandboxEmailSendCallback, ht as getSiteSettingsWithCacheHint, i as getSuggestions, ii as handleContentCountScheduled, in as EditFieldMeta, ir as SystemCleanupFn, it as ReorderMenuItemsInput, j as WidgetType, ji as CompoundSelectLimitedAdapter, jn as hashString, jt as createNoopSandboxRunner, k as WidgetArea, ki as ImageValue, kn as sanitizeHref, kt as NoopSandboxRunner, l as CollectionSearchOptions, li as handleContentDuplicate, ln as TranslationSummary, lr as HookPipeline, lt as getCommentCount, m as SearchResult, mi as handleContentPermanentDelete, mn as getTranslations, mr as SandboxEmailMessage, mt as getSiteSettings, n as extractSearchableFields, ni as handleContentAuthors, nn as CollectionResult, nt as MenuItem, o as searchCollection, oi as handleContentCreate, on as EntryResult, ot as UpdateMenuItemInput, p as SearchResponse, pi as handleContentListTrashed, pn as getEmDashEntry, pr as createUnrestrictedHttpAccess, pt as getSiteSetting, q as getByline, qn as getSection, qr as handleMediaList, qt as invalidateCommentObjectCache, r as getSearchStats, ri as handleContentCompare, rn as ContentEntry, rr as CronScheduler, rt as MenuItemType, s as searchWithDb, si as handleContentDelete, sn as InferCollectionData, st as GetCommentsOptions, t as extractPlainText, ti as generateManifest, tn as CollectionFilter, tt as Menu, u as SEARCH_TOKENIZERS, ui as handleContentGet, un as TranslationsResult, ur as HookResult, ut as getComments, v as Suggestion, vi as handleContentTranslations, vn as FieldAnnotation, vr as SandboxRouteErrorDetails, vt as isPreviewRequest, w as CreateWidgetInput, wi as file, wn as WhereRange, wr as SerializedRequest, wt as VerifyPreviewTokenOptions, x as getWidgetAreas, xi as handleContentUpdate, xn as CollectionFilter$1, xr as SandboxRunnerFactory, xt as getPreviewUrl, y as getWidgetArea, yi as handleContentUnpublish, yn as createEditable, yr as SandboxRouteErrorEnvelope, yt as GetPreviewUrlOptions, z as getTerm, zi as EmDashDatabaseError, zn as PortableTextLinkMark, zr as handleMediaUsageProgress, zt as definePlugin } from "./index-BJNMCWmu.mjs";
10
- import { a as getMigrationStatus, i as getExactMigrationStatus, n as MIGRATION_NAMES, r as MigrationStatus, t as ExactMigrationStatus } from "./runner-YKfIMnaF.mjs";
11
- import { C as decodeSlug, S as parseWxrString, _ as WxrPost, a as clearSources, b as WxrTerm, c as getSource, d as registerSource, f as importReusableBlocksAsSections, g as WxrData, h as WxrCategory, i as wxrSource, l as getUrlSources, m as WxrAuthor, n as wordpressRestSource, o as getAllSources, p as WxrAttachment, r as parseWxrDate, s as getFileSources, u as probeUrl, v as WxrSite, w as slugify, x as parseWxr, y as WxrTag } from "./index-Du8K7bWa.mjs";
12
- import { a as ExecuteCollectionDeletionGuard, c as SqliteConfig, i as DatabaseDialectType, n as CollectionDeletionGuardResult, o as LibsqlConfig, r as DatabaseDescriptor, s as PostgresConfig, t as CollectionDeletionGuardInput } from "./adapters-BDQwg236.mjs";
13
- import { a as AuthResult, i as AuthProviderModule, n as AuthProviderAdminExports, o as AuthRouteDescriptor, r as AuthProviderDescriptor, s as ExternalAuthConfig, t as AuthDescriptor } from "./types-C00oyCZp.mjs";
14
- import { i as ObjectCacheRuntimeConfig, n as ObjectCacheBackend, r as ObjectCacheDescriptor, t as CreateObjectCacheBackendFn } from "./types-CPeXo1wF.mjs";
15
- import { a as ListOptions, c as S3StorageConfig, d as Storage, f as StorageDescriptor, i as FileInfo, l as SignedUploadOptions, n as DownloadResult, o as ListResult, p as UploadResult, r as EmDashStorageError, s as LocalStorageConfig, t as CreateStorageFn, u as SignedUploadUrl } from "./types-CXFkwEGC.mjs";
16
- import { i as SiteSettings, n as SeoSettings, r as SiteSettingKey, t as MediaReference } from "./types-CDtkNSFQ.mjs";
1
+ import { a as ContentFieldRangeFilter, i as ContentFieldInFilter, n as ContentFieldFilterValue, r as ContentFieldFilters, t as ContentFieldFilterScalar } from "./content-list-query-B8d4UQp9.mjs";
2
+ import { _ as UpdateCollectionInput, a as CollectionWithFields, c as CreateFieldInput, d as Field, f as FieldType, g as RESERVED_FIELD_SLUGS, h as RESERVED_COLLECTION_SLUGS, i as CollectionSupport, m as FieldWidgetOptions, o as ColumnType, p as FieldValidation, r as CollectionSource, s as CreateCollectionInput, t as Collection, u as FIELD_TYPE_TO_COLUMN, v as UpdateFieldInput } from "./types-DKcKSbtB.mjs";
3
+ import { a as ContentSeo, c as EmDashValidationError, d as InvalidCursorError, f as UpdateContentInput, i as ContentItem, l as FindManyOptions, n as ContentBylineCredit, o as ContentSeoInput, s as CreateContentInput, t as BylineSummary, u as FindManyResult } from "./types-LU8utpP_.mjs";
4
+ import { _ as ManifestFieldDescriptor, d as ContentListResponse, f as ContentResponse, g as ManifestCollectionMap, h as ManifestCollectionDescriptor, l as ApiContext, m as ListResponse, p as FieldDescriptor, t as OptionsRepository, v as ManifestResponse } from "./options-D8Y0VHc7.mjs";
5
+ import { n as MediaTable, r as UserTable, t as Database } from "./types-tJWDK__M.mjs";
6
+ import { A as ContentScheduleStateChangeEvent, At as ResolvedHook, Bt as TaxonomyReadOptions, Ct as PluginRoute, D as ContentHookEvent, Dt as PublicPageContext, E as ContentDeleteEvent, Et as PortableTextBlockField, F as DeprecatedPluginCapability, Ft as StorageCollection, G as HookName, Gt as UpdateIfResult, K as HttpAccess, Lt as StoredComment, Mt as ResolvedPluginHooks, Nt as RouteContext, O as ContentPublishStateChangeEvent, P as CurrentPluginCapability, Rt as TaxonomyAccess, T as ContentCreateOptions, Tt as PortableTextBlockConfig, U as FieldWidgetConfig, Vt as TaxonomyTermInfo, W as HookConfig, Wt as UpdateIfArgs, X as LogAccess, Xt as normalizeCapabilities, Yt as isDeprecatedCapability, Z as MediaAccess, Zt as normalizeCapability, _t as PluginCapability, a as CommentAfterCreateEvent, at as PageFragmentContribution, bt as PluginHooks, c as CommentAfterModerateHandler, ct as PageMetadataContribution, d as CommentModerateEvent, f as CommentModerateHandler, ft as PagePlacement, gt as PluginAdminPage, h as ContentAccess, ht as PluginAdminExports, i as CollectionCommentSettings, it as NumericDelta, j as ContentStateChangeEvent, jt as ResolvedPlugin, k as ContentRestoreStateChangeEvent, l as CommentBeforeCreateEvent, lt as PageMetadataEvent, m as ConditionalWriteResult, mt as PluginAdminConfig, n as BreadcrumbItem, nt as MediaUploadEvent, o as CommentAfterCreateHandler, ot as PageFragmentEvent, p as ConditionalDeleteResult, q as KVAccess, qt as VersionedValue, r as CAPABILITY_RENAMES, rt as ModerationDecision, s as CommentAfterModerateEvent, st as PageFragmentHandler, t as ActorInfo, u as CommentBeforeCreateHandler, ut as PageMetadataHandler, vt as PluginContext, wt as PluginStorageConfig, xt as PluginManifest, yt as PluginDefinition, zt as TaxonomyDefInfo } from "./types-BouXpOsa.mjs";
7
+ import "./entry-lock-CGAtrwAR.mjs";
8
+ import { _ as MediaValue, n as generatePlaceholder, r as normalizeMediaValue, t as PlaceholderData } from "./placeholder-COrvARyD.mjs";
9
+ import { $ as getMenus, $n as getSection, $r as handleMediaList, $t as invalidateTaxonomyObjectCache, A as WidgetArea, Ai as file, An as isSafeHref, Ar as SerializedRequest, At as StorageSerializationError, B as getTerm, Bi as CreateMediaInput, Bn as PortableTextImageBlock, Bt as pluginManifestSchema, C as getWidgetComponents, Ci as handleContentSchedule, Cn as CollectionFilter$1, Cr as SandboxRouteErrorCode, Ct as GeneratePreviewTokenOptions, D as ReorderWidgetsInput, Di as handleContentUpdate, Dn as WhereValue, Dr as SandboxRunnerFactory, Dt as generatePreviewToken, E as PropDef, Ei as handleContentUnschedule, En as WhereRange, Er as SandboxRunner, Et as VerifyPreviewTokenResult, F as getEntryTerms, Fi as ImageValue, Fn as PortableTextToProsemirrorOptions, Ft as PluginManager, G as TaxonomyTerm, Gi as EmDashConfigurationErrorCode, Gn as PortableTextTableBlock, Gr as handleMediaUsageProgress, Gt as contentNamespace, H as invalidateTermCache, Hi as MediaRepository, Hn as PortableTextMarkDef, Hr as SchemaError, Ht as CacheNamespace, I as getTaxonomyDef, Ii as PortableTextBlock, In as portableTextToProsemirror, Ir as PluginDescriptor, It as createPluginManager, J as getByline, Jn as PortableTextTextBlock, Jr as MediaListResponse, Jt as invalidateCollectionCache, K as TaxonomyTermRow, Ki as DatabaseConfig, Kn as PortableTextTableCell, Kr as handleMediaUsageRepair, Kt as contentNamespaces, L as getTaxonomyDefs, Li as CompoundSelectLimitedAdapter, Ln as prosemirrorToPortableText, Lt as ContentSaveRejectedError, M as WidgetType, Mi as FieldDefinition, Mn as computeContentHash, Mr as createSandboxRouteErrorEnvelope, Mt as SandboxNotAvailableError, N as getAllTermsForEntries, Ni as FieldUIHints, Nn as hashString, Nr as getSandboxRouteErrorDetails, Nt as createNoopSandboxRunner, O as UpdateWidgetInput, Oi as portableText, Or as SandboxUnavailableError, Ot as parseContentId, P as getEntriesByTerm, Pi as FileValue, Pn as portableTextIdentityExtensions, Pr as getSandboxRouteErrorEnvelope, Pt as NodeCronScheduler, Q as getMenuWithCacheHint, Qn as ProseMirrorNode, Qr as handleMediaGet, Qt as invalidateSchemaObjectCache, R as getTaxonomyTerms, Ri as PluginStorageRepository, Rn as PortableTextCodeBlock, Rt as isContentSaveRejection, S as getWidgetAreas, Si as handleContentRestore, Sn as createNoop, Sr as SandboxOptions, St as getPreviewUrl, T as CreateWidgetInput, Ti as handleContentUnpublish, Tn as EntryFilter, Tr as SandboxRouteErrorEnvelope, Tt as VerifyPreviewTokenOptions, U as CreateTermInput, Ui as ContentRepository, Un as PortableTextSpan, Ur as SchemaRegistry, Ut as CachedQueryOptions, V as getTermsForEntries, Vi as MediaItem, Vn as PortableTextLinkMark, Vr as getCollectionInfo, Vt as definePlugin, W as TaxonomyDef, Wi as EmDashConfigurationError, Wn as PortableTextTableAlignment, Wr as handleMediaUsageActivationAdvance, Wt as cachedQuery, X as getEntriesByByline, Xn as ProseMirrorDocument, Xr as handleMediaCreate, Xt as invalidateMenuObjectCache, Y as getBylineBySlug, Yn as PortableTextUnknownBlock, Yr as MediaResponse, Yt as invalidateCommentObjectCache, Z as getMenu, Zn as ProseMirrorMark, Zr as handleMediaDelete, Zt as invalidateObjectCache, _ as SearchTokenizer, _i as handleContentGetIncludingTrashed, _n as resolveEmDashPath, _r as createHookPipeline, _t as setSiteSettings, a as getSuggestions, ai as handleRevisionList, an as ContentEntry, ar as UpdateSectionInput, at as ReorderMenuItemsInput, b as getWidgetArea, bi as handleContentPermanentDelete, bn as FieldAnnotation, br as SandboxEmailMessage, bt as GetPreviewUrlOptions, c as searchWithDb, ci as handleContentAuthors, cn as EntryResult, ct as GetCommentsOptions, d as SEARCH_TOKENIZERS, di as handleContentCountTrashed, dn as TranslationSummary, dr as PluginRouteError, dt as getComments, ei as handleMediaReplaceMetadata, en as WaitUntilFn, er as getSections, et as CreateMenuInput, f as SearchConfig, fi as handleContentCreate, fn as TranslationsResult, ft as getPluginSetting, g as SearchStats, gi as handleContentGet, gn as getTranslations, gr as HookResult, gt as getSiteSettingsWithCacheHint, h as SearchResult, hi as handleContentDuplicate, hn as getEmDashEntry, hr as HookPipeline, ht as getSiteSettings, i as getSearchStats, ii as handleRevisionGet, in as CollectionResult, ir as SectionSource, it as MenuItemType, j as WidgetComponentDef, ji as image, jn as sanitizeHref, jr as createSandboxRouteError, jt as NoopSandboxRunner, k as Widget, ki as reference, kr as SandboxedPluginInstance, kt as verifyPreviewToken, l as FTSManager, li as handleContentCompare, ln as InferCollectionData, lr as CronScheduler, lt as GetCommentsResult, m as SearchResponse, mi as handleContentDiscardDraft, mn as getEmDashCollection, mt as getSiteSetting, n as extractPlainText, ni as RevisionListResponse, nn as CacheHint, nr as GetSectionsOptions, nt as Menu, o as search, oi as handleRevisionRestore, on as EditFieldMeta, ot as UpdateMenuInput, p as SearchOptions, pi as handleContentDelete, pn as getEditMeta, pt as getPluginSettings, q as UpdateTermInput, qi as EmDashDatabaseError, qn as PortableTextTableRow, qt as invalidateBylineObjectCache, r as extractSearchableFields, ri as RevisionResponse, rn as CollectionFilter, rr as Section, rt as MenuItem, s as searchCollection, si as generateManifest, sn as EmDashCollections, st as UpdateMenuItemInput, ti as handleMediaUpdate, tn as after, tr as CreateSectionInput, tt as CreateMenuItemInput, u as CollectionSearchOptions, ui as handleContentCountScheduled, un as ResolvePathResult, ur as SystemCleanupFn, ut as getCommentCount, v as SuggestOptions, vi as handleContentList, vn as CMSAnnotation, vr as createHttpAccess, vt as getPreviewToken, w as CreateWidgetAreaInput, wi as handleContentTranslations, wn as EntryData, wr as SandboxRouteErrorDetails, wt as PreviewTokenPayload, x as getWidgetAreaWithCacheHint, xi as handleContentPublish, xn as createEditable, xr as SandboxEmailSendCallback, xt as buildPreviewUrl, y as Suggestion, yi as handleContentListTrashed, yn as EditProxy, yr as createUnrestrictedHttpAccess, yt as isPreviewRequest, z as getTaxonomyTermsWithCacheHint, zi as UserRepository, zn as PortableTextHtmlBlock, zt as ValidatedPluginManifest } from "./config-CGAhyOjP.mjs";
10
+ import { a as getMigrationStatus, i as getExactMigrationStatus, n as MIGRATION_NAMES, r as MigrationStatus, t as ExactMigrationStatus } from "./runner-CfwysRM0.mjs";
11
+ import { C as decodeSlug, S as parseWxrString, _ as WxrPost, a as clearSources, b as WxrTerm, c as getSource, d as registerSource, f as importReusableBlocksAsSections, g as WxrData, h as WxrCategory, i as wxrSource, l as getUrlSources, m as WxrAuthor, n as wordpressRestSource, o as getAllSources, p as WxrAttachment, r as parseWxrDate, s as getFileSources, u as probeUrl, v as WxrSite, w as slugify, x as parseWxr, y as WxrTag } from "./index-1ECYpfiF.mjs";
12
+ import { a as ExecuteCollectionDeletionGuard, c as SqliteConfig, i as DatabaseDialectType, n as CollectionDeletionGuardResult, o as LibsqlConfig, r as DatabaseDescriptor, s as PostgresConfig, t as CollectionDeletionGuardInput } from "./adapters-DCEgOBXi.mjs";
13
+ import { a as AuthResult, i as AuthProviderModule, n as AuthProviderAdminExports, o as AuthRouteDescriptor, r as AuthProviderDescriptor, s as ExternalAuthConfig, t as AuthDescriptor } from "./types-DRYs7uTL.mjs";
14
+ import { i as ObjectCacheRuntimeConfig, n as ObjectCacheBackend, r as ObjectCacheDescriptor, t as CreateObjectCacheBackendFn } from "./types-VpYfPUxN.mjs";
15
+ import { a as ListOptions, c as S3StorageConfig, d as Storage, f as StorageDescriptor, i as FileInfo, l as SignedUploadOptions, n as DownloadResult, o as ListResult, p as UploadResult, r as EmDashStorageError, s as LocalStorageConfig, t as CreateStorageFn, u as SignedUploadUrl } from "./types-2n848aVW.mjs";
16
+ import { i as SiteSettings, n as SeoSettings, r as SiteSettingKey, t as MediaReference } from "./types-DEfNJ__A.mjs";
17
17
  import { EmDashRequestContext, getRequestContext, runWithContext } from "./request-context.mjs";
18
- import { a as resolveContentCreateLocale, i as isI18nEnabled, n as getFallbackChain, r as getI18nConfig, t as I18nConfig } from "./config-B9eZ340f.mjs";
19
- import { a as SandboxSaveRejectedError, i as SandboxHookResultInspection, n as SANDBOX_HOOK_RESULT_VERSION, o as inspectSandboxHookResult, r as SandboxHookErrorEnvelope, t as MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH } from "./hook-result-DCh2WUpe.mjs";
18
+ import { a as resolveContentCreateLocale, i as isI18nEnabled, n as getFallbackChain, r as getI18nConfig, t as I18nConfig } from "./config-ChFzshGd.mjs";
19
+ import { a as SandboxSaveRejectedError, i as SandboxHookResultInspection, n as SANDBOX_HOOK_RESULT_VERSION, o as inspectSandboxHookResult, r as SandboxHookErrorEnvelope, t as MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH } from "./hook-result-BrshYHLx.mjs";
20
20
  import { adaptSandboxEntry } from "./plugins/adapt-sandbox-entry.mjs";
21
- import { S as UrlInput, _ as SourceAuth, a as FileInput, b as SourceProbeResult, c as ImportContext, d as ImportSource, f as NormalizedItem, g as ProbeResult, h as PostTypeMapping, i as FieldCompatibility, l as ImportFieldDef, m as PostTypeAnalysis, n as CollectionSchemaStatus, o as ImportAnalysis, p as OAuthInput, r as FetchOptions, s as ImportConfig, t as AttachmentInfo, u as ImportResult, v as SourceCapabilities, x as SuggestedAction, y as SourceInput } from "./types-DczELMop.mjs";
22
- import { n as HreflangOptions, r as getHreflangAlternates, t as HreflangAlternate } from "./hreflang-B6hbAuuO.mjs";
21
+ import { S as UrlInput, _ as SourceAuth, a as FileInput, b as SourceProbeResult, c as ImportContext, d as ImportSource, f as NormalizedItem, g as ProbeResult, h as PostTypeMapping, i as FieldCompatibility, l as ImportFieldDef, m as PostTypeAnalysis, n as CollectionSchemaStatus, o as ImportAnalysis, p as OAuthInput, r as FetchOptions, s as ImportConfig, t as AttachmentInfo, u as ImportResult, v as SourceCapabilities, x as SuggestedAction, y as SourceInput } from "./types-DaEg7KX2.mjs";
22
+ import { n as HreflangOptions, r as getHreflangAlternates, t as HreflangAlternate } from "./hreflang-CQpu5bMy.mjs";
23
23
  import { SeoMeta, SeoMetaOptions, getContentSeo, getSeoMeta } from "./seo/index.mjs";
24
- import { _ as SeedTaxonomyTerm, a as applySeed, b as ValidationResult, c as SeedCollection, d as SeedFile, f as SeedMenu, g as SeedTaxonomy, l as SeedContentEntry, o as SeedApplyOptions, p as SeedMenuItem, s as SeedApplyResult, t as validateSeed, u as SeedField, v as SeedWidget, y as SeedWidgetArea } from "./validate-DUP27OYD.mjs";
24
+ import { _ as SeedTaxonomyTerm, a as applySeed, b as ValidationResult, c as SeedCollection, d as SeedFile, f as SeedMenu, g as SeedTaxonomy, l as SeedContentEntry, o as SeedApplyOptions, p as SeedMenuItem, s as SeedApplyResult, t as validateSeed, u as SeedField, v as SeedWidget, y as SeedWidgetArea } from "./validate-Df6Dvwbw.mjs";
25
25
  import "./seed/index.mjs";
26
26
  import { ulid } from "ulidx";
27
- export { type ApiContext, type AttachmentInfo, type AuthDescriptor, type AuthProviderAdminExports, type AuthProviderDescriptor, type AuthProviderModule, type AuthResult, type AuthRouteDescriptor, type BreadcrumbItem, type BylineSummary, CAPABILITY_RENAMES, type CMSAnnotation, type CacheHint, CacheNamespace, type CachedQueryOptions, type Collection, type CollectionCommentSettings, type CollectionDeletionGuardInput, type CollectionDeletionGuardResult, type CollectionFilter, type CollectionResult, type CollectionSchemaStatus, type CollectionSearchOptions, type CollectionSource, type CollectionSupport, type CollectionWithFields, type ColumnType, type CommentAfterCreateEvent, type CommentAfterCreateHandler, type CommentAfterModerateEvent, type CommentAfterModerateHandler, type CommentBeforeCreateEvent, type CommentBeforeCreateHandler, type CommentModerateEvent, type CommentModerateHandler, type CompoundSelectLimitedAdapter, type ContentAccess, type ContentBylineCredit, type ContentCreateOptions, type ContentDeleteEvent, type ContentEntry, type ContentFieldFilterScalar, type ContentFieldFilterValue, type ContentFieldFilters, type ContentFieldInFilter, type ContentFieldRangeFilter, type ContentHookEvent, type ContentItem, type ContentListResponse, type ContentPublishStateChangeEvent, ContentRepository, type ContentResponse, type ContentRestoreStateChangeEvent, ContentSaveRejectedError, type ContentScheduleStateChangeEvent, type ContentSeo, type ContentSeoInput, type ContentStateChangeEvent, type CreateCollectionInput, type CreateContentInput, type CreateFieldInput, type CreateMediaInput, type CreateMenuInput, type CreateMenuItemInput, type CreateObjectCacheBackendFn, type CreateSectionInput, type CreateStorageFn, type CreateTermInput, type CreateWidgetAreaInput, type CreateWidgetInput, type CronScheduler, type CurrentPluginCapability, type Database, type DatabaseConfig, type DatabaseDescriptor, type DatabaseDialectType, type DeprecatedPluginCapability, type DownloadResult, type EditFieldMeta, type EditProxy, type EmDashCollections, EmDashDatabaseError, type EmDashRequestContext, EmDashStorageError, EmDashValidationError, type EntryData, type EntryFilter, type EntryResult, type ExactMigrationStatus, type ExecuteCollectionDeletionGuard, type ExternalAuthConfig, FIELD_TYPE_TO_COLUMN, FTSManager, type FetchOptions, type Field, type FieldAnnotation, type FieldCompatibility, type FieldDefinition, type FieldDescriptor, type FieldType, type FieldUIHints, type FieldValidation, type FieldWidgetConfig, type FieldWidgetOptions, type FileInfo, type FileInput, type FileValue, type FindManyOptions, type FindManyResult, type GeneratePreviewTokenOptions, type GetCommentsOptions, type GetCommentsResult, type GetPreviewUrlOptions, type GetSectionsOptions, type HookConfig, type HookName, HookPipeline, type HookResult, type HreflangAlternate, type HreflangOptions, type HttpAccess, type I18nConfig, type ImageValue, type ImportAnalysis, type ImportConfig, type ImportContext, type ImportFieldDef, type ImportResult, type ImportSource, type InferCollectionData, InvalidCursorError, type KVAccess, type LibsqlConfig, type ListOptions, type ListResponse, type ListResult, type CollectionFilter$1 as LoaderCollectionFilter, type LocalStorageConfig, type LogAccess, MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, MIGRATION_NAMES, type ManifestCollectionDescriptor, type ManifestCollectionMap, type ManifestFieldDescriptor, type ManifestResponse, type MediaAccess, type MediaItem, type MediaListResponse, type MediaReference, MediaRepository, type MediaResponse, type MediaTable, type MediaUploadEvent, type MediaValue, type Menu, type MenuItem, type MenuItemType, type MigrationStatus, type ModerationDecision, NodeCronScheduler, NoopSandboxRunner, type NormalizedItem, type OAuthInput, type ObjectCacheBackend, type ObjectCacheDescriptor, type ObjectCacheRuntimeConfig, OptionsRepository, type PageFragmentContribution, type PageFragmentEvent, type PageFragmentHandler, type PageMetadataContribution, type PageMetadataEvent, type PageMetadataHandler, type PagePlacement, type PlaceholderData, type PluginAdminConfig, type PluginAdminExports, type PluginAdminPage, type PluginCapability, type PluginContext, type PluginDefinition, type PluginDescriptor, type PluginHooks, PluginManager, type PluginManifest, type PluginRoute, PluginRouteError, type PluginStorageConfig, PluginStorageRepository, type PortableTextBlock, type PortableTextBlockConfig, type PortableTextBlockField, type PortableTextCodeBlock, type PortableTextHtmlBlock, type PortableTextImageBlock, type PortableTextLinkMark, type PortableTextMarkDef, type PortableTextSpan, type PortableTextTextBlock, type PortableTextToProsemirrorOptions, type PortableTextUnknownBlock, type PostTypeAnalysis, type PostTypeMapping, type PostgresConfig, type PreviewTokenPayload, type ProbeResult, type PropDef, type ProseMirrorDocument, type ProseMirrorMark, type ProseMirrorNode, type PublicPageContext, RESERVED_COLLECTION_SLUGS, RESERVED_FIELD_SLUGS, type ReorderMenuItemsInput, type ReorderWidgetsInput, type ResolvePathResult, type ResolvedHook, type ResolvedPlugin, type ResolvedPluginHooks, type RevisionListResponse, type RevisionResponse, type RouteContext, type S3StorageConfig, SANDBOX_HOOK_RESULT_VERSION, SEARCH_TOKENIZERS, type SandboxEmailMessage, type SandboxEmailSendCallback, type SandboxHookErrorEnvelope, type SandboxHookResultInspection, SandboxNotAvailableError, type SandboxOptions, type SandboxRouteErrorCode, type SandboxRouteErrorDetails, type SandboxRouteErrorEnvelope, type SandboxRunner, type SandboxRunnerFactory, type SandboxSaveRejectedError, SandboxUnavailableError, type SandboxedPluginInstance, SchemaError, SchemaRegistry, type SearchConfig, type SearchOptions, type SearchResponse, type SearchResult, type SearchStats, type SearchTokenizer, type Section, type SectionSource, type SeedApplyOptions, type SeedApplyResult, type SeedCollection, type SeedContentEntry, type SeedField, type SeedFile, type SeedMenu, type SeedMenuItem, type SeedTaxonomy, type SeedTaxonomyTerm, type SeedWidget, type SeedWidgetArea, type SeoMeta, type SeoMetaOptions, type SeoSettings, type SerializedRequest, type SignedUploadOptions, type SignedUploadUrl, type SiteSettingKey, type SiteSettings, type SourceAuth, type SourceCapabilities, type SourceInput, type SourceProbeResult, type SqliteConfig, type Storage, type StorageCollection, type StorageDescriptor, type StoredComment, type SuggestOptions, type SuggestedAction, type Suggestion, type SystemCleanupFn, type TaxonomyAccess, type TaxonomyDef, type TaxonomyDefInfo, type TaxonomyReadOptions, type TaxonomyTerm, type TaxonomyTermInfo, type TaxonomyTermRow, type TranslationSummary, type TranslationsResult, type UpdateCollectionInput, type UpdateContentInput, type UpdateFieldInput, type UpdateMenuInput, type UpdateMenuItemInput, type UpdateSectionInput, type UpdateTermInput, type UpdateWidgetInput, type UploadResult, type UrlInput, UserRepository, type UserTable, type ValidatedPluginManifest, type ValidationResult, type VerifyPreviewTokenOptions, type VerifyPreviewTokenResult, type WaitUntilFn, type WhereRange, type WhereValue, type Widget, type WidgetArea, type WidgetComponentDef, type WidgetType, type WxrAttachment, type WxrAuthor, type WxrCategory, type WxrData, type WxrPost, type WxrSite, type WxrTag, type WxrTerm, adaptSandboxEntry, after, applySeed, buildPreviewUrl, cachedQuery, clearSources, computeContentHash, contentNamespace, contentNamespaces, createEditable, createHookPipeline, createHttpAccess, createNoop, createNoopSandboxRunner, createPluginManager, createSandboxRouteError, createSandboxRouteErrorEnvelope, createUnrestrictedHttpAccess, decodeSlug, definePlugin, extractPlainText, extractSearchableFields, file, generateManifest, generatePlaceholder, generatePreviewToken, getAllSources, getAllTermsForEntries, getByline, getBylineBySlug, getCollectionInfo, getCommentCount, getComments, getContentSeo, getEditMeta, getEmDashCollection, getEmDashEntry, getEntriesByByline, getEntriesByTerm, getEntryTerms, getExactMigrationStatus, getFallbackChain, getFileSources, getHreflangAlternates, getI18nConfig, getMenu, getMenuWithCacheHint, getMenus, getMigrationStatus, getPluginSetting, getPluginSettings, getPreviewToken, getPreviewUrl, getRequestContext, getSandboxRouteErrorDetails, getSandboxRouteErrorEnvelope, getSearchStats, getSection, getSections, getSeoMeta, getSiteSetting, getSiteSettings, getSiteSettingsWithCacheHint, getSource, getSuggestions, getTaxonomyDef, getTaxonomyDefs, getTaxonomyTerms, getTaxonomyTermsWithCacheHint, getTerm, getTermsForEntries, getTranslations, getUrlSources, getWidgetArea, getWidgetAreaWithCacheHint, getWidgetAreas, getWidgetComponents, handleContentAuthors, handleContentCompare, handleContentCountScheduled, handleContentCountTrashed, handleContentCreate, handleContentDelete, handleContentDiscardDraft, handleContentDuplicate, handleContentGet, handleContentGetIncludingTrashed, handleContentList, handleContentListTrashed, handleContentPermanentDelete, handleContentPublish, handleContentRestore, handleContentSchedule, handleContentTranslations, handleContentUnpublish, handleContentUnschedule, handleContentUpdate, handleMediaCreate, handleMediaDelete, handleMediaGet, handleMediaList, handleMediaReplaceMetadata, handleMediaUpdate, handleMediaUsageActivationAdvance, handleMediaUsageProgress, handleMediaUsageRepair, handleRevisionGet, handleRevisionList, handleRevisionRestore, hashString, image, importReusableBlocksAsSections, inspectSandboxHookResult, invalidateBylineObjectCache, invalidateCollectionCache, invalidateCommentObjectCache, invalidateMenuObjectCache, invalidateObjectCache, invalidateSchemaObjectCache, invalidateTaxonomyObjectCache, invalidateTermCache, isContentSaveRejection, isDeprecatedCapability, isI18nEnabled, isPreviewRequest, isSafeHref, normalizeCapabilities, normalizeCapability, normalizeMediaValue, parseContentId, parseWxr, parseWxrDate, parseWxrString, pluginManifestSchema, portableText, portableTextIdentityExtensions, portableTextToProsemirror, probeUrl, prosemirrorToPortableText, reference, registerSource, resolveContentCreateLocale, resolveEmDashPath, runWithContext, sanitizeHref, search, searchCollection, searchWithDb, setSiteSettings, slugify, ulid, validateSeed, verifyPreviewToken, wordpressRestSource, wxrSource };
27
+ export { type ActorInfo, type ApiContext, type AttachmentInfo, type AuthDescriptor, type AuthProviderAdminExports, type AuthProviderDescriptor, type AuthProviderModule, type AuthResult, type AuthRouteDescriptor, type BreadcrumbItem, type BylineSummary, CAPABILITY_RENAMES, type CMSAnnotation, type CacheHint, CacheNamespace, type CachedQueryOptions, type Collection, type CollectionCommentSettings, type CollectionDeletionGuardInput, type CollectionDeletionGuardResult, type CollectionFilter, type CollectionResult, type CollectionSchemaStatus, type CollectionSearchOptions, type CollectionSource, type CollectionSupport, type CollectionWithFields, type ColumnType, type CommentAfterCreateEvent, type CommentAfterCreateHandler, type CommentAfterModerateEvent, type CommentAfterModerateHandler, type CommentBeforeCreateEvent, type CommentBeforeCreateHandler, type CommentModerateEvent, type CommentModerateHandler, type CompoundSelectLimitedAdapter, type ConditionalDeleteResult, type ConditionalWriteResult, type ContentAccess, type ContentBylineCredit, type ContentCreateOptions, type ContentDeleteEvent, type ContentEntry, type ContentFieldFilterScalar, type ContentFieldFilterValue, type ContentFieldFilters, type ContentFieldInFilter, type ContentFieldRangeFilter, type ContentHookEvent, type ContentItem, type ContentListResponse, type ContentPublishStateChangeEvent, ContentRepository, type ContentResponse, type ContentRestoreStateChangeEvent, ContentSaveRejectedError, type ContentScheduleStateChangeEvent, type ContentSeo, type ContentSeoInput, type ContentStateChangeEvent, type CreateCollectionInput, type CreateContentInput, type CreateFieldInput, type CreateMediaInput, type CreateMenuInput, type CreateMenuItemInput, type CreateObjectCacheBackendFn, type CreateSectionInput, type CreateStorageFn, type CreateTermInput, type CreateWidgetAreaInput, type CreateWidgetInput, type CronScheduler, type CurrentPluginCapability, type Database, type DatabaseConfig, type DatabaseDescriptor, type DatabaseDialectType, type DeprecatedPluginCapability, type DownloadResult, type EditFieldMeta, type EditProxy, type EmDashCollections, EmDashConfigurationError, type EmDashConfigurationErrorCode, EmDashDatabaseError, type EmDashRequestContext, EmDashStorageError, EmDashValidationError, type EntryData, type EntryFilter, type EntryResult, type ExactMigrationStatus, type ExecuteCollectionDeletionGuard, type ExternalAuthConfig, FIELD_TYPE_TO_COLUMN, FTSManager, type FetchOptions, type Field, type FieldAnnotation, type FieldCompatibility, type FieldDefinition, type FieldDescriptor, type FieldType, type FieldUIHints, type FieldValidation, type FieldWidgetConfig, type FieldWidgetOptions, type FileInfo, type FileInput, type FileValue, type FindManyOptions, type FindManyResult, type GeneratePreviewTokenOptions, type GetCommentsOptions, type GetCommentsResult, type GetPreviewUrlOptions, type GetSectionsOptions, type HookConfig, type HookName, HookPipeline, type HookResult, type HreflangAlternate, type HreflangOptions, type HttpAccess, type I18nConfig, type ImageValue, type ImportAnalysis, type ImportConfig, type ImportContext, type ImportFieldDef, type ImportResult, type ImportSource, type InferCollectionData, InvalidCursorError, type KVAccess, type LibsqlConfig, type ListOptions, type ListResponse, type ListResult, type CollectionFilter$1 as LoaderCollectionFilter, type LocalStorageConfig, type LogAccess, MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, MIGRATION_NAMES, type ManifestCollectionDescriptor, type ManifestCollectionMap, type ManifestFieldDescriptor, type ManifestResponse, type MediaAccess, type MediaItem, type MediaListResponse, type MediaReference, MediaRepository, type MediaResponse, type MediaTable, type MediaUploadEvent, type MediaValue, type Menu, type MenuItem, type MenuItemType, type MigrationStatus, type ModerationDecision, NodeCronScheduler, NoopSandboxRunner, type NormalizedItem, type NumericDelta, type OAuthInput, type ObjectCacheBackend, type ObjectCacheDescriptor, type ObjectCacheRuntimeConfig, OptionsRepository, type PageFragmentContribution, type PageFragmentEvent, type PageFragmentHandler, type PageMetadataContribution, type PageMetadataEvent, type PageMetadataHandler, type PagePlacement, type PlaceholderData, type PluginAdminConfig, type PluginAdminExports, type PluginAdminPage, type PluginCapability, type PluginContext, type PluginDefinition, type PluginDescriptor, type PluginHooks, PluginManager, type PluginManifest, type PluginRoute, PluginRouteError, type PluginStorageConfig, PluginStorageRepository, type PortableTextBlock, type PortableTextBlockConfig, type PortableTextBlockField, type PortableTextCodeBlock, type PortableTextHtmlBlock, type PortableTextImageBlock, type PortableTextLinkMark, type PortableTextMarkDef, type PortableTextSpan, type PortableTextTableAlignment, type PortableTextTableBlock, type PortableTextTableCell, type PortableTextTableRow, type PortableTextTextBlock, type PortableTextToProsemirrorOptions, type PortableTextUnknownBlock, type PostTypeAnalysis, type PostTypeMapping, type PostgresConfig, type PreviewTokenPayload, type ProbeResult, type PropDef, type ProseMirrorDocument, type ProseMirrorMark, type ProseMirrorNode, type PublicPageContext, RESERVED_COLLECTION_SLUGS, RESERVED_FIELD_SLUGS, type ReorderMenuItemsInput, type ReorderWidgetsInput, type ResolvePathResult, type ResolvedHook, type ResolvedPlugin, type ResolvedPluginHooks, type RevisionListResponse, type RevisionResponse, type RouteContext, type S3StorageConfig, SANDBOX_HOOK_RESULT_VERSION, SEARCH_TOKENIZERS, type SandboxEmailMessage, type SandboxEmailSendCallback, type SandboxHookErrorEnvelope, type SandboxHookResultInspection, SandboxNotAvailableError, type SandboxOptions, type SandboxRouteErrorCode, type SandboxRouteErrorDetails, type SandboxRouteErrorEnvelope, type SandboxRunner, type SandboxRunnerFactory, type SandboxSaveRejectedError, SandboxUnavailableError, type SandboxedPluginInstance, SchemaError, SchemaRegistry, type SearchConfig, type SearchOptions, type SearchResponse, type SearchResult, type SearchStats, type SearchTokenizer, type Section, type SectionSource, type SeedApplyOptions, type SeedApplyResult, type SeedCollection, type SeedContentEntry, type SeedField, type SeedFile, type SeedMenu, type SeedMenuItem, type SeedTaxonomy, type SeedTaxonomyTerm, type SeedWidget, type SeedWidgetArea, type SeoMeta, type SeoMetaOptions, type SeoSettings, type SerializedRequest, type SignedUploadOptions, type SignedUploadUrl, type SiteSettingKey, type SiteSettings, type SourceAuth, type SourceCapabilities, type SourceInput, type SourceProbeResult, type SqliteConfig, type Storage, type StorageCollection, type StorageDescriptor, StorageSerializationError, type StoredComment, type SuggestOptions, type SuggestedAction, type Suggestion, type SystemCleanupFn, type TaxonomyAccess, type TaxonomyDef, type TaxonomyDefInfo, type TaxonomyReadOptions, type TaxonomyTerm, type TaxonomyTermInfo, type TaxonomyTermRow, type TranslationSummary, type TranslationsResult, type UpdateCollectionInput, type UpdateContentInput, type UpdateFieldInput, type UpdateIfArgs, type UpdateIfResult, type UpdateMenuInput, type UpdateMenuItemInput, type UpdateSectionInput, type UpdateTermInput, type UpdateWidgetInput, type UploadResult, type UrlInput, UserRepository, type UserTable, type ValidatedPluginManifest, type ValidationResult, type VerifyPreviewTokenOptions, type VerifyPreviewTokenResult, type VersionedValue, type WaitUntilFn, type WhereRange, type WhereValue, type Widget, type WidgetArea, type WidgetComponentDef, type WidgetType, type WxrAttachment, type WxrAuthor, type WxrCategory, type WxrData, type WxrPost, type WxrSite, type WxrTag, type WxrTerm, adaptSandboxEntry, after, applySeed, buildPreviewUrl, cachedQuery, clearSources, computeContentHash, contentNamespace, contentNamespaces, createEditable, createHookPipeline, createHttpAccess, createNoop, createNoopSandboxRunner, createPluginManager, createSandboxRouteError, createSandboxRouteErrorEnvelope, createUnrestrictedHttpAccess, decodeSlug, definePlugin, extractPlainText, extractSearchableFields, file, generateManifest, generatePlaceholder, generatePreviewToken, getAllSources, getAllTermsForEntries, getByline, getBylineBySlug, getCollectionInfo, getCommentCount, getComments, getContentSeo, getEditMeta, getEmDashCollection, getEmDashEntry, getEntriesByByline, getEntriesByTerm, getEntryTerms, getExactMigrationStatus, getFallbackChain, getFileSources, getHreflangAlternates, getI18nConfig, getMenu, getMenuWithCacheHint, getMenus, getMigrationStatus, getPluginSetting, getPluginSettings, getPreviewToken, getPreviewUrl, getRequestContext, getSandboxRouteErrorDetails, getSandboxRouteErrorEnvelope, getSearchStats, getSection, getSections, getSeoMeta, getSiteSetting, getSiteSettings, getSiteSettingsWithCacheHint, getSource, getSuggestions, getTaxonomyDef, getTaxonomyDefs, getTaxonomyTerms, getTaxonomyTermsWithCacheHint, getTerm, getTermsForEntries, getTranslations, getUrlSources, getWidgetArea, getWidgetAreaWithCacheHint, getWidgetAreas, getWidgetComponents, handleContentAuthors, handleContentCompare, handleContentCountScheduled, handleContentCountTrashed, handleContentCreate, handleContentDelete, handleContentDiscardDraft, handleContentDuplicate, handleContentGet, handleContentGetIncludingTrashed, handleContentList, handleContentListTrashed, handleContentPermanentDelete, handleContentPublish, handleContentRestore, handleContentSchedule, handleContentTranslations, handleContentUnpublish, handleContentUnschedule, handleContentUpdate, handleMediaCreate, handleMediaDelete, handleMediaGet, handleMediaList, handleMediaReplaceMetadata, handleMediaUpdate, handleMediaUsageActivationAdvance, handleMediaUsageProgress, handleMediaUsageRepair, handleRevisionGet, handleRevisionList, handleRevisionRestore, hashString, image, importReusableBlocksAsSections, inspectSandboxHookResult, invalidateBylineObjectCache, invalidateCollectionCache, invalidateCommentObjectCache, invalidateMenuObjectCache, invalidateObjectCache, invalidateSchemaObjectCache, invalidateTaxonomyObjectCache, invalidateTermCache, isContentSaveRejection, isDeprecatedCapability, isI18nEnabled, isPreviewRequest, isSafeHref, normalizeCapabilities, normalizeCapability, normalizeMediaValue, parseContentId, parseWxr, parseWxrDate, parseWxrString, pluginManifestSchema, portableText, portableTextIdentityExtensions, portableTextToProsemirror, probeUrl, prosemirrorToPortableText, reference, registerSource, resolveContentCreateLocale, resolveEmDashPath, runWithContext, sanitizeHref, search, searchCollection, searchWithDb, setSiteSettings, slugify, ulid, validateSeed, verifyPreviewToken, wordpressRestSource, wxrSource };
package/dist/index.mjs CHANGED
@@ -1,93 +1,96 @@
1
- import { a as getMigrationStatus, i as getExactMigrationStatus, n as MIGRATION_NAMES } from "./runner-BLIDKpmA.mjs";
1
+ import { a as getMigrationStatus, i as getExactMigrationStatus, n as MIGRATION_NAMES } from "./runner-nEzvnogG.mjs";
2
2
  import { t as EmDashDatabaseError } from "./errors-9P_FDrJ_.mjs";
3
- import "./dialect-helpers-BSbfaO3F.mjs";
3
+ import "./dialect-helpers-BcQvkHgn.mjs";
4
4
  import { i as isI18nEnabled, n as getFallbackChain, o as resolveContentCreateLocale, r as getI18nConfig } from "./config-C3EBstHi.mjs";
5
- import { D as isContentSaveRejection, E as ContentSaveRejectedError, F as portableText, I as reference, L as file, M as portableTextToProsemirror, N as prosemirrorToPortableText, O as HookPipeline, P as portableTextIdentityExtensions, R as image, _ as NodeCronScheduler, a as getComments, b as PluginRouteError, c as inspectSandboxHookResult, d as createSandboxRouteErrorEnvelope, f as getSandboxRouteErrorDetails, g as createNoopSandboxRunner, h as SandboxNotAvailableError, i as getCommentCount, j as definePlugin, k as createHookPipeline, l as SandboxUnavailableError, m as NoopSandboxRunner, n as getMenuWithCacheHint, o as MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, p as getSandboxRouteErrorEnvelope, r as getMenus, s as SANDBOX_HOOK_RESULT_VERSION, t as getMenu, u as createSandboxRouteError, v as PluginManager, y as createPluginManager } from "./menus-6qSwTNxG.mjs";
5
+ import { A as portableText, C as HookPipeline, D as portableTextToProsemirror, E as definePlugin, F as EmDashConfigurationError, M as file, N as image, O as prosemirrorToPortableText, S as isContentSaveRejection, a as getComments, c as inspectSandboxHookResult, d as createNoopSandboxRunner, f as NodeCronScheduler, h as PluginRouteError, i as getCommentCount, j as reference, k as portableTextIdentityExtensions, l as NoopSandboxRunner, m as createPluginManager, n as getMenuWithCacheHint, o as MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, p as PluginManager, r as getMenus, s as SANDBOX_HOOK_RESULT_VERSION, t as getMenu, u as SandboxNotAvailableError, w as createHookPipeline, x as ContentSaveRejectedError } from "./menus-D8mC4eaN.mjs";
6
6
  import { t as after } from "./after-CBU2vkoO.mjs";
7
7
  import { getRequestContext, runWithContext } from "./request-context.mjs";
8
8
  import { a as contentNamespaces, c as invalidateCollectionCache, d as invalidateObjectCache, f as invalidateSchemaObjectCache, i as contentNamespace, l as invalidateCommentObjectCache, n as cachedQuery, p as invalidateTaxonomyObjectCache, s as invalidateBylineObjectCache, t as CacheNamespace, u as invalidateMenuObjectCache } from "./object-cache-DVKnyOfy.mjs";
9
- import { o as RESERVED_COLLECTION_SLUGS, r as FIELD_TYPE_TO_COLUMN, s as RESERVED_FIELD_SLUGS } from "./types-75KIqzL9.mjs";
10
- import { t as ContentRepository } from "./content-DjvM0T92.mjs";
9
+ import { c as RESERVED_FIELD_SLUGS, r as FIELD_TYPE_TO_COLUMN, s as RESERVED_COLLECTION_SLUGS } from "./types-BMXnRIrX.mjs";
10
+ import { t as ContentRepository } from "./content-CNfMWuhY.mjs";
11
11
  import { n as slugify, t as decodeSlug } from "./slugify-B994zkXC.mjs";
12
12
  import "./base64-CvLhUKQv.mjs";
13
13
  import { i as InvalidCursorError, r as EmDashValidationError } from "./types-CQPWhPxE.mjs";
14
14
  import { t as MediaRepository } from "./media-BBm8Wg3f.mjs";
15
- import { t as UserRepository } from "./user-BTZ40aq6.mjs";
16
- import "./taxonomy-tJepplLL.mjs";
15
+ import { t as UserRepository } from "./user-DIsIXogT.mjs";
16
+ import "./taxonomy-DP1vny4K.mjs";
17
17
  import "./comment-vxOzWbZN.mjs";
18
- import { t as OptionsRepository } from "./options-BHPeIbBd.mjs";
19
- import { a as createUnrestrictedHttpAccess, n as createHttpAccess, o as PluginStorageRepository } from "./context-CX6gxOLW.mjs";
20
- import "./menus-uvPLXMZf.mjs";
21
- import "./redirect-CZkbozu9.mjs";
22
- import "./request-cache-DH9zdCOD.mjs";
23
- import "./byline-registry-Bpu9-MVs.mjs";
24
- import "./field-defs-cache-BM4SIRqH.mjs";
25
- import "./byline-DuhF7NWl.mjs";
26
- import "./relation-04DfKRTO.mjs";
27
- import { n as normalizeMediaValue } from "./normalize-C2xNjTSG.mjs";
28
- import "./dist-89xCrGqi.mjs";
29
- import { n as generatePlaceholder } from "./enrich-BX0IDp4z.mjs";
30
- import "./seo-926NRIgt.mjs";
31
- import "./cache-BF5Kvn59.mjs";
32
- import { t as SEARCH_TOKENIZERS } from "./types-DM3vioBY.mjs";
33
- import { t as FTSManager } from "./fts-manager-Do1BlW2r.mjs";
34
- import "./resolve-prZ3mP7l.mjs";
35
- import "./loader-Z8vl7zTq.mjs";
36
- import { a as getTaxonomyDefs, c as getTerm, d as invalidateTermCache, i as getTaxonomyDef, l as getTermsForEntries, n as getEntriesByTerm, o as getTaxonomyTerms, r as getEntryTerms, s as getTaxonomyTermsWithCacheHint, t as getAllTermsForEntries } from "./taxonomies-Wfy_Lg12.mjs";
37
- import { A as handleRevisionRestore, B as handleContentDuplicate, C as handleMediaDelete, D as handleMediaUpdate, E as handleMediaReplaceMetadata, F as handleContentCountScheduled, G as handleContentPermanentDelete, H as handleContentGetIncludingTrashed, I as handleContentCountTrashed, J as handleContentSchedule, K as handleContentPublish, L as handleContentCreate, M as generateManifest, N as handleContentAuthors, O as handleRevisionGet, P as handleContentCompare, Q as handleContentUpdate, R as handleContentDelete, S as handleMediaCreate, T as handleMediaList, U as handleContentList, V as handleContentGet, W as handleContentListTrashed, X as handleContentUnpublish, Y as handleContentTranslations, Z as handleContentUnschedule, k as handleRevisionList, q as handleContentRestore, w as handleMediaGet, z as handleContentDiscardDraft } from "./api-Dz6rgoa3.mjs";
38
- import "./dashboard-C2kTeeRI.mjs";
39
- import "./capture-triggers-CNW1q3HK.mjs";
40
- import "./activation-K0kGBWuJ.mjs";
41
- import "./collection-deletion-Bj07NHbj.mjs";
42
- import "./content-refresh-Bwp-8yGy.mjs";
43
- import { n as SchemaRegistry, t as SchemaError } from "./registry-AZAsRsor.mjs";
44
- import { n as computeContentHash, r as hashString } from "./hash-3JJPlHF2.mjs";
45
- import "./media-folders-BGkATs8n.mjs";
46
- import "./media-usage-work-D6D9sMCA.mjs";
47
- import "./content-repair-Czdp7jz5.mjs";
48
- import { i as handleMediaUsageRepair, n as handleMediaUsageProgress } from "./media-usage-CdY5jhSR.mjs";
49
- import { t as handleMediaUsageActivationAdvance } from "./media-usage-activation-BgeMtK5C.mjs";
50
- import "./media-usage-work-CnGCdHxx.mjs";
51
- import { t as getCollectionInfo } from "./query-BndaFxxp.mjs";
52
- import "./zod-generator-BuYSQJB7.mjs";
53
- import "./schema-CGnBeLiW.mjs";
54
- import "./schema-DYr-Vd-L.mjs";
55
- import "./seo-CVWkdv6x.mjs";
56
- import { o as getSection, s as getSections } from "./sections-B_nYvlwn.mjs";
57
- import { a as getSiteSettingsWithCacheHint, c as setSiteSettings, i as getSiteSettings, n as getPluginSettings, r as getSiteSetting, t as getPluginSetting } from "./settings--wobrkkC.mjs";
58
- import "./settings-Cwm6o2jY.mjs";
59
- import "./taxonomies-DkAkMupr.mjs";
60
- import { i as pluginManifestSchema } from "./manifest-schema-BNWwR8Vd.mjs";
61
- import { a as normalizeCapability, i as normalizeCapabilities, r as isDeprecatedCapability, t as CAPABILITY_RENAMES } from "./types-DfuTR6dL.mjs";
62
- import { t as EmDashStorageError } from "./types-3qNFPlci.mjs";
63
- import "./config-it29yDLA.mjs";
64
- import "./ssrf-5sIM5jzl.mjs";
65
- import "./error-DFrQjppn.mjs";
66
- import "./parse-Ckpg-Qfp.mjs";
67
- import "./media-BHjus86Y.mjs";
68
- import { gt as sanitizeHref, ht as isSafeHref } from "./redirects-BLNOWQTn.mjs";
69
- import "./relations-C4htk5sb.mjs";
70
- import "./status-B777-dXz.mjs";
71
- import { c as createEditable, i as getTranslations, l as createNoop, n as getEmDashCollection, r as getEmDashEntry, s as resolveEmDashPath, t as getEditMeta } from "./query-BZKZcG5b.mjs";
72
- import { C as parseWxrString, S as parseWxr, b as importReusableBlocksAsSections, c as parseWxrDate, d as getAllSources, f as getFileSources, g as registerSource, h as probeUrl, l as wxrSource, m as getUrlSources, p as getSource, s as wordpressRestSource, u as clearSources } from "./import-CJpaBBBT.mjs";
18
+ import { t as OptionsRepository } from "./options-D1FBiAv1.mjs";
19
+ import { a as createUnrestrictedHttpAccess, n as createHttpAccess, o as PluginStorageRepository, s as StorageSerializationError } from "./context-C9PB8vGd.mjs";
20
+ import "./menus-UdwjHZJC.mjs";
21
+ import "./resolve-Cy0aWSRj.mjs";
22
+ import "./redirect-DId44BS1.mjs";
23
+ import "./request-cache-DAZZmesc.mjs";
24
+ import "./byline-registry-BxDGIO0I.mjs";
25
+ import "./field-defs-cache-Cf5FHK0M.mjs";
26
+ import "./byline-Vdi85CsZ.mjs";
27
+ import "./relation-DxgCHOBw.mjs";
28
+ import { n as normalizeMediaValue } from "./normalize-4nkKGsuW.mjs";
29
+ import "./dist-BAsh8dbf.mjs";
30
+ import { n as generatePlaceholder } from "./enrich-t2Xvjdqa.mjs";
31
+ import "./entry-locks-BEcX7ET0.mjs";
32
+ import "./seo-Bw68KxRc.mjs";
33
+ import "./cache--7HKu5Xm.mjs";
34
+ import { t as SEARCH_TOKENIZERS } from "./types-c9GP7Dj5.mjs";
35
+ import { t as FTSManager } from "./fts-manager-iddym8cd.mjs";
36
+ import "./loader-WJi6GFRn.mjs";
37
+ import "./collection-slugs-cache-7lTmNzeA.mjs";
38
+ import { a as getTaxonomyDefs, c as getTerm, d as invalidateTermCache, i as getTaxonomyDef, l as getTermsForEntries, n as getEntriesByTerm, o as getTaxonomyTerms, r as getEntryTerms, s as getTaxonomyTermsWithCacheHint, t as getAllTermsForEntries } from "./taxonomies-NcFDq5Gg.mjs";
39
+ import { $ as handleContentSchedule, A as handleMediaList, B as handleContentCountScheduled, D as handleMediaCreate, F as handleRevisionRestore, G as handleContentDuplicate, H as handleContentCreate, J as handleContentList, K as handleContentGet, L as generateManifest, M as handleMediaUpdate, N as handleRevisionGet, O as handleMediaDelete, P as handleRevisionList, Q as handleContentRestore, R as handleContentAuthors, U as handleContentDelete, V as handleContentCountTrashed, W as handleContentDiscardDraft, X as handleContentPermanentDelete, Y as handleContentListTrashed, Z as handleContentPublish, _ as createSandboxRouteErrorEnvelope, et as handleContentTranslations, g as createSandboxRouteError, h as SandboxUnavailableError, j as handleMediaReplaceMetadata, k as handleMediaGet, nt as handleContentUnschedule, q as handleContentGetIncludingTrashed, rt as handleContentUpdate, tt as handleContentUnpublish, v as getSandboxRouteErrorDetails, y as getSandboxRouteErrorEnvelope, z as handleContentCompare } from "./api-BvxJmnFY.mjs";
40
+ import "./dashboard-BNSvAN8A.mjs";
41
+ import "./capture-triggers-CeAsC76Z.mjs";
42
+ import "./activation-DyNTe_Tl.mjs";
43
+ import "./collection-deletion-BCwaWTDw.mjs";
44
+ import "./content-refresh-GTMyi2Xy.mjs";
45
+ import { n as SchemaRegistry, t as SchemaError } from "./registry-DTqaqxed.mjs";
46
+ import { n as computeContentHash, r as hashString } from "./hash-BRweX6jz.mjs";
47
+ import "./media-folders-DASfX_DH.mjs";
48
+ import "./media-usage-work-C5B1zT1c.mjs";
49
+ import "./content-repair-CIMt5C0U.mjs";
50
+ import { i as handleMediaUsageRepair, n as handleMediaUsageProgress } from "./media-usage-C1EswMTq.mjs";
51
+ import { t as handleMediaUsageActivationAdvance } from "./media-usage-activation-CrHNltlL.mjs";
52
+ import "./media-usage-work-IkQx_Yz6.mjs";
53
+ import { t as getCollectionInfo } from "./query-gtXT03Wc.mjs";
54
+ import "./zod-generator-CNRGdnBY.mjs";
55
+ import "./schema-CRu38Pr5.mjs";
56
+ import "./schema-DifxndJx.mjs";
57
+ import "./seo-C4AmbsMU.mjs";
58
+ import { o as getSection, s as getSections } from "./sections-3X52kmIR.mjs";
59
+ import { a as getSiteSettingsWithCacheHint, c as setSiteSettings, i as getSiteSettings, n as getPluginSettings, r as getSiteSetting, t as getPluginSetting } from "./settings-DcMjREe5.mjs";
60
+ import "./settings-AnEFYICn.mjs";
61
+ import "./taxonomies-BOdxuZpV.mjs";
62
+ import { i as pluginManifestSchema } from "./manifest-schema-CILooI5J.mjs";
63
+ import { a as normalizeCapability, i as normalizeCapabilities, r as isDeprecatedCapability, t as CAPABILITY_RENAMES } from "./types-A2cN6a4a.mjs";
64
+ import { t as EmDashStorageError } from "./types-ByG2coLw.mjs";
65
+ import "./artifact-fetch-P2JXVwOq.mjs";
66
+ import "./ssrf-gl4gFNhw.mjs";
67
+ import "./config--eWjQJE5.mjs";
68
+ import "./error-BDcFyoRt.mjs";
69
+ import "./parse-WRg5C3NX.mjs";
70
+ import "./media-C1EIZKh1.mjs";
71
+ import { bt as isSafeHref, xt as sanitizeHref } from "./entry-lock-DIYHAaSw.mjs";
72
+ import "./relations-rOmbndUJ.mjs";
73
+ import "./status-Cenfk_r5.mjs";
74
+ import { c as createEditable, i as getTranslations, l as createNoop, n as getEmDashCollection, r as getEmDashEntry, s as resolveEmDashPath, t as getEditMeta } from "./query-DygOte9M.mjs";
75
+ import { C as parseWxrString, S as parseWxr, b as importReusableBlocksAsSections, c as parseWxrDate, d as getAllSources, f as getFileSources, g as registerSource, h as probeUrl, l as wxrSource, m as getUrlSources, p as getSource, s as wordpressRestSource, u as clearSources } from "./import-D96g2otw.mjs";
73
76
  import { adaptSandboxEntry } from "./plugins/adapt-sandbox-entry.mjs";
74
- import "./ssrf-Dg3cIT-b.mjs";
75
- import "./cron-C6o7VppJ.mjs";
76
- import "./email-console-Dzb6uGYa.mjs";
77
- import "./media-usage-write-fence-hjeD4u7s.mjs";
78
- import "./utils-BKvNjjhY.mjs";
79
- import { n as parseContentId, r as verifyPreviewToken, t as generatePreviewToken } from "./tokens-BCO1oruF.mjs";
80
- import { i as getPreviewUrl, n as isPreviewRequest, r as buildPreviewUrl, t as getPreviewToken } from "./preview-B_vJLvf8.mjs";
81
- import { t as getHreflangAlternates } from "./hreflang-DQbPZliA.mjs";
77
+ import "./ssrf-TQhaljuI.mjs";
78
+ import "./cron-DHAy9oyq.mjs";
79
+ import "./email-console-DNup1Fku.mjs";
80
+ import "./media-usage-write-fence-B9anjOSg.mjs";
81
+ import "./utils-BicP5Qbg.mjs";
82
+ import { n as parseContentId, r as verifyPreviewToken, t as generatePreviewToken } from "./tokens-CDk8ox9p.mjs";
83
+ import { i as getPreviewUrl, n as isPreviewRequest, r as buildPreviewUrl, t as getPreviewToken } from "./preview-BxwsGgGp.mjs";
84
+ import { t as getHreflangAlternates } from "./hreflang-DshnweTC.mjs";
82
85
  import { getContentSeo, getSeoMeta } from "./seo/index.mjs";
83
- import "./comment-reaction-BhrvSHml.mjs";
84
- import { i as getEntriesByByline, n as getByline, r as getBylineBySlug } from "./bylines-CJ5nd6Lw.mjs";
85
- import { i as getWidgetComponents, n as getWidgetAreaWithCacheHint, r as getWidgetAreas, t as getWidgetArea } from "./widgets-D3gJ10xU.mjs";
86
- import { t as validateSeed } from "./validate-DE_LRwo9.mjs";
87
- import { t as applySeed } from "./apply-B4SIOxR1.mjs";
88
- import "./load-CawHjTOH.mjs";
86
+ import "./comment-reaction-CDyvPQRj.mjs";
87
+ import { i as getEntriesByByline, n as getByline, r as getBylineBySlug } from "./bylines-BX8QhcTk.mjs";
88
+ import { i as getWidgetComponents, n as getWidgetAreaWithCacheHint, r as getWidgetAreas, t as getWidgetArea } from "./widgets-RFVAxQl3.mjs";
89
+ import { t as validateSeed } from "./validate-D8VPn4Hv.mjs";
90
+ import { t as applySeed } from "./apply-DLmM3R7f.mjs";
91
+ import "./load-DPtY9cZo.mjs";
89
92
  import "./seed/index.mjs";
90
- import { a as getSuggestions, c as searchWithDb, i as getSearchStats, n as extractPlainText, o as search, r as extractSearchableFields, s as searchCollection } from "./search-C-qDk4kx.mjs";
93
+ import { a as getSuggestions, c as searchWithDb, i as getSearchStats, n as extractPlainText, o as search, r as extractSearchableFields, s as searchCollection } from "./search-DEPFSBFq.mjs";
91
94
  import { ulid } from "ulidx";
92
95
 
93
- export { CAPABILITY_RENAMES, CacheNamespace, ContentRepository, ContentSaveRejectedError, EmDashDatabaseError, EmDashStorageError, EmDashValidationError, FIELD_TYPE_TO_COLUMN, FTSManager, HookPipeline, InvalidCursorError, MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, MIGRATION_NAMES, MediaRepository, NodeCronScheduler, NoopSandboxRunner, OptionsRepository, PluginManager, PluginRouteError, PluginStorageRepository, RESERVED_COLLECTION_SLUGS, RESERVED_FIELD_SLUGS, SANDBOX_HOOK_RESULT_VERSION, SEARCH_TOKENIZERS, SandboxNotAvailableError, SandboxUnavailableError, SchemaError, SchemaRegistry, UserRepository, adaptSandboxEntry, after, applySeed, buildPreviewUrl, cachedQuery, clearSources, computeContentHash, contentNamespace, contentNamespaces, createEditable, createHookPipeline, createHttpAccess, createNoop, createNoopSandboxRunner, createPluginManager, createSandboxRouteError, createSandboxRouteErrorEnvelope, createUnrestrictedHttpAccess, decodeSlug, definePlugin, extractPlainText, extractSearchableFields, file, generateManifest, generatePlaceholder, generatePreviewToken, getAllSources, getAllTermsForEntries, getByline, getBylineBySlug, getCollectionInfo, getCommentCount, getComments, getContentSeo, getEditMeta, getEmDashCollection, getEmDashEntry, getEntriesByByline, getEntriesByTerm, getEntryTerms, getExactMigrationStatus, getFallbackChain, getFileSources, getHreflangAlternates, getI18nConfig, getMenu, getMenuWithCacheHint, getMenus, getMigrationStatus, getPluginSetting, getPluginSettings, getPreviewToken, getPreviewUrl, getRequestContext, getSandboxRouteErrorDetails, getSandboxRouteErrorEnvelope, getSearchStats, getSection, getSections, getSeoMeta, getSiteSetting, getSiteSettings, getSiteSettingsWithCacheHint, getSource, getSuggestions, getTaxonomyDef, getTaxonomyDefs, getTaxonomyTerms, getTaxonomyTermsWithCacheHint, getTerm, getTermsForEntries, getTranslations, getUrlSources, getWidgetArea, getWidgetAreaWithCacheHint, getWidgetAreas, getWidgetComponents, handleContentAuthors, handleContentCompare, handleContentCountScheduled, handleContentCountTrashed, handleContentCreate, handleContentDelete, handleContentDiscardDraft, handleContentDuplicate, handleContentGet, handleContentGetIncludingTrashed, handleContentList, handleContentListTrashed, handleContentPermanentDelete, handleContentPublish, handleContentRestore, handleContentSchedule, handleContentTranslations, handleContentUnpublish, handleContentUnschedule, handleContentUpdate, handleMediaCreate, handleMediaDelete, handleMediaGet, handleMediaList, handleMediaReplaceMetadata, handleMediaUpdate, handleMediaUsageActivationAdvance, handleMediaUsageProgress, handleMediaUsageRepair, handleRevisionGet, handleRevisionList, handleRevisionRestore, hashString, image, importReusableBlocksAsSections, inspectSandboxHookResult, invalidateBylineObjectCache, invalidateCollectionCache, invalidateCommentObjectCache, invalidateMenuObjectCache, invalidateObjectCache, invalidateSchemaObjectCache, invalidateTaxonomyObjectCache, invalidateTermCache, isContentSaveRejection, isDeprecatedCapability, isI18nEnabled, isPreviewRequest, isSafeHref, normalizeCapabilities, normalizeCapability, normalizeMediaValue, parseContentId, parseWxr, parseWxrDate, parseWxrString, pluginManifestSchema, portableText, portableTextIdentityExtensions, portableTextToProsemirror, probeUrl, prosemirrorToPortableText, reference, registerSource, resolveContentCreateLocale, resolveEmDashPath, runWithContext, sanitizeHref, search, searchCollection, searchWithDb, setSiteSettings, slugify, ulid, validateSeed, verifyPreviewToken, wordpressRestSource, wxrSource };
96
+ export { CAPABILITY_RENAMES, CacheNamespace, ContentRepository, ContentSaveRejectedError, EmDashConfigurationError, EmDashDatabaseError, EmDashStorageError, EmDashValidationError, FIELD_TYPE_TO_COLUMN, FTSManager, HookPipeline, InvalidCursorError, MAX_SANDBOX_SAVE_REJECTION_REASON_LENGTH, MIGRATION_NAMES, MediaRepository, NodeCronScheduler, NoopSandboxRunner, OptionsRepository, PluginManager, PluginRouteError, PluginStorageRepository, RESERVED_COLLECTION_SLUGS, RESERVED_FIELD_SLUGS, SANDBOX_HOOK_RESULT_VERSION, SEARCH_TOKENIZERS, SandboxNotAvailableError, SandboxUnavailableError, SchemaError, SchemaRegistry, StorageSerializationError, UserRepository, adaptSandboxEntry, after, applySeed, buildPreviewUrl, cachedQuery, clearSources, computeContentHash, contentNamespace, contentNamespaces, createEditable, createHookPipeline, createHttpAccess, createNoop, createNoopSandboxRunner, createPluginManager, createSandboxRouteError, createSandboxRouteErrorEnvelope, createUnrestrictedHttpAccess, decodeSlug, definePlugin, extractPlainText, extractSearchableFields, file, generateManifest, generatePlaceholder, generatePreviewToken, getAllSources, getAllTermsForEntries, getByline, getBylineBySlug, getCollectionInfo, getCommentCount, getComments, getContentSeo, getEditMeta, getEmDashCollection, getEmDashEntry, getEntriesByByline, getEntriesByTerm, getEntryTerms, getExactMigrationStatus, getFallbackChain, getFileSources, getHreflangAlternates, getI18nConfig, getMenu, getMenuWithCacheHint, getMenus, getMigrationStatus, getPluginSetting, getPluginSettings, getPreviewToken, getPreviewUrl, getRequestContext, getSandboxRouteErrorDetails, getSandboxRouteErrorEnvelope, getSearchStats, getSection, getSections, getSeoMeta, getSiteSetting, getSiteSettings, getSiteSettingsWithCacheHint, getSource, getSuggestions, getTaxonomyDef, getTaxonomyDefs, getTaxonomyTerms, getTaxonomyTermsWithCacheHint, getTerm, getTermsForEntries, getTranslations, getUrlSources, getWidgetArea, getWidgetAreaWithCacheHint, getWidgetAreas, getWidgetComponents, handleContentAuthors, handleContentCompare, handleContentCountScheduled, handleContentCountTrashed, handleContentCreate, handleContentDelete, handleContentDiscardDraft, handleContentDuplicate, handleContentGet, handleContentGetIncludingTrashed, handleContentList, handleContentListTrashed, handleContentPermanentDelete, handleContentPublish, handleContentRestore, handleContentSchedule, handleContentTranslations, handleContentUnpublish, handleContentUnschedule, handleContentUpdate, handleMediaCreate, handleMediaDelete, handleMediaGet, handleMediaList, handleMediaReplaceMetadata, handleMediaUpdate, handleMediaUsageActivationAdvance, handleMediaUsageProgress, handleMediaUsageRepair, handleRevisionGet, handleRevisionList, handleRevisionRestore, hashString, image, importReusableBlocksAsSections, inspectSandboxHookResult, invalidateBylineObjectCache, invalidateCollectionCache, invalidateCommentObjectCache, invalidateMenuObjectCache, invalidateObjectCache, invalidateSchemaObjectCache, invalidateTaxonomyObjectCache, invalidateTermCache, isContentSaveRejection, isDeprecatedCapability, isI18nEnabled, isPreviewRequest, isSafeHref, normalizeCapabilities, normalizeCapability, normalizeMediaValue, parseContentId, parseWxr, parseWxrDate, parseWxrString, pluginManifestSchema, portableText, portableTextIdentityExtensions, portableTextToProsemirror, probeUrl, prosemirrorToPortableText, reference, registerSource, resolveContentCreateLocale, resolveEmDashPath, runWithContext, sanitizeHref, search, searchCollection, searchWithDb, setSiteSettings, slugify, ulid, validateSeed, verifyPreviewToken, wordpressRestSource, wxrSource };
@@ -53,4 +53,4 @@ async function initWithLock(lock, getCached, init, options) {
53
53
 
54
54
  //#endregion
55
55
  export { initWithLock as n, createInitLock as t };
56
- //# sourceMappingURL=init-lock-DJkX6Hto.mjs.map
56
+ //# sourceMappingURL=init-lock-CFNBe_iH.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"init-lock-DJkX6Hto.mjs","names":[],"sources":["../src/utils/init-lock.ts"],"sourcesContent":["/**\n * Reclaimable initialization lock for isolate-lifetime singletons.\n *\n * Guards \"first request initializes, everyone else waits\" sections\n * (runtime creation, database init) against a workerd failure mode: if the\n * request that owns the initialization is cancelled mid-await (client\n * disconnect, context teardown), its continuation — including any `finally`\n * that would release the lock — never runs. A plain boolean or shared\n * promise then stays stuck forever and every subsequent request in the\n * isolate hangs until the platform kills it (observed as 524s at the\n * 100-second wall limit, with the isolate poisoned until eviction).\n *\n * This lock instead records *when* the owner started. Waiters poll — we\n * deliberately never await a promise created by another request, which\n * workerd flags — and if the owner has held the lock past `deadlineMs`,\n * the next waiter assumes the owner is dead, reclaims the lock, and runs\n * the initialization itself. Waiters also give up after `maxWaitMs` so a\n * request degrades to an error response rather than hanging.\n */\n\nexport interface InitLock {\n\t/** Epoch ms when the current owner claimed the lock, or null when free. */\n\townerStartedAt: number | null;\n\t/**\n\t * Monotonic claim counter identifying the current owner. Release is\n\t * gated on it: a slow owner that finishes after a waiter has reclaimed\n\t * the lock must not clear the reclaimer's claim — that would let yet\n\t * another caller claim the lock and start a third concurrent init.\n\t */\n\tgeneration: number;\n}\n\nexport function createInitLock(): InitLock {\n\treturn { ownerStartedAt: null, generation: 0 };\n}\n\nexport interface InitLockOptions {\n\t/**\n\t * Reclaim the lock if the owner has held it longer than this. Must be\n\t * comfortably above the slowest legitimate init (cold migrations on a\n\t * contended D1, including the concurrent-migrator wait) — a too-short\n\t * deadline risks two concurrent inits, a too-long one delays recovery\n\t * of a poisoned isolate. Nested locks must compose: an outer lock's\n\t * deadline must exceed the deadline of any lock its init acquires.\n\t */\n\tdeadlineMs?: number;\n\t/** Waiter poll interval. */\n\tpollMs?: number;\n\t/**\n\t * Give up waiting after this long and throw instead of hanging.\n\t * Defaults to `deadlineMs` plus headroom so a waiter always survives\n\t * long enough to reclaim a dead owner before giving up.\n\t */\n\tmaxWaitMs?: number;\n\t/**\n\t * Called with the in-flight init promise (errors pre-swallowed) so the\n\t * caller can hand it to the host's lifetime extender (waitUntil via\n\t * `after()`). If the owning request is cancelled mid-init, the anchored\n\t * promise keeps the context alive: init completes, populates the cache,\n\t * and the `finally` below releases the lock — preventing the poisoning\n\t * instead of merely recovering from it via reclaim.\n\t */\n\tanchor?: (promise: Promise<void>) => void;\n}\n\nconst DEFAULT_DEADLINE_MS = 15_000;\nconst DEFAULT_POLL_MS = 50;\nconst MAX_WAIT_HEADROOM_MS = 15_000;\n\nfunction sleep(ms: number): Promise<void> {\n\treturn new Promise((resolve) => setTimeout(resolve, ms));\n}\n\n/**\n * Return the cached value if present, otherwise initialize it under the\n * lock. `init` is responsible for storing the value so that `getCached`\n * returns it on subsequent calls — waiters re-check `getCached` after the\n * owner finishes rather than sharing the owner's promise.\n *\n * `init` receives an `isCurrentClaim` predicate and must gate its cache\n * publication on it: a slow init that was reclaimed past the deadline\n * must not overwrite the value published by the reclaimer (for the\n * runtime singleton that would orphan the reclaimer's active cron\n * scheduler). A losing init should also tear down any side resources it\n * started, since its result will never be published.\n */\nexport async function initWithLock<T>(\n\tlock: InitLock,\n\tgetCached: () => T | null | undefined,\n\tinit: (isCurrentClaim: () => boolean) => Promise<T>,\n\toptions?: InitLockOptions,\n): Promise<T> {\n\tconst deadlineMs = options?.deadlineMs ?? DEFAULT_DEADLINE_MS;\n\tconst pollMs = options?.pollMs ?? DEFAULT_POLL_MS;\n\tconst maxWaitMs = options?.maxWaitMs ?? deadlineMs + MAX_WAIT_HEADROOM_MS;\n\t// Date.now() is deliberate and only works because every loop iteration\n\t// awaits: in workerd the clock only advances across I/O, so a sync spin\n\t// would never observe the deadline. Don't \"optimize\" away the sleep.\n\tconst waitStart = Date.now();\n\n\tfor (;;) {\n\t\tconst cached = getCached();\n\t\tif (cached !== null && cached !== undefined) {\n\t\t\treturn cached;\n\t\t}\n\n\t\tconst ownerStartedAt = lock.ownerStartedAt;\n\t\tif (ownerStartedAt === null || Date.now() - ownerStartedAt > deadlineMs) {\n\t\t\t// Free, or the owner has been gone past the deadline — claim it.\n\t\t\t// Synchronous between awaits, so two waiters can't both claim.\n\t\t\tlock.generation += 1;\n\t\t\tconst claim = lock.generation;\n\t\t\tlock.ownerStartedAt = Date.now();\n\t\t\ttry {\n\t\t\t\t// Promise.resolve().then(...) so a synchronous throw from\n\t\t\t\t// init still becomes a rejection after the anchor attaches.\n\t\t\t\tconst isCurrentClaim = () => lock.generation === claim;\n\t\t\t\tconst initPromise = Promise.resolve().then(() => init(isCurrentClaim));\n\t\t\t\toptions?.anchor?.(\n\t\t\t\t\tinitPromise.then(\n\t\t\t\t\t\t() => undefined,\n\t\t\t\t\t\t() => undefined,\n\t\t\t\t\t),\n\t\t\t\t);\n\t\t\t\treturn await initPromise;\n\t\t\t} finally {\n\t\t\t\t// If this request dies mid-init unanchored this never runs;\n\t\t\t\t// the next waiter reclaims after deadlineMs instead. Release\n\t\t\t\t// only while still the current owner: a reclaimer may have\n\t\t\t\t// taken the lock while this (slow) init was running, and\n\t\t\t\t// clearing its claim would admit a third concurrent init.\n\t\t\t\tif (lock.generation === claim) {\n\t\t\t\t\tlock.ownerStartedAt = null;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (Date.now() - waitStart > maxWaitMs) {\n\t\t\tthrow new Error(`initWithLock: timed out after ${maxWaitMs}ms waiting for initialization`);\n\t\t}\n\t\tawait sleep(pollMs);\n\t}\n}\n"],"mappings":";AAgCA,SAAgB,iBAA2B;AAC1C,QAAO;EAAE,gBAAgB;EAAM,YAAY;EAAG;;AAgC/C,MAAM,sBAAsB;AAC5B,MAAM,kBAAkB;AACxB,MAAM,uBAAuB;AAE7B,SAAS,MAAM,IAA2B;AACzC,QAAO,IAAI,SAAS,YAAY,WAAW,SAAS,GAAG,CAAC;;;;;;;;;;;;;;;AAgBzD,eAAsB,aACrB,MACA,WACA,MACA,SACa;CACb,MAAM,aAAa,SAAS,cAAc;CAC1C,MAAM,SAAS,SAAS,UAAU;CAClC,MAAM,YAAY,SAAS,aAAa,aAAa;CAIrD,MAAM,YAAY,KAAK,KAAK;AAE5B,UAAS;EACR,MAAM,SAAS,WAAW;AAC1B,MAAI,WAAW,QAAQ,WAAW,OACjC,QAAO;EAGR,MAAM,iBAAiB,KAAK;AAC5B,MAAI,mBAAmB,QAAQ,KAAK,KAAK,GAAG,iBAAiB,YAAY;AAGxE,QAAK,cAAc;GACnB,MAAM,QAAQ,KAAK;AACnB,QAAK,iBAAiB,KAAK,KAAK;AAChC,OAAI;IAGH,MAAM,uBAAuB,KAAK,eAAe;IACjD,MAAM,cAAc,QAAQ,SAAS,CAAC,WAAW,KAAK,eAAe,CAAC;AACtE,aAAS,SACR,YAAY,WACL,cACA,OACN,CACD;AACD,WAAO,MAAM;aACJ;AAMT,QAAI,KAAK,eAAe,MACvB,MAAK,iBAAiB;;;AAKzB,MAAI,KAAK,KAAK,GAAG,YAAY,UAC5B,OAAM,IAAI,MAAM,iCAAiC,UAAU,+BAA+B;AAE3F,QAAM,MAAM,OAAO"}
1
+ {"version":3,"file":"init-lock-CFNBe_iH.mjs","names":[],"sources":["../src/utils/init-lock.ts"],"sourcesContent":["/**\n * Reclaimable initialization lock for isolate-lifetime singletons.\n *\n * Guards \"first request initializes, everyone else waits\" sections\n * (runtime creation, database init) against a workerd failure mode: if the\n * request that owns the initialization is cancelled mid-await (client\n * disconnect, context teardown), its continuation — including any `finally`\n * that would release the lock — never runs. A plain boolean or shared\n * promise then stays stuck forever and every subsequent request in the\n * isolate hangs until the platform kills it (observed as 524s at the\n * 100-second wall limit, with the isolate poisoned until eviction).\n *\n * This lock instead records *when* the owner started. Waiters poll — we\n * deliberately never await a promise created by another request, which\n * workerd flags — and if the owner has held the lock past `deadlineMs`,\n * the next waiter assumes the owner is dead, reclaims the lock, and runs\n * the initialization itself. Waiters also give up after `maxWaitMs` so a\n * request degrades to an error response rather than hanging.\n */\n\nexport interface InitLock {\n\t/** Epoch ms when the current owner claimed the lock, or null when free. */\n\townerStartedAt: number | null;\n\t/**\n\t * Monotonic claim counter identifying the current owner. Release is\n\t * gated on it: a slow owner that finishes after a waiter has reclaimed\n\t * the lock must not clear the reclaimer's claim — that would let yet\n\t * another caller claim the lock and start a third concurrent init.\n\t */\n\tgeneration: number;\n}\n\nexport function createInitLock(): InitLock {\n\treturn { ownerStartedAt: null, generation: 0 };\n}\n\nexport interface InitLockOptions {\n\t/**\n\t * Reclaim the lock if the owner has held it longer than this. Must be\n\t * comfortably above the slowest legitimate init (cold migrations on a\n\t * contended D1, including the concurrent-migrator wait) — a too-short\n\t * deadline risks two concurrent inits, a too-long one delays recovery\n\t * of a poisoned isolate. Nested locks must compose: an outer lock's\n\t * deadline must exceed the deadline of any lock its init acquires.\n\t */\n\tdeadlineMs?: number;\n\t/** Waiter poll interval. */\n\tpollMs?: number;\n\t/**\n\t * Give up waiting after this long and throw instead of hanging.\n\t * Defaults to `deadlineMs` plus headroom so a waiter always survives\n\t * long enough to reclaim a dead owner before giving up.\n\t */\n\tmaxWaitMs?: number;\n\t/**\n\t * Called with the in-flight init promise (errors pre-swallowed) so the\n\t * caller can hand it to the host's lifetime extender (waitUntil via\n\t * `after()`). If the owning request is cancelled mid-init, the anchored\n\t * promise keeps the context alive: init completes, populates the cache,\n\t * and the `finally` below releases the lock — preventing the poisoning\n\t * instead of merely recovering from it via reclaim.\n\t */\n\tanchor?: (promise: Promise<void>) => void;\n}\n\nconst DEFAULT_DEADLINE_MS = 15_000;\nconst DEFAULT_POLL_MS = 50;\nconst MAX_WAIT_HEADROOM_MS = 15_000;\n\nfunction sleep(ms: number): Promise<void> {\n\treturn new Promise((resolve) => setTimeout(resolve, ms));\n}\n\n/**\n * Return the cached value if present, otherwise initialize it under the\n * lock. `init` is responsible for storing the value so that `getCached`\n * returns it on subsequent calls — waiters re-check `getCached` after the\n * owner finishes rather than sharing the owner's promise.\n *\n * `init` receives an `isCurrentClaim` predicate and must gate its cache\n * publication on it: a slow init that was reclaimed past the deadline\n * must not overwrite the value published by the reclaimer (for the\n * runtime singleton that would orphan the reclaimer's active cron\n * scheduler). A losing init should also tear down any side resources it\n * started, since its result will never be published.\n */\nexport async function initWithLock<T>(\n\tlock: InitLock,\n\tgetCached: () => T | null | undefined,\n\tinit: (isCurrentClaim: () => boolean) => Promise<T>,\n\toptions?: InitLockOptions,\n): Promise<T> {\n\tconst deadlineMs = options?.deadlineMs ?? DEFAULT_DEADLINE_MS;\n\tconst pollMs = options?.pollMs ?? DEFAULT_POLL_MS;\n\tconst maxWaitMs = options?.maxWaitMs ?? deadlineMs + MAX_WAIT_HEADROOM_MS;\n\t// Date.now() is deliberate and only works because every loop iteration\n\t// awaits: in workerd the clock only advances across I/O, so a sync spin\n\t// would never observe the deadline. Don't \"optimize\" away the sleep.\n\tconst waitStart = Date.now();\n\n\tfor (;;) {\n\t\tconst cached = getCached();\n\t\tif (cached !== null && cached !== undefined) {\n\t\t\treturn cached;\n\t\t}\n\n\t\tconst ownerStartedAt = lock.ownerStartedAt;\n\t\tif (ownerStartedAt === null || Date.now() - ownerStartedAt > deadlineMs) {\n\t\t\t// Free, or the owner has been gone past the deadline — claim it.\n\t\t\t// Synchronous between awaits, so two waiters can't both claim.\n\t\t\tlock.generation += 1;\n\t\t\tconst claim = lock.generation;\n\t\t\tlock.ownerStartedAt = Date.now();\n\t\t\ttry {\n\t\t\t\t// Promise.resolve().then(...) so a synchronous throw from\n\t\t\t\t// init still becomes a rejection after the anchor attaches.\n\t\t\t\tconst isCurrentClaim = () => lock.generation === claim;\n\t\t\t\tconst initPromise = Promise.resolve().then(() => init(isCurrentClaim));\n\t\t\t\toptions?.anchor?.(\n\t\t\t\t\tinitPromise.then(\n\t\t\t\t\t\t() => undefined,\n\t\t\t\t\t\t() => undefined,\n\t\t\t\t\t),\n\t\t\t\t);\n\t\t\t\treturn await initPromise;\n\t\t\t} finally {\n\t\t\t\t// If this request dies mid-init unanchored this never runs;\n\t\t\t\t// the next waiter reclaims after deadlineMs instead. Release\n\t\t\t\t// only while still the current owner: a reclaimer may have\n\t\t\t\t// taken the lock while this (slow) init was running, and\n\t\t\t\t// clearing its claim would admit a third concurrent init.\n\t\t\t\tif (lock.generation === claim) {\n\t\t\t\t\tlock.ownerStartedAt = null;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tif (Date.now() - waitStart > maxWaitMs) {\n\t\t\tthrow new Error(`initWithLock: timed out after ${maxWaitMs}ms waiting for initialization`);\n\t\t}\n\t\tawait sleep(pollMs);\n\t}\n}\n"],"mappings":";AAgCA,SAAgB,iBAA2B;AAC1C,QAAO;EAAE,gBAAgB;EAAM,YAAY;EAAG;;AAgC/C,MAAM,sBAAsB;AAC5B,MAAM,kBAAkB;AACxB,MAAM,uBAAuB;AAE7B,SAAS,MAAM,IAA2B;AACzC,QAAO,IAAI,SAAS,YAAY,WAAW,SAAS,GAAG,CAAC;;;;;;;;;;;;;;;AAgBzD,eAAsB,aACrB,MACA,WACA,MACA,SACa;CACb,MAAM,aAAa,SAAS,cAAc;CAC1C,MAAM,SAAS,SAAS,UAAU;CAClC,MAAM,YAAY,SAAS,aAAa,aAAa;CAIrD,MAAM,YAAY,KAAK,KAAK;AAE5B,UAAS;EACR,MAAM,SAAS,WAAW;AAC1B,MAAI,WAAW,QAAQ,WAAW,OACjC,QAAO;EAGR,MAAM,iBAAiB,KAAK;AAC5B,MAAI,mBAAmB,QAAQ,KAAK,KAAK,GAAG,iBAAiB,YAAY;AAGxE,QAAK,cAAc;GACnB,MAAM,QAAQ,KAAK;AACnB,QAAK,iBAAiB,KAAK,KAAK;AAChC,OAAI;IAGH,MAAM,uBAAuB,KAAK,eAAe;IACjD,MAAM,cAAc,QAAQ,SAAS,CAAC,WAAW,KAAK,eAAe,CAAC;AACtE,aAAS,SACR,YAAY,WACL,cACA,OACN,CACD;AACD,WAAO,MAAM;aACJ;AAMT,QAAI,KAAK,eAAe,MACvB,MAAK,iBAAiB;;;AAKzB,MAAI,KAAK,KAAK,GAAG,YAAY,UAC5B,OAAM,IAAI,MAAM,iCAAiC,UAAU,+BAA+B;AAE3F,QAAM,MAAM,OAAO"}
@@ -1,4 +1,4 @@
1
- import { c as __exportAll } from "./runner-BLIDKpmA.mjs";
1
+ import { c as __exportAll } from "./runner-nEzvnogG.mjs";
2
2
 
3
3
  //#region src/seed/load.ts
4
4
  var load_exports = /* @__PURE__ */ __exportAll({
@@ -25,4 +25,4 @@ async function loadUserSeed() {
25
25
 
26
26
  //#endregion
27
27
  export { loadUserSeed as n, load_exports as r, loadSeed as t };
28
- //# sourceMappingURL=load-CawHjTOH.mjs.map
28
+ //# sourceMappingURL=load-DPtY9cZo.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"load-CawHjTOH.mjs","names":[],"sources":["../src/seed/load.ts"],"sourcesContent":["/**\n * Seed file loading\n *\n * Imports seed data from the virtual module, which embeds the user's seed file\n * (or the default seed) at Vite build time. This avoids runtime filesystem access,\n * which doesn't work in workerd/miniflare where process.cwd() returns \"/\".\n */\n\nimport type { SeedFile } from \"./types.js\";\n\ninterface SeedModule {\n\tseed: SeedFile;\n\tuserSeed: SeedFile | null;\n}\n\nasync function getSeedModule(): Promise<SeedModule> {\n\t// @ts-ignore - virtual module, only available within Vite runtime\n\treturn import(\"virtual:emdash/seed\") as Promise<SeedModule>;\n}\n\n/**\n * Load the seed file (user seed or default).\n */\nexport async function loadSeed(): Promise<SeedFile> {\n\tconst { seed } = await getSeedModule();\n\treturn seed;\n}\n\n/**\n * Load the user's seed file, or null if none exists.\n */\nexport async function loadUserSeed(): Promise<SeedFile | null> {\n\tconst { userSeed } = await getSeedModule();\n\treturn userSeed ?? null;\n}\n"],"mappings":";;;;;;;AAeA,eAAe,gBAAqC;AAEnD,QAAO,OAAO;;;;;AAMf,eAAsB,WAA8B;CACnD,MAAM,EAAE,SAAS,MAAM,eAAe;AACtC,QAAO;;;;;AAMR,eAAsB,eAAyC;CAC9D,MAAM,EAAE,aAAa,MAAM,eAAe;AAC1C,QAAO,YAAY"}
1
+ {"version":3,"file":"load-DPtY9cZo.mjs","names":[],"sources":["../src/seed/load.ts"],"sourcesContent":["/**\n * Seed file loading\n *\n * Imports seed data from the virtual module, which embeds the user's seed file\n * (or the default seed) at Vite build time. This avoids runtime filesystem access,\n * which doesn't work in workerd/miniflare where process.cwd() returns \"/\".\n */\n\nimport type { SeedFile } from \"./types.js\";\n\ninterface SeedModule {\n\tseed: SeedFile;\n\tuserSeed: SeedFile | null;\n}\n\nasync function getSeedModule(): Promise<SeedModule> {\n\t// @ts-ignore - virtual module, only available within Vite runtime\n\treturn import(\"virtual:emdash/seed\") as Promise<SeedModule>;\n}\n\n/**\n * Load the seed file (user seed or default).\n */\nexport async function loadSeed(): Promise<SeedFile> {\n\tconst { seed } = await getSeedModule();\n\treturn seed;\n}\n\n/**\n * Load the user's seed file, or null if none exists.\n */\nexport async function loadUserSeed(): Promise<SeedFile | null> {\n\tconst { userSeed } = await getSeedModule();\n\treturn userSeed ?? null;\n}\n"],"mappings":";;;;;;;AAeA,eAAe,gBAAqC;AAEnD,QAAO,OAAO;;;;;AAMf,eAAsB,WAA8B;CACnD,MAAM,EAAE,SAAS,MAAM,eAAe;AACtC,QAAO;;;;;AAMR,eAAsB,eAAyC;CAC9D,MAAM,EAAE,aAAa,MAAM,eAAe;AAC1C,QAAO,YAAY"}
@@ -1,13 +1,31 @@
1
- import { c as __exportAll } from "./runner-BLIDKpmA.mjs";
1
+ import { c as __exportAll } from "./runner-nEzvnogG.mjs";
2
2
  import { t as validateIdentifier } from "./validate-BpwoDOgt.mjs";
3
- import { n as buildStatusCondition, s as isPostgres } from "./dialect-helpers-BSbfaO3F.mjs";
3
+ import { n as buildStatusCondition, s as isPostgres } from "./dialect-helpers-BcQvkHgn.mjs";
4
4
  import { r as getI18nConfig } from "./config-C3EBstHi.mjs";
5
5
  import { getRequestContext } from "./request-context.mjs";
6
6
  import { n as isMissingTableError, t as isMissingColumnError } from "./db-errors-Cl-sKYTm.mjs";
7
7
  import { o as decodeCursor, s as encodeCursor } from "./types-CQPWhPxE.mjs";
8
+ import { i as setRequestCacheEntry } from "./request-cache-DAZZmesc.mjs";
8
9
  import { kyselyLogOption } from "./database/instrumentation.mjs";
9
10
  import { Kysely, sql } from "kysely";
10
11
 
12
+ //#region src/page/seo-panel.ts
13
+ function seoPanelCacheKey(collection, id) {
14
+ return `seo-panel:${collection}:${id}`;
15
+ }
16
+ /**
17
+ * Prime the request-scoped SEO panel cache for a content entry.
18
+ *
19
+ * Called wherever an entry's folded SEO data materializes: the loader's
20
+ * single-entry path (fresh query) and the object-cache revive path in
21
+ * `getEmDashEntry` (warm hit, where the loader never runs). No-ops outside
22
+ * a request context; never overwrites an already-primed value.
23
+ */
24
+ function primeSeoPanel(collection, id, seo) {
25
+ setRequestCacheEntry(seoPanelCacheKey(collection, id), seo);
26
+ }
27
+
28
+ //#endregion
11
29
  //#region src/loader.ts
12
30
  var loader_exports = /* @__PURE__ */ __exportAll({
13
31
  CURSOR_RAW_VALUES: () => CURSOR_RAW_VALUES,
@@ -882,20 +900,34 @@ function emdashLoader() {
882
900
  const { terms: termsSelect, bylines: bylinesSelect, bylinesExist: bylinesExistSelect } = foldedHydrationSelects(db, type, "c");
883
901
  const seoSelect = foldedSeoSelect(db, type, "c");
884
902
  const booleanFieldsSelect = foldedBooleanFieldsSelect(db, type);
903
+ const metadataSelect = sql`(
904
+ SELECT ${isPostgres(db) ? sql`json_build_object` : sql`json_object`}(
905
+ 'bylinesExist', _emdash_bylines_exist,
906
+ 'booleanFields', _emdash_boolean_fields
907
+ )
908
+ FROM (SELECT ${bylinesExistSelect}, ${booleanFieldsSelect}) AS metadata
909
+ ) AS _emdash_entry_metadata`;
885
910
  const row = (locale ? await sql`
886
- SELECT c.*, ${seoSelect}, ${termsSelect}, ${bylinesSelect}, ${bylinesExistSelect}, ${booleanFieldsSelect}
911
+ SELECT c.*, ${seoSelect}, ${termsSelect}, ${bylinesSelect}, ${metadataSelect}
887
912
  FROM ${sql.ref(tableName)} AS c
888
913
  WHERE c.deleted_at IS NULL
889
914
  AND ((c.slug = ${id} AND c.locale = ${locale}) OR c.id = ${id})
890
915
  LIMIT 1
891
916
  `.execute(db) : await sql`
892
- SELECT c.*, ${seoSelect}, ${termsSelect}, ${bylinesSelect}, ${bylinesExistSelect}, ${booleanFieldsSelect}
917
+ SELECT c.*, ${seoSelect}, ${termsSelect}, ${bylinesSelect}, ${metadataSelect}
893
918
  FROM ${sql.ref(tableName)} AS c
894
919
  WHERE c.deleted_at IS NULL
895
920
  AND (c.slug = ${id} OR c.id = ${id})
896
921
  LIMIT 1
897
922
  `.execute(db)).rows[0];
898
923
  if (!row) return;
924
+ const rawMetadata = row._emdash_entry_metadata;
925
+ const metadata = typeof rawMetadata === "string" ? JSON.parse(rawMetadata) : rawMetadata;
926
+ delete row._emdash_entry_metadata;
927
+ if (isPlainObject(metadata)) {
928
+ row._emdash_bylines_exist = metadata.bylinesExist;
929
+ row[BOOLEAN_FIELDS_FOLDED_COLUMN] = metadata.booleanFields;
930
+ }
899
931
  expandFoldedSeo(row);
900
932
  const i18nConfig = virtualConfig?.i18n;
901
933
  const i18nEnabled = i18nConfig && i18nConfig.locales.length > 1;
@@ -924,7 +956,10 @@ function emdashLoader() {
924
956
  ...mapRevisionData(parsed, parseFoldedBooleanFields(row))
925
957
  };
926
958
  const revSeo = extractSeo(row);
927
- if (revSeo) revEntryData.seo = revSeo;
959
+ if (revSeo) {
960
+ revEntryData.seo = revSeo;
961
+ primeSeoPanel(type, rowStr(row, "id"), revSeo);
962
+ }
928
963
  stashFolded(revEntryData, row);
929
964
  return {
930
965
  id: revId,
@@ -940,7 +975,10 @@ function emdashLoader() {
940
975
  }
941
976
  const entryData = mapRowToData(row, parseFoldedBooleanFields(row));
942
977
  const entrySeo = extractSeo(row);
943
- if (entrySeo) entryData.seo = entrySeo;
978
+ if (entrySeo) {
979
+ entryData.seo = entrySeo;
980
+ primeSeoPanel(type, rowStr(row, "id"), entrySeo);
981
+ }
944
982
  stashFolded(entryData, row);
945
983
  return {
946
984
  id: entryId,
@@ -962,5 +1000,5 @@ function emdashLoader() {
962
1000
  }
963
1001
 
964
1002
  //#endregion
965
- export { creditsFromFoldedBylines as a, loader_exports as c, FOLDED_TERMS as i, resetTaxonomyNamesCache as l, FOLDED_BYLINES as n, emdashLoader as o, FOLDED_BYLINES_EXIST as r, getDb as s, CURSOR_RAW_VALUES as t };
966
- //# sourceMappingURL=loader-Z8vl7zTq.mjs.map
1003
+ export { creditsFromFoldedBylines as a, loader_exports as c, FOLDED_TERMS as i, resetTaxonomyNamesCache as l, FOLDED_BYLINES as n, emdashLoader as o, FOLDED_BYLINES_EXIST as r, getDb as s, CURSOR_RAW_VALUES as t, primeSeoPanel as u };
1004
+ //# sourceMappingURL=loader-WJi6GFRn.mjs.map