emdash 0.40.0 → 0.41.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.
- package/dist/action-token-CbKDcPJi.mjs +26 -0
- package/dist/action-token-CbKDcPJi.mjs.map +1 -0
- package/dist/activation-PtniBLt9.mjs +382 -0
- package/dist/activation-PtniBLt9.mjs.map +1 -0
- package/dist/adapters-C_Tf5x90.d.mts +171 -0
- package/dist/adapters-C_Tf5x90.d.mts.map +1 -0
- package/dist/allowed-origins-U1z4TdEZ.mjs +116 -0
- package/dist/allowed-origins-U1z4TdEZ.mjs.map +1 -0
- package/dist/api/route-utils.d.mts +4 -4
- package/dist/api/route-utils.mjs +46 -45
- package/dist/api/route-utils.mjs.map +1 -1
- package/dist/api/schemas/index.d.mts +2 -2
- package/dist/api/schemas/index.mjs +10 -10
- package/dist/api-CXwQkV_m.mjs +5122 -0
- package/dist/api-CXwQkV_m.mjs.map +1 -0
- package/dist/api-tokens-89WlohEN.mjs +166 -0
- package/dist/api-tokens-89WlohEN.mjs.map +1 -0
- package/dist/apply-Do3KNnUk.mjs +1659 -0
- package/dist/apply-Do3KNnUk.mjs.map +1 -0
- package/dist/approvals-CAX9Yw33.mjs +460 -0
- package/dist/approvals-CAX9Yw33.mjs.map +1 -0
- package/dist/artifact-fetch-B9W4CEST.mjs +659 -0
- package/dist/artifact-fetch-B9W4CEST.mjs.map +1 -0
- package/dist/astro/index.d.mts +14 -14
- package/dist/astro/index.mjs +26 -30
- package/dist/astro/index.mjs.map +1 -1
- package/dist/astro/middleware/auth.d.mts +12 -12
- package/dist/astro/middleware/auth.mjs +10 -10
- package/dist/astro/middleware/media-usage-write-fence.mjs +5 -5
- package/dist/astro/middleware/redirect.mjs +7 -7
- package/dist/astro/middleware/request-context.mjs +3 -3
- package/dist/astro/middleware/setup.mjs +1 -1
- package/dist/astro/middleware.d.mts +12 -12
- package/dist/astro/middleware.d.mts.map +1 -1
- package/dist/astro/middleware.mjs +110 -106
- package/dist/astro/middleware.mjs.map +1 -1
- package/dist/astro/routes/api/admin/allowed-domains/_domain_.mjs +14 -14
- package/dist/astro/routes/api/admin/allowed-domains/index.mjs +14 -14
- package/dist/astro/routes/api/admin/api-tokens/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/api-tokens/index.mjs +7 -7
- package/dist/astro/routes/api/admin/byline-fields/_slug_/usage.mjs +7 -7
- package/dist/astro/routes/api/admin/byline-fields/_slug_.mjs +17 -17
- package/dist/astro/routes/api/admin/byline-fields/index.mjs +17 -17
- package/dist/astro/routes/api/admin/byline-fields/reorder.mjs +17 -17
- package/dist/astro/routes/api/admin/bylines/_id_/index.mjs +23 -23
- package/dist/astro/routes/api/admin/bylines/_id_/translations.mjs +23 -23
- package/dist/astro/routes/api/admin/bylines/index.mjs +23 -23
- package/dist/astro/routes/api/admin/comments/_id_/status.mjs +18 -18
- package/dist/astro/routes/api/admin/comments/_id_.mjs +7 -7
- package/dist/astro/routes/api/admin/comments/bulk.mjs +17 -17
- package/dist/astro/routes/api/admin/comments/counts.mjs +7 -7
- package/dist/astro/routes/api/admin/comments/index.mjs +17 -17
- package/dist/astro/routes/api/admin/hooks/exclusive/_hookName_.mjs +6 -6
- package/dist/astro/routes/api/admin/hooks/exclusive/index.mjs +5 -5
- package/dist/astro/routes/api/admin/media-usage/activation.mjs +20 -20
- package/dist/astro/routes/api/admin/media-usage/collection-deletions/index.mjs +22 -22
- package/dist/astro/routes/api/admin/media-usage/collection-deletions/retry.mjs +22 -22
- package/dist/astro/routes/api/admin/media-usage/progress.mjs +25 -25
- package/dist/astro/routes/api/admin/media-usage/repair.mjs +31 -31
- package/dist/astro/routes/api/admin/media-usage/work/index.mjs +22 -22
- package/dist/astro/routes/api/admin/media-usage/work/retry.mjs +22 -22
- package/dist/astro/routes/api/admin/oauth-clients/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/oauth-clients/index.mjs +6 -6
- package/dist/astro/routes/api/admin/plugins/_id_/disable.mjs +8 -8
- package/dist/astro/routes/api/admin/plugins/_id_/enable.mjs +8 -8
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/mcp.mjs +7 -7
- package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/_id_/settings.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/_id_/uninstall.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs +82 -78
- package/dist/astro/routes/api/admin/plugins/_id_/update.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/index.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/icon.mjs +5 -5
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs +81 -77
- package/dist/astro/routes/api/admin/plugins/marketplace/_id_/install.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/marketplace/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/registry/_id_/uninstall.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs +83 -79
- package/dist/astro/routes/api/admin/plugins/registry/_id_/update.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/artifact.mjs +9 -9
- package/dist/astro/routes/api/admin/plugins/registry/install.mjs +74 -70
- package/dist/astro/routes/api/admin/plugins/registry/install.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/registry/publisher-handle.mjs +7 -7
- package/dist/astro/routes/api/admin/plugins/registry/verify.mjs +72 -68
- package/dist/astro/routes/api/admin/plugins/registry/verify.mjs.map +1 -1
- package/dist/astro/routes/api/admin/plugins/updates.mjs +71 -67
- package/dist/astro/routes/api/admin/plugins/updates.mjs.map +1 -1
- package/dist/astro/routes/api/admin/scheduled-policy-rejections/_collection_/_id_.mjs +6 -6
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs +71 -67
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/themes/marketplace/_id_/thumbnail.mjs +5 -5
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs +71 -67
- package/dist/astro/routes/api/admin/themes/marketplace/index.mjs.map +1 -1
- package/dist/astro/routes/api/admin/transfer/_...path_.mjs +4 -4
- package/dist/astro/routes/api/admin/transfer/approvals/_id_/approve.mjs +40 -40
- package/dist/astro/routes/api/admin/transfer/approvals/_id_/deny.mjs +40 -40
- package/dist/astro/routes/api/admin/transfer/approvals/index.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/capabilities.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/exports/_id_/advance.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/exports/_id_/archive.mjs +43 -43
- package/dist/astro/routes/api/admin/transfer/exports/_id_/files/_...path_.mjs +43 -43
- package/dist/astro/routes/api/admin/transfer/exports/_id_/index.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/exports/_id_/manifest.mjs +43 -43
- package/dist/astro/routes/api/admin/transfer/exports/index.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/abandon.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/advance.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/analyze.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/cancel.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/execute.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/files/_...path_.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/index.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/missing.mjs +44 -44
- package/dist/astro/routes/api/admin/transfer/imports/_id_/plan.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/_id_/receipt.mjs +42 -42
- package/dist/astro/routes/api/admin/transfer/imports/index.mjs +44 -44
- package/dist/astro/routes/api/admin/users/_id_/disable.mjs +5 -5
- package/dist/astro/routes/api/admin/users/_id_/enable.mjs +4 -4
- package/dist/astro/routes/api/admin/users/_id_/index.mjs +15 -15
- package/dist/astro/routes/api/admin/users/_id_/send-recovery.mjs +6 -6
- package/dist/astro/routes/api/admin/users/index.mjs +14 -14
- package/dist/astro/routes/api/auth/dev-bypass.mjs +6 -6
- package/dist/astro/routes/api/auth/invite/accept.mjs +4 -4
- package/dist/astro/routes/api/auth/invite/complete.mjs +18 -18
- package/dist/astro/routes/api/auth/invite/index.mjs +16 -16
- package/dist/astro/routes/api/auth/invite/register-options.mjs +17 -17
- package/dist/astro/routes/api/auth/logout.mjs +5 -5
- package/dist/astro/routes/api/auth/magic-link/send.mjs +18 -18
- package/dist/astro/routes/api/auth/magic-link/verify.mjs +14 -14
- package/dist/astro/routes/api/auth/me.mjs +15 -15
- package/dist/astro/routes/api/auth/mode.mjs +5 -5
- package/dist/astro/routes/api/auth/oauth/_provider_/callback.mjs +3 -3
- package/dist/astro/routes/api/auth/oauth/_provider_.mjs +2 -2
- package/dist/astro/routes/api/auth/passkey/_id_.mjs +14 -14
- package/dist/astro/routes/api/auth/passkey/index.mjs +4 -4
- package/dist/astro/routes/api/auth/passkey/options.mjs +19 -19
- package/dist/astro/routes/api/auth/passkey/register/options.mjs +17 -17
- package/dist/astro/routes/api/auth/passkey/register/verify.mjs +18 -18
- package/dist/astro/routes/api/auth/passkey/verify.mjs +18 -18
- package/dist/astro/routes/api/auth/signup/complete.mjs +18 -18
- package/dist/astro/routes/api/auth/signup/request.mjs +17 -17
- package/dist/astro/routes/api/auth/signup/verify.mjs +4 -4
- package/dist/astro/routes/api/comments/_collection_/_contentId_/index.mjs +12 -12
- package/dist/astro/routes/api/comments/_collection_/_contentId_/reactions.mjs +18 -18
- package/dist/astro/routes/api/content/_collection_/_id_/compare.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/discard-draft.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/duplicate.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/lock.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/permanent.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/plugin-extensions/_pluginId_/_kind_/_extensionId_.mjs +11 -11
- package/dist/astro/routes/api/content/_collection_/_id_/preview-url.mjs +31 -31
- package/dist/astro/routes/api/content/_collection_/_id_/publish.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts +1 -2
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs +42 -53
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/children.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs +34 -29
- package/dist/astro/routes/api/content/_collection_/_id_/references/_relation_/parents.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/restore.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/revisions.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/schedule.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs +25 -24
- package/dist/astro/routes/api/content/_collection_/_id_/terms/_taxonomy_.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_/translations.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/_id_/unpublish.mjs +17 -17
- package/dist/astro/routes/api/content/_collection_/_id_.d.mts.map +1 -1
- package/dist/astro/routes/api/content/_collection_/_id_.mjs +18 -18
- package/dist/astro/routes/api/content/_collection_/_id_.mjs.map +1 -1
- package/dist/astro/routes/api/content/_collection_/authors.mjs +5 -5
- package/dist/astro/routes/api/content/_collection_/index.mjs +15 -15
- package/dist/astro/routes/api/content/_collection_/trash.mjs +15 -15
- package/dist/astro/routes/api/dashboard.mjs +10 -9
- package/dist/astro/routes/api/dashboard.mjs.map +1 -1
- package/dist/astro/routes/api/dev/emails.mjs +5 -5
- package/dist/astro/routes/api/health.mjs +6 -6
- package/dist/astro/routes/api/import/probe.d.mts +3 -3
- package/dist/astro/routes/api/import/probe.mjs +23 -23
- package/dist/astro/routes/api/import/wordpress/analyze.mjs +6 -6
- package/dist/astro/routes/api/import/wordpress/execute.d.mts +13 -13
- package/dist/astro/routes/api/import/wordpress/execute.mjs +16 -16
- package/dist/astro/routes/api/import/wordpress/media.d.mts +12 -12
- package/dist/astro/routes/api/import/wordpress/media.mjs +19 -19
- package/dist/astro/routes/api/import/wordpress/prepare.mjs +18 -18
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.d.mts +13 -13
- package/dist/astro/routes/api/import/wordpress/rewrite-urls.mjs +28 -28
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.d.mts +1 -1
- package/dist/astro/routes/api/import/wordpress-plugin/analyze.mjs +23 -23
- package/dist/astro/routes/api/import/wordpress-plugin/execute.d.mts +13 -13
- package/dist/astro/routes/api/import/wordpress-plugin/execute.mjs +34 -34
- package/dist/astro/routes/api/manifest.mjs +6 -6
- package/dist/astro/routes/api/mcp.mjs +98 -118
- package/dist/astro/routes/api/mcp.mjs.map +1 -1
- package/dist/astro/routes/api/media/_id_/confirm.mjs +19 -19
- package/dist/astro/routes/api/media/_id_/replace.mjs +16 -16
- package/dist/astro/routes/api/media/_id_/upload.mjs +9 -9
- package/dist/astro/routes/api/media/_id_/usage.mjs +33 -33
- package/dist/astro/routes/api/media/_id_.mjs +31 -31
- package/dist/astro/routes/api/media/asset/_id_/_filename_.mjs +6 -6
- package/dist/astro/routes/api/media/file/_...key_.mjs +9 -9
- package/dist/astro/routes/api/media/folders/_id_.mjs +16 -16
- package/dist/astro/routes/api/media/folders/index.mjs +16 -16
- package/dist/astro/routes/api/media/providers/_providerId_/_itemId_.mjs +5 -5
- package/dist/astro/routes/api/media/providers/_providerId_/index.mjs +5 -5
- package/dist/astro/routes/api/media/providers/index.mjs +5 -5
- package/dist/astro/routes/api/media/upload-url.mjs +18 -18
- package/dist/astro/routes/api/media.mjs +35 -35
- package/dist/astro/routes/api/menus/_name_/items/_id_.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_/items.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_/reorder.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_/translations.mjs +17 -17
- package/dist/astro/routes/api/menus/_name_.mjs +17 -17
- package/dist/astro/routes/api/menus/index.mjs +17 -17
- package/dist/astro/routes/api/oauth/authorize.mjs +6 -6
- package/dist/astro/routes/api/oauth/device/authorize.d.mts +2 -1
- package/dist/astro/routes/api/oauth/device/authorize.d.mts.map +1 -1
- package/dist/astro/routes/api/oauth/device/authorize.mjs +23 -9
- package/dist/astro/routes/api/oauth/device/authorize.mjs.map +1 -1
- package/dist/astro/routes/api/oauth/device/code.mjs +11 -11
- package/dist/astro/routes/api/oauth/device/token.mjs +10 -10
- package/dist/astro/routes/api/oauth/register.mjs +5 -5
- package/dist/astro/routes/api/oauth/token/refresh.mjs +8 -8
- package/dist/astro/routes/api/oauth/token/revoke.mjs +8 -8
- package/dist/astro/routes/api/oauth/token.mjs +8 -8
- package/dist/astro/routes/api/openapi.json.mjs +20 -20
- package/dist/astro/routes/api/plugins/_pluginId_/_...path_.mjs +11 -11
- package/dist/astro/routes/api/redirects/404s/index.mjs +19 -19
- package/dist/astro/routes/api/redirects/404s/summary.mjs +19 -19
- package/dist/astro/routes/api/redirects/_id_.mjs +19 -19
- package/dist/astro/routes/api/redirects/index.mjs +19 -19
- package/dist/astro/routes/api/relations/_id_/index.mjs +34 -29
- package/dist/astro/routes/api/relations/_id_/index.mjs.map +1 -1
- package/dist/astro/routes/api/relations/index.mjs +36 -31
- package/dist/astro/routes/api/relations/index.mjs.map +1 -1
- package/dist/astro/routes/api/revisions/_revisionId_/index.mjs +5 -5
- package/dist/astro/routes/api/revisions/_revisionId_/restore.mjs +5 -5
- package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs +71 -67
- package/dist/astro/routes/api/schema/block-types/_slug_/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs +71 -67
- package/dist/astro/routes/api/schema/block-types/_slug_/versions/_version_/activate.mjs.map +1 -1
- package/dist/astro/routes/api/schema/block-types/index.mjs +71 -67
- package/dist/astro/routes/api/schema/block-types/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs +73 -69
- package/dist/astro/routes/api/schema/collections/_slug_/fields/_fieldSlug_.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/_slug_/fields/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/_slug_/fields/reorder.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/_slug_/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/index.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/index.mjs.map +1 -1
- package/dist/astro/routes/api/schema/collections/reorder.mjs +71 -67
- package/dist/astro/routes/api/schema/collections/reorder.mjs.map +1 -1
- package/dist/astro/routes/api/schema/index.mjs +16 -16
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs +71 -67
- package/dist/astro/routes/api/schema/orphans/_slug_.mjs.map +1 -1
- package/dist/astro/routes/api/schema/orphans/index.mjs +71 -67
- package/dist/astro/routes/api/schema/orphans/index.mjs.map +1 -1
- package/dist/astro/routes/api/search/enable.mjs +19 -19
- package/dist/astro/routes/api/search/index.mjs +18 -18
- package/dist/astro/routes/api/search/rebuild.mjs +19 -19
- package/dist/astro/routes/api/search/stats.mjs +9 -9
- package/dist/astro/routes/api/search/suggest.mjs +18 -18
- package/dist/astro/routes/api/sections/_slug_.mjs +18 -18
- package/dist/astro/routes/api/sections/index.mjs +18 -18
- package/dist/astro/routes/api/settings/backups/archives/_name_.mjs +7 -7
- package/dist/astro/routes/api/settings/backups/archives/index.mjs +7 -7
- package/dist/astro/routes/api/settings/backups/export.mjs +7 -7
- package/dist/astro/routes/api/settings/backups/index.mjs +8 -8
- package/dist/astro/routes/api/settings/email.mjs +6 -6
- package/dist/astro/routes/api/settings.mjs +21 -21
- package/dist/astro/routes/api/setup/admin-verify.mjs +19 -19
- package/dist/astro/routes/api/setup/admin.mjs +18 -18
- package/dist/astro/routes/api/setup/dev-bypass.mjs +45 -39
- package/dist/astro/routes/api/setup/dev-bypass.mjs.map +1 -1
- package/dist/astro/routes/api/setup/dev-reset.mjs +4 -4
- package/dist/astro/routes/api/setup/index.d.mts.map +1 -1
- package/dist/astro/routes/api/setup/index.mjs +80 -49
- package/dist/astro/routes/api/setup/index.mjs.map +1 -1
- package/dist/astro/routes/api/setup/status.mjs +6 -6
- package/dist/astro/routes/api/snapshot.mjs +9 -9
- package/dist/astro/routes/api/snapshot.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/_name_/reorder.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_/translations.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/terms/_slug_.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/terms/index.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/_name_/translations.mjs +22 -22
- package/dist/astro/routes/api/taxonomies/_name_.mjs +23 -23
- package/dist/astro/routes/api/taxonomies/bulk-tag.mjs +36 -35
- package/dist/astro/routes/api/taxonomies/bulk-tag.mjs.map +1 -1
- package/dist/astro/routes/api/taxonomies/index.mjs +23 -23
- package/dist/astro/routes/api/themes/preview.mjs +6 -6
- package/dist/astro/routes/api/typegen.mjs +8 -8
- package/dist/astro/routes/api/visual-editing/action-token.mjs +6 -6
- package/dist/astro/routes/api/visual-editing/content/_collection_/_id_/publish.mjs +19 -19
- package/dist/astro/routes/api/visual-editing/toolbar-labels.mjs +4 -4
- package/dist/astro/routes/api/well-known/auth.mjs +1 -1
- package/dist/astro/routes/api/well-known/oauth-authorization-server.mjs +2 -2
- package/dist/astro/routes/api/well-known/oauth-protected-resource.mjs +2 -2
- package/dist/astro/routes/api/widget-areas/_name_/reorder.mjs +16 -16
- package/dist/astro/routes/api/widget-areas/_name_/widgets/_id_.mjs +19 -19
- package/dist/astro/routes/api/widget-areas/_name_/widgets.mjs +19 -19
- package/dist/astro/routes/api/widget-areas/_name_.mjs +9 -9
- package/dist/astro/routes/api/widget-areas/index.mjs +19 -19
- package/dist/astro/routes/api/widget-components.mjs +5 -5
- package/dist/astro/routes/robots.txt.mjs +6 -6
- package/dist/astro/routes/sitemap-_collection_.xml.mjs +9 -9
- package/dist/astro/routes/sitemap.xml.mjs +7 -7
- package/dist/astro/types.d.mts +28 -18
- package/dist/astro/types.d.mts.map +1 -1
- package/dist/audit-CrgmE9LE.mjs +127 -0
- package/dist/audit-CrgmE9LE.mjs.map +1 -0
- package/dist/auth/providers/github.d.mts +1 -1
- package/dist/auth/providers/google.d.mts +1 -1
- package/dist/authoritative-records-C2YzIdbu.mjs +5172 -0
- package/dist/authoritative-records-C2YzIdbu.mjs.map +1 -0
- package/dist/authorize-WgdKF8QY.mjs +49 -0
- package/dist/authorize-WgdKF8QY.mjs.map +1 -0
- package/dist/backup-Ck8_lMO3.mjs +246 -0
- package/dist/backup-Ck8_lMO3.mjs.map +1 -0
- package/dist/block-types-BQ90asVI.mjs +132 -0
- package/dist/block-types-BQ90asVI.mjs.map +1 -0
- package/dist/block-values-ACFqgB1D.mjs +175 -0
- package/dist/block-values-ACFqgB1D.mjs.map +1 -0
- package/dist/bundle-Db1iNMv_.mjs +667 -0
- package/dist/bundle-Db1iNMv_.mjs.map +1 -0
- package/dist/byline-BayaYGoj.mjs +909 -0
- package/dist/byline-BayaYGoj.mjs.map +1 -0
- package/dist/byline-fields-B8HH-35f.mjs +254 -0
- package/dist/byline-fields-B8HH-35f.mjs.map +1 -0
- package/dist/byline-fields-hMPjf6Eu.mjs +123 -0
- package/dist/byline-fields-hMPjf6Eu.mjs.map +1 -0
- package/dist/byline-registry-B_EK_TQf.mjs +406 -0
- package/dist/byline-registry-B_EK_TQf.mjs.map +1 -0
- package/dist/bylines-DFAaFXWi.mjs +214 -0
- package/dist/bylines-DFAaFXWi.mjs.map +1 -0
- package/dist/bylines-DkIxUxmr.mjs +232 -0
- package/dist/bylines-DkIxUxmr.mjs.map +1 -0
- package/dist/cache-DkvhQ8XE.mjs +108 -0
- package/dist/cache-DkvhQ8XE.mjs.map +1 -0
- package/dist/canonical-CcSuuTlH.mjs +174 -0
- package/dist/canonical-CcSuuTlH.mjs.map +1 -0
- package/dist/capture-triggers-DJEoOTOq.mjs +362 -0
- package/dist/capture-triggers-DJEoOTOq.mjs.map +1 -0
- package/dist/challenge-store-CvBl81AQ.mjs +51 -0
- package/dist/challenge-store-CvBl81AQ.mjs.map +1 -0
- package/dist/checksum-CClweQzI.mjs +162 -0
- package/dist/checksum-CClweQzI.mjs.map +1 -0
- package/dist/chrome-tags-D5caJwwp.mjs +24 -0
- package/dist/chrome-tags-D5caJwwp.mjs.map +1 -0
- package/dist/chunks-DwBaj8aT.mjs +25 -0
- package/dist/chunks-DwBaj8aT.mjs.map +1 -0
- package/dist/cli/index.mjs +374 -761
- package/dist/cli/index.mjs.map +1 -1
- package/dist/client/cf-access.d.mts +1 -1
- package/dist/client/index.d.mts +18 -18
- package/dist/client/index.mjs +2 -2
- package/dist/collection-deletion-CLCdXsnV.mjs +436 -0
- package/dist/collection-deletion-CLCdXsnV.mjs.map +1 -0
- package/dist/collection-deletion-processor-hNw8x01F.mjs +217 -0
- package/dist/collection-deletion-processor-hNw8x01F.mjs.map +1 -0
- package/dist/collection-slugs-cache-CUuiduLq.mjs +85 -0
- package/dist/collection-slugs-cache-CUuiduLq.mjs.map +1 -0
- package/dist/comment-D2uvL63j.mjs +313 -0
- package/dist/comment-D2uvL63j.mjs.map +1 -0
- package/dist/comment-reaction-DevUuzg4.mjs +85 -0
- package/dist/comment-reaction-DevUuzg4.mjs.map +1 -0
- package/dist/comments-Cq0s7_hO.mjs +195 -0
- package/dist/comments-Cq0s7_hO.mjs.map +1 -0
- package/dist/comments-M4EDYAHw.mjs +99 -0
- package/dist/comments-M4EDYAHw.mjs.map +1 -0
- package/dist/components-CuIGwXMs.mjs +108 -0
- package/dist/components-CuIGwXMs.mjs.map +1 -0
- package/dist/config-52Ea5IWt.d.mts +39 -0
- package/dist/config-52Ea5IWt.d.mts.map +1 -0
- package/dist/config-CCz3xOLc.mjs +242 -0
- package/dist/config-CCz3xOLc.mjs.map +1 -0
- package/dist/config-D3d5Qudq.d.mts +6669 -0
- package/dist/config-D3d5Qudq.d.mts.map +1 -0
- package/dist/content-CbnufDsM.mjs +2018 -0
- package/dist/content-CbnufDsM.mjs.map +1 -0
- package/dist/content-list-query-D_7B1FE5.d.mts +26 -0
- package/dist/content-list-query-D_7B1FE5.d.mts.map +1 -0
- package/dist/content-policy-CYu6K1KB.mjs +46 -0
- package/dist/content-policy-CYu6K1KB.mjs.map +1 -0
- package/dist/content-repair-DlDUgFGp.mjs +442 -0
- package/dist/content-repair-DlDUgFGp.mjs.map +1 -0
- package/dist/context-CGQLA1-a.mjs +1922 -0
- package/dist/context-CGQLA1-a.mjs.map +1 -0
- package/dist/cron-c4D5C5Fx.mjs +284 -0
- package/dist/cron-c4D5C5Fx.mjs.map +1 -0
- package/dist/dashboard-CBq9kmOn.mjs +151 -0
- package/dist/dashboard-CBq9kmOn.mjs.map +1 -0
- package/dist/db/index.d.mts +3 -3
- package/dist/db/index.mjs +1 -1
- package/dist/db/libsql-migrations.d.mts +1 -1
- package/dist/db/libsql-migrations.mjs +4 -4
- package/dist/db/libsql.d.mts +1 -1
- package/dist/db/postgres-migrations.d.mts +1 -1
- package/dist/db/postgres-migrations.mjs +4 -4
- package/dist/db/postgres.d.mts +1 -1
- package/dist/db/sqlite-migrations.d.mts +1 -1
- package/dist/db/sqlite-migrations.mjs +4 -4
- package/dist/db/sqlite.d.mts +1 -1
- package/dist/db/sqlite.mjs +1 -1
- package/dist/default-DPsys51U.mjs +81 -0
- package/dist/default-DPsys51U.mjs.map +1 -0
- package/dist/deferred-tasks-CZ7rzBdo.d.mts +9 -0
- package/dist/deferred-tasks-CZ7rzBdo.d.mts.map +1 -0
- package/dist/dev-typegen-HRxwLRcT.mjs +29 -0
- package/dist/dev-typegen-HRxwLRcT.mjs.map +1 -0
- package/dist/device-flow-OcSqE9uY.mjs +521 -0
- package/dist/device-flow-OcSqE9uY.mjs.map +1 -0
- package/dist/digest-DVZ--cE9.mjs +194 -0
- package/dist/digest-DVZ--cE9.mjs.map +1 -0
- package/dist/direct-executor-DyjAqkpT.mjs +104 -0
- package/dist/direct-executor-DyjAqkpT.mjs.map +1 -0
- package/dist/dist-FPR93_xf.mjs +810 -0
- package/dist/dist-FPR93_xf.mjs.map +1 -0
- package/dist/email-console-DyQIgEnz.mjs +50 -0
- package/dist/email-console-DyQIgEnz.mjs.map +1 -0
- package/dist/email-locale-BYb16rVd.mjs +25 -0
- package/dist/email-locale-BYb16rVd.mjs.map +1 -0
- package/dist/emdash-runtime-CrzxJFmF.mjs +4214 -0
- package/dist/emdash-runtime-CrzxJFmF.mjs.map +1 -0
- package/dist/enrich-DBtCncE2.mjs +194 -0
- package/dist/enrich-DBtCncE2.mjs.map +1 -0
- package/dist/entry-lock-BN5y4YbO.d.mts +4481 -0
- package/dist/entry-lock-BN5y4YbO.d.mts.map +1 -0
- package/dist/entry-lock-BaRBHCsH.mjs +1173 -0
- package/dist/entry-lock-BaRBHCsH.mjs.map +1 -0
- package/dist/entry-lock-C6NcnZPV.mjs +163 -0
- package/dist/entry-lock-C6NcnZPV.mjs.map +1 -0
- package/dist/entry-locks-BTyQLdbC.mjs +167 -0
- package/dist/entry-locks-BTyQLdbC.mjs.map +1 -0
- package/dist/error-BfsNNrIE.mjs +90 -0
- package/dist/error-BfsNNrIE.mjs.map +1 -0
- package/dist/errors-BN1QAnEY.mjs +460 -0
- package/dist/errors-BN1QAnEY.mjs.map +1 -0
- package/dist/errors-Bt3goF8I.mjs +120 -0
- package/dist/errors-Bt3goF8I.mjs.map +1 -0
- package/dist/escape-BveidMa2.mjs +9 -0
- package/dist/escape-BveidMa2.mjs.map +1 -0
- package/dist/fence-Bb_IbCxI.mjs +162 -0
- package/dist/fence-Bb_IbCxI.mjs.map +1 -0
- package/dist/field-defs-cache-CsZctvbu.mjs +77 -0
- package/dist/field-defs-cache-CsZctvbu.mjs.map +1 -0
- package/dist/field-map-6m9rF49t.mjs +83 -0
- package/dist/field-map-6m9rF49t.mjs.map +1 -0
- package/dist/focal-point-CZ3d1wK5.mjs +23 -0
- package/dist/focal-point-CZ3d1wK5.mjs.map +1 -0
- package/dist/fts-manager-CCaZTp8y.mjs +443 -0
- package/dist/fts-manager-CCaZTp8y.mjs.map +1 -0
- package/dist/gc-xowRjczI.mjs +75 -0
- package/dist/gc-xowRjczI.mjs.map +1 -0
- package/dist/hash-COVK27Pc.mjs +37 -0
- package/dist/hash-COVK27Pc.mjs.map +1 -0
- package/dist/hook-result-CYSk0XFe.d.mts +31 -0
- package/dist/hook-result-CYSk0XFe.d.mts.map +1 -0
- package/dist/hreflang-CChPV7jx.mjs +105 -0
- package/dist/hreflang-CChPV7jx.mjs.map +1 -0
- package/dist/hreflang-DRslq3QI.d.mts +50 -0
- package/dist/hreflang-DRslq3QI.d.mts.map +1 -0
- package/dist/http-route-dispatch-CAdp2onn.mjs +339 -0
- package/dist/http-route-dispatch-CAdp2onn.mjs.map +1 -0
- package/dist/identity-NVTOOQyq.mjs +35 -0
- package/dist/identity-NVTOOQyq.mjs.map +1 -0
- package/dist/import-wpSO2N0x.mjs +2020 -0
- package/dist/import-wpSO2N0x.mjs.map +1 -0
- package/dist/index-CDs2wq4X.d.mts +623 -0
- package/dist/index-CDs2wq4X.d.mts.map +1 -0
- package/dist/index.d.mts +24 -24
- package/dist/index.mjs +103 -101
- package/dist/install-finalization-D9R9R-W8.mjs +58 -0
- package/dist/install-finalization-D9R9R-W8.mjs.map +1 -0
- package/dist/keys-Bck6LBfF.mjs +61 -0
- package/dist/keys-Bck6LBfF.mjs.map +1 -0
- package/dist/kinds-CYmRESWj.mjs +974 -0
- package/dist/kinds-CYmRESWj.mjs.map +1 -0
- package/dist/lifecycle-C815ZQfV.mjs +25 -0
- package/dist/lifecycle-C815ZQfV.mjs.map +1 -0
- package/dist/load-D99axixL.mjs +28 -0
- package/dist/load-D99axixL.mjs.map +1 -0
- package/dist/loader-CrRPfkHS.mjs +1197 -0
- package/dist/loader-CrRPfkHS.mjs.map +1 -0
- package/dist/loops-DMKlygqX.mjs +203 -0
- package/dist/loops-DMKlygqX.mjs.map +1 -0
- package/dist/manifest-builder-BQzCHNgB.mjs +189 -0
- package/dist/manifest-builder-BQzCHNgB.mjs.map +1 -0
- package/dist/manifest-schema-Ci2gmd0u.mjs +492 -0
- package/dist/manifest-schema-Ci2gmd0u.mjs.map +1 -0
- package/dist/media/image-endpoint.mjs +1 -1
- package/dist/media/index.d.mts +1 -1
- package/dist/media/index.mjs +4 -4
- package/dist/media/local-runtime.d.mts +14 -14
- package/dist/media/local-runtime.mjs +6 -6
- package/dist/media-BUQePMxP.mjs +373 -0
- package/dist/media-BUQePMxP.mjs.map +1 -0
- package/dist/media-DH8ibNlY.mjs +294 -0
- package/dist/media-DH8ibNlY.mjs.map +1 -0
- package/dist/media-OEIQ3bVc.mjs +408 -0
- package/dist/media-OEIQ3bVc.mjs.map +1 -0
- package/dist/media-allowlist-pYtaBA95.mjs +44 -0
- package/dist/media-allowlist-pYtaBA95.mjs.map +1 -0
- package/dist/media-folders-Bf8_s4de.mjs +210 -0
- package/dist/media-folders-Bf8_s4de.mjs.map +1 -0
- package/dist/media-url-C6klEuNd.mjs +43 -0
- package/dist/media-url-C6klEuNd.mjs.map +1 -0
- package/dist/media-usage-D7Y64m6v.mjs +1629 -0
- package/dist/media-usage-D7Y64m6v.mjs.map +1 -0
- package/dist/media-usage-activation-DrqbmgLA.mjs +78 -0
- package/dist/media-usage-activation-DrqbmgLA.mjs.map +1 -0
- package/dist/media-usage-work-DommYhYA.mjs +152 -0
- package/dist/media-usage-work-DommYhYA.mjs.map +1 -0
- package/dist/media-usage-work-HU63hNDu.mjs +586 -0
- package/dist/media-usage-work-HU63hNDu.mjs.map +1 -0
- package/dist/menus-BQfusWEC.mjs +3608 -0
- package/dist/menus-BQfusWEC.mjs.map +1 -0
- package/dist/menus-BtwjQt5s.mjs +753 -0
- package/dist/menus-BtwjQt5s.mjs.map +1 -0
- package/dist/menus-p_M1V7J_.mjs +139 -0
- package/dist/menus-p_M1V7J_.mjs.map +1 -0
- package/dist/migrations/index.d.mts +1 -1
- package/dist/migrations/index.mjs +3 -3
- package/dist/mime-C94qBG-P.mjs +36 -0
- package/dist/mime-C94qBG-P.mjs.map +1 -0
- package/dist/mode-DpYW3w6U.mjs +23 -0
- package/dist/mode-DpYW3w6U.mjs.map +1 -0
- package/dist/node-sqlite-compat-pWFw0lcc.mjs +46 -0
- package/dist/node-sqlite-compat-pWFw0lcc.mjs.map +1 -0
- package/dist/normalize-DduyxBjf.mjs +191 -0
- package/dist/normalize-DduyxBjf.mjs.map +1 -0
- package/dist/oauth-authorization-DAXsH1H9.mjs +274 -0
- package/dist/oauth-authorization-DAXsH1H9.mjs.map +1 -0
- package/dist/oauth-clients-DENiDQri.mjs +266 -0
- package/dist/oauth-clients-DENiDQri.mjs.map +1 -0
- package/dist/oauth-state-store-y8mEYVq9.mjs +50 -0
- package/dist/oauth-state-store-y8mEYVq9.mjs.map +1 -0
- package/dist/oauth-user-lookup-CtTYAy-O.mjs +26 -0
- package/dist/oauth-user-lookup-CtTYAy-O.mjs.map +1 -0
- package/dist/object-cache/memory.d.mts +1 -1
- package/dist/options-BYa1FgIM.d.mts +81 -0
- package/dist/options-BYa1FgIM.d.mts.map +1 -0
- package/dist/page/index.d.mts +2 -2
- package/dist/page/index.mjs +5 -5
- package/dist/parse-CORGGhHf.mjs +81 -0
- package/dist/parse-CORGGhHf.mjs.map +1 -0
- package/dist/parse-avNM1xWV.d.mts +168 -0
- package/dist/parse-avNM1xWV.d.mts.map +1 -0
- package/dist/passkey-config-Dih5YeIS.mjs +46 -0
- package/dist/passkey-config-Dih5YeIS.mjs.map +1 -0
- package/dist/paths-d51RFm8M.mjs +77 -0
- package/dist/paths-d51RFm8M.mjs.map +1 -0
- package/dist/patterns-CoqlXUvk.mjs +145 -0
- package/dist/patterns-CoqlXUvk.mjs.map +1 -0
- package/dist/placeholder-D2aksPMF.d.mts +306 -0
- package/dist/placeholder-D2aksPMF.d.mts.map +1 -0
- package/dist/plan-DqeZKuaR.mjs +135 -0
- package/dist/plan-DqeZKuaR.mjs.map +1 -0
- package/dist/plugin-test-runtime.d.mts +14 -14
- package/dist/plugin-test-runtime.mjs +110 -107
- package/dist/plugin-types.d.mts +2 -2
- package/dist/plugin-utils.d.mts +12 -12
- package/dist/plugins/adapt-sandbox-entry.d.mts +12 -12
- package/dist/plugins/adapt-sandbox-entry.mjs +3 -3
- package/dist/plugins/host.d.mts +5 -5
- package/dist/plugins/host.mjs +42 -41
- package/dist/plugins-Bb7oqjQA.mjs +277 -0
- package/dist/plugins-Bb7oqjQA.mjs.map +1 -0
- package/dist/policy-BcEqut3n.mjs +45 -0
- package/dist/policy-BcEqut3n.mjs.map +1 -0
- package/dist/portable-text-DXE8ymtD.mjs +307 -0
- package/dist/portable-text-DXE8ymtD.mjs.map +1 -0
- package/dist/preview-DEDWbwA_.mjs +107 -0
- package/dist/preview-DEDWbwA_.mjs.map +1 -0
- package/dist/protocol-BJbTzvwl.d.mts +61 -0
- package/dist/protocol-BJbTzvwl.d.mts.map +1 -0
- package/dist/public-submission-D9c9S14m.mjs +250 -0
- package/dist/public-submission-D9c9S14m.mjs.map +1 -0
- package/dist/public-url-CIRe-2T6.mjs +101 -0
- package/dist/public-url-CIRe-2T6.mjs.map +1 -0
- package/dist/query-BzifXlPS.mjs +1156 -0
- package/dist/query-BzifXlPS.mjs.map +1 -0
- package/dist/query-OzMJ6vJP.mjs +41 -0
- package/dist/query-OzMJ6vJP.mjs.map +1 -0
- package/dist/rate-limit-Csp60Vik.mjs +120 -0
- package/dist/rate-limit-Csp60Vik.mjs.map +1 -0
- package/dist/receipt-B-aU4hpJ.mjs +43 -0
- package/dist/receipt-B-aU4hpJ.mjs.map +1 -0
- package/dist/redirect-CDSw1sU3.mjs +17 -0
- package/dist/redirect-CDSw1sU3.mjs.map +1 -0
- package/dist/redirect-D1ArbO85.mjs +411 -0
- package/dist/redirect-D1ArbO85.mjs.map +1 -0
- package/dist/redirects-BjTwDTsV.mjs +148 -0
- package/dist/redirects-BjTwDTsV.mjs.map +1 -0
- package/dist/redirects-Ck50kH3n.mjs +446 -0
- package/dist/redirects-Ck50kH3n.mjs.map +1 -0
- package/dist/registry/testing.mjs +3 -3
- package/dist/registry-CFcNCayZ.mjs +6754 -0
- package/dist/registry-CFcNCayZ.mjs.map +1 -0
- package/dist/relations-Cfaa1fDl.mjs +776 -0
- package/dist/relations-Cfaa1fDl.mjs.map +1 -0
- package/dist/request-cache-iHRlHx1d.mjs +104 -0
- package/dist/request-cache-iHRlHx1d.mjs.map +1 -0
- package/dist/request-context.d.mts +1 -1
- package/dist/request-meta-D47mqyev.mjs +141 -0
- package/dist/request-meta-D47mqyev.mjs.map +1 -0
- package/dist/resolve-BPE8sMvx.mjs +99 -0
- package/dist/resolve-BPE8sMvx.mjs.map +1 -0
- package/dist/resolve-C0s1E_fH.mjs +199 -0
- package/dist/resolve-C0s1E_fH.mjs.map +1 -0
- package/dist/revision-j1p4-bOj.mjs +302 -0
- package/dist/revision-j1p4-bOj.mjs.map +1 -0
- package/dist/route-wire-C9PJV9aL.mjs +197 -0
- package/dist/route-wire-C9PJV9aL.mjs.map +1 -0
- package/dist/routes-lyYw0mMf.mjs +272 -0
- package/dist/routes-lyYw0mMf.mjs.map +1 -0
- package/dist/runner-B3eyB9Gb.mjs +6121 -0
- package/dist/runner-B3eyB9Gb.mjs.map +1 -0
- package/dist/runner-DoYH2Jcu.d.mts +68 -0
- package/dist/runner-DoYH2Jcu.d.mts.map +1 -0
- package/dist/runtime.d.mts +13 -13
- package/dist/runtime.mjs +3 -3
- package/dist/schema-BAayK46S.mjs +13 -0
- package/dist/schema-BAayK46S.mjs.map +1 -0
- package/dist/schema-Gqcl-8G4.mjs +815 -0
- package/dist/schema-Gqcl-8G4.mjs.map +1 -0
- package/dist/scopes-BqPOKoKf.mjs +34 -0
- package/dist/scopes-BqPOKoKf.mjs.map +1 -0
- package/dist/search-YJKPIEV6.mjs +448 -0
- package/dist/search-YJKPIEV6.mjs.map +1 -0
- package/dist/sections-BR_e-wK5.mjs +346 -0
- package/dist/sections-BR_e-wK5.mjs.map +1 -0
- package/dist/seed/index.d.mts +2 -2
- package/dist/seed/index.mjs +37 -31
- package/dist/seo/index.d.mts +3 -3
- package/dist/seo/index.mjs +22 -21
- package/dist/seo/index.mjs.map +1 -1
- package/dist/seo-Dsj8hy3j.mjs +114 -0
- package/dist/seo-Dsj8hy3j.mjs.map +1 -0
- package/dist/seo-XvH4LNNp.mjs +133 -0
- package/dist/seo-XvH4LNNp.mjs.map +1 -0
- package/dist/service-BsVG05gS.mjs +150 -0
- package/dist/service-BsVG05gS.mjs.map +1 -0
- package/dist/session-user-DgKbYrlj.mjs +51 -0
- package/dist/session-user-DgKbYrlj.mjs.map +1 -0
- package/dist/settings-CNPUntkh.mjs +51 -0
- package/dist/settings-CNPUntkh.mjs.map +1 -0
- package/dist/settings-D5EHi0Tk.mjs +439 -0
- package/dist/settings-D5EHi0Tk.mjs.map +1 -0
- package/dist/settings-DSfE7wOa.mjs +61 -0
- package/dist/settings-DSfE7wOa.mjs.map +1 -0
- package/dist/setup-complete-B8W8sJ9v.mjs +26 -0
- package/dist/setup-complete-B8W8sJ9v.mjs.map +1 -0
- package/dist/setup-nonce-DnSBP260.mjs +25 -0
- package/dist/setup-nonce-DnSBP260.mjs.map +1 -0
- package/dist/site-settings-NGzdrt7O.mjs +50 -0
- package/dist/site-settings-NGzdrt7O.mjs.map +1 -0
- package/dist/site-url-D6JB7tLW.mjs +16 -0
- package/dist/site-url-D6JB7tLW.mjs.map +1 -0
- package/dist/snapshot-CdcwwWAf.mjs +414 -0
- package/dist/snapshot-CdcwwWAf.mjs.map +1 -0
- package/dist/ssrf-Dv0_tRpo.mjs +406 -0
- package/dist/ssrf-Dv0_tRpo.mjs.map +1 -0
- package/dist/stage-CUjhED3P.mjs +662 -0
- package/dist/stage-CUjhED3P.mjs.map +1 -0
- package/dist/staged-C36IWXff.mjs +659 -0
- package/dist/staged-C36IWXff.mjs.map +1 -0
- package/dist/state-CKouMCSY.mjs +153 -0
- package/dist/state-CKouMCSY.mjs.map +1 -0
- package/dist/status-lzyj4Uu7.mjs +30 -0
- package/dist/status-lzyj4Uu7.mjs.map +1 -0
- package/dist/storage/local.d.mts +1 -1
- package/dist/storage/local.mjs +1 -1
- package/dist/storage/s3.d.mts +1 -1
- package/dist/storage/s3.mjs +1 -1
- package/dist/storage-query-B-cWcTjJ.d.mts +1594 -0
- package/dist/storage-query-B-cWcTjJ.d.mts.map +1 -0
- package/dist/tar-DsTXX6ch.mjs +449 -0
- package/dist/tar-DsTXX6ch.mjs.map +1 -0
- package/dist/target-DLQCwp_Z.mjs +27 -0
- package/dist/target-DLQCwp_Z.mjs.map +1 -0
- package/dist/taxonomies-BlAjr4BL.mjs +697 -0
- package/dist/taxonomies-BlAjr4BL.mjs.map +1 -0
- package/dist/taxonomies-Byyo7LOZ.mjs +939 -0
- package/dist/taxonomies-Byyo7LOZ.mjs.map +1 -0
- package/dist/taxonomy-CKDwM61Y.mjs +525 -0
- package/dist/taxonomy-CKDwM61Y.mjs.map +1 -0
- package/dist/tokens-BojXlk49.mjs +171 -0
- package/dist/tokens-BojXlk49.mjs.map +1 -0
- package/dist/transaction-DLPQWik1.mjs +29 -0
- package/dist/transaction-DLPQWik1.mjs.map +1 -0
- package/dist/transfer-XSTh2BCr.mjs +8706 -0
- package/dist/transfer-XSTh2BCr.mjs.map +1 -0
- package/dist/transfer-download-DkoCDA9d.mjs +33 -0
- package/dist/transfer-download-DkoCDA9d.mjs.map +1 -0
- package/dist/transfer-iQ26J-RT.mjs +166 -0
- package/dist/transfer-iQ26J-RT.mjs.map +1 -0
- package/dist/transformations-C7RQabKQ.mjs +196 -0
- package/dist/transformations-C7RQabKQ.mjs.map +1 -0
- package/dist/transport-D3RulfD6.mjs +136 -0
- package/dist/transport-D3RulfD6.mjs.map +1 -0
- package/dist/transport-DhlZlf4D.d.mts +42 -0
- package/dist/transport-DhlZlf4D.d.mts.map +1 -0
- package/dist/trusted-proxy-B6ECOZJc.mjs +51 -0
- package/dist/trusted-proxy-B6ECOZJc.mjs.map +1 -0
- package/dist/turnstile-lqUiY7lP.mjs +53 -0
- package/dist/turnstile-lqUiY7lP.mjs.map +1 -0
- package/dist/types-4Dn9bZhu.mjs +77 -0
- package/dist/types-4Dn9bZhu.mjs.map +1 -0
- package/dist/types-5LSo7PPx.d.mts +85 -0
- package/dist/types-5LSo7PPx.d.mts.map +1 -0
- package/dist/types-BQ3hwYJT.d.mts +896 -0
- package/dist/types-BQ3hwYJT.d.mts.map +1 -0
- package/dist/types-BYEk7qo3.d.mts +198 -0
- package/dist/types-BYEk7qo3.d.mts.map +1 -0
- package/dist/types-CJKsWVFR.mjs +199 -0
- package/dist/types-CJKsWVFR.mjs.map +1 -0
- package/dist/types-Ca_w8mmY.d.mts +363 -0
- package/dist/types-Ca_w8mmY.d.mts.map +1 -0
- package/dist/types-CkE41ZAG.mjs +18 -0
- package/dist/types-CkE41ZAG.mjs.map +1 -0
- package/dist/types-D0aJW2uR.d.mts +1641 -0
- package/dist/types-D0aJW2uR.d.mts.map +1 -0
- package/dist/types-DbpN4Qto.d.mts +372 -0
- package/dist/types-DbpN4Qto.d.mts.map +1 -0
- package/dist/types-ILDI1sdY.mjs +16 -0
- package/dist/types-ILDI1sdY.mjs.map +1 -0
- package/dist/types-OC5c-edM.mjs +22 -0
- package/dist/types-OC5c-edM.mjs.map +1 -0
- package/dist/types-aOOxRSx6.mjs +103 -0
- package/dist/types-aOOxRSx6.mjs.map +1 -0
- package/dist/types-m1WbUffD.d.mts +198 -0
- package/dist/types-m1WbUffD.d.mts.map +1 -0
- package/dist/types-uxLoPBio.d.mts +124 -0
- package/dist/types-uxLoPBio.d.mts.map +1 -0
- package/dist/types-we5uR-tV.d.mts +287 -0
- package/dist/types-we5uR-tV.d.mts.map +1 -0
- package/dist/upload-attempts-DduMy6B0.mjs +32 -0
- package/dist/upload-attempts-DduMy6B0.mjs.map +1 -0
- package/dist/url-pattern-B3EwxAAk.mjs +33 -0
- package/dist/url-pattern-B3EwxAAk.mjs.map +1 -0
- package/dist/user-ElwQjTQT.mjs +171 -0
- package/dist/user-ElwQjTQT.mjs.map +1 -0
- package/dist/utils-BlAXmfOG.mjs +439 -0
- package/dist/utils-BlAXmfOG.mjs.map +1 -0
- package/dist/validate-CH0X5b2c.d.mts +468 -0
- package/dist/validate-CH0X5b2c.d.mts.map +1 -0
- package/dist/validate-CfgRpcjA.mjs +492 -0
- package/dist/validate-CfgRpcjA.mjs.map +1 -0
- package/dist/validation-DvYJtv4k.mjs +218 -0
- package/dist/validation-DvYJtv4k.mjs.map +1 -0
- package/dist/version-DgYjhTud.mjs +9 -0
- package/dist/version-DgYjhTud.mjs.map +1 -0
- package/dist/version-Dq71scUb.mjs +7 -0
- package/dist/version-Dq71scUb.mjs.map +1 -0
- package/dist/widgets-ChFIj0be.mjs +126 -0
- package/dist/widgets-ChFIj0be.mjs.map +1 -0
- package/dist/wxr-taxonomies-CBZMp2YX.mjs +372 -0
- package/dist/wxr-taxonomies-CBZMp2YX.mjs.map +1 -0
- package/dist/wxr-taxonomies-DlKDpWN1.d.mts +34 -0
- package/dist/wxr-taxonomies-DlKDpWN1.d.mts.map +1 -0
- package/dist/zod-generator-DmTKI-Ig.mjs +426 -0
- package/dist/zod-generator-DmTKI-Ig.mjs.map +1 -0
- package/package.json +7 -6
- package/src/api/handlers/content.ts +593 -16
- package/src/api/handlers/device-flow.ts +74 -21
- package/src/api/handlers/index.ts +1 -0
- package/src/api/handlers/manifest.ts +79 -5
- package/src/api/handlers/media-upload.ts +17 -71
- package/src/api/handlers/media.ts +97 -3
- package/src/api/handlers/relations.ts +638 -157
- package/src/api/handlers/revision.ts +30 -0
- package/src/api/handlers/schema.ts +403 -1
- package/src/api/handlers/snapshot.ts +257 -3
- package/src/api/handlers/staged-references.ts +142 -0
- package/src/api/handlers/validate-references.ts +146 -0
- package/src/api/schemas/content.ts +13 -0
- package/src/api/schemas/relations.ts +54 -44
- package/src/api/schemas/schema.ts +14 -0
- package/src/astro/integration/routes.ts +15 -19
- package/src/astro/integration/vite-config.ts +10 -4
- package/src/astro/middleware.ts +1 -0
- package/src/astro/routes/api/content/[collection]/[id]/references/[relation]/children.ts +11 -54
- package/src/astro/routes/api/content/[collection]/[id].ts +3 -1
- package/src/astro/routes/api/oauth/device/authorize.ts +33 -4
- package/src/astro/routes/api/relations/index.ts +4 -4
- package/src/astro/routes/api/schema/collections/[slug]/fields/[fieldSlug].ts +6 -2
- package/src/astro/routes/api/setup/index.ts +66 -23
- package/src/astro/routes/api/snapshot.ts +2 -1
- package/src/astro/types.ts +10 -0
- package/src/cleanup.ts +10 -0
- package/src/cli/commands/export-seed.ts +510 -89
- package/src/components/Columns.astro +3 -1
- package/src/components/Cover.astro +3 -1
- package/src/components/WidgetArea.astro +3 -2
- package/src/database/migrations/086_relations_structural.ts +197 -0
- package/src/database/migrations/087_reference_field_relations.ts +407 -0
- package/src/database/migrations/runner.ts +4 -0
- package/src/database/reference-backfill.ts +141 -0
- package/src/database/repositories/content.ts +43 -8
- package/src/database/repositories/media.ts +40 -1
- package/src/database/repositories/redirect.ts +17 -34
- package/src/database/repositories/relation.ts +620 -208
- package/src/database/repositories/revision.ts +16 -0
- package/src/database/repositories/types.ts +38 -0
- package/src/database/transaction.ts +12 -1
- package/src/database/types.ts +14 -5
- package/src/emdash-runtime.ts +114 -11
- package/src/index.ts +11 -0
- package/src/loader.ts +169 -22
- package/src/mcp/server.ts +13 -48
- package/src/query.ts +455 -25
- package/src/references/field-map.ts +115 -0
- package/src/references/resolve.ts +160 -0
- package/src/references/staged.ts +117 -0
- package/src/references/types.ts +16 -0
- package/src/registry/artifact-fetch.ts +45 -271
- package/src/schema/registry.ts +99 -24
- package/src/schema/types.ts +58 -0
- package/src/schema/zod-generator.ts +67 -1
- package/src/seed/apply.ts +841 -103
- package/src/seed/types.ts +36 -2
- package/src/seed/validate.ts +78 -2
- package/src/transfer/analyze/unique-keys.ts +3 -12
- package/src/transfer/analyze/validate.ts +65 -39
- package/src/transfer/analyze/values.ts +12 -1
- package/src/transfer/export/readers.ts +12 -8
- package/src/transfer/format/columns.ts +26 -6
- package/src/transfer/format/kinds.ts +21 -5
- package/src/transfer/import/context.ts +8 -1
- package/src/transfer/ops/package-index.ts +1 -1
- package/dist/action-token-DYwe4Pk0.mjs +0 -26
- package/dist/action-token-DYwe4Pk0.mjs.map +0 -1
- package/dist/activation-LOkDM5WT.mjs +0 -382
- package/dist/activation-LOkDM5WT.mjs.map +0 -1
- package/dist/adapters-B64LbYcB.d.mts +0 -171
- package/dist/adapters-B64LbYcB.d.mts.map +0 -1
- package/dist/allowed-origins-CHB8oZNM.mjs +0 -116
- package/dist/allowed-origins-CHB8oZNM.mjs.map +0 -1
- package/dist/api-cFFZpyS0.mjs +0 -4718
- package/dist/api-cFFZpyS0.mjs.map +0 -1
- package/dist/api-tokens-s4i4aUp_.mjs +0 -166
- package/dist/api-tokens-s4i4aUp_.mjs.map +0 -1
- package/dist/apply-CoT603H3.mjs +0 -1163
- package/dist/apply-CoT603H3.mjs.map +0 -1
- package/dist/approvals-CqMfNxak.mjs +0 -460
- package/dist/approvals-CqMfNxak.mjs.map +0 -1
- package/dist/artifact-fetch-DZMOGZ3-.mjs +0 -818
- package/dist/artifact-fetch-DZMOGZ3-.mjs.map +0 -1
- package/dist/astro/routes/api/relations/_id_/translations.d.mts +0 -8
- package/dist/astro/routes/api/relations/_id_/translations.d.mts.map +0 -1
- package/dist/astro/routes/api/relations/_id_/translations.mjs +0 -47
- package/dist/astro/routes/api/relations/_id_/translations.mjs.map +0 -1
- package/dist/audit-RfCugiSB.mjs +0 -127
- package/dist/audit-RfCugiSB.mjs.map +0 -1
- package/dist/authoritative-records-CoJvBXAD.mjs +0 -5172
- package/dist/authoritative-records-CoJvBXAD.mjs.map +0 -1
- package/dist/authorize-seCifOMJ.mjs +0 -49
- package/dist/authorize-seCifOMJ.mjs.map +0 -1
- package/dist/backup-CBu0LrXf.mjs +0 -246
- package/dist/backup-CBu0LrXf.mjs.map +0 -1
- package/dist/block-type-registry-DUI_3KxT.mjs +0 -6709
- package/dist/block-type-registry-DUI_3KxT.mjs.map +0 -1
- package/dist/block-types-BmZmLmAD.mjs +0 -132
- package/dist/block-types-BmZmLmAD.mjs.map +0 -1
- package/dist/block-values-C_VIPr5t.mjs +0 -175
- package/dist/block-values-C_VIPr5t.mjs.map +0 -1
- package/dist/byline-DYmkXqvo.mjs +0 -909
- package/dist/byline-DYmkXqvo.mjs.map +0 -1
- package/dist/byline-fields-D28AT-Fh.mjs +0 -123
- package/dist/byline-fields-D28AT-Fh.mjs.map +0 -1
- package/dist/byline-registry-gnKscbQX.mjs +0 -406
- package/dist/byline-registry-gnKscbQX.mjs.map +0 -1
- package/dist/bylines-BPwJqoYH.mjs +0 -232
- package/dist/bylines-BPwJqoYH.mjs.map +0 -1
- package/dist/bylines-ukLaYpVZ.mjs +0 -214
- package/dist/bylines-ukLaYpVZ.mjs.map +0 -1
- package/dist/cache-m7UEkRFV.mjs +0 -108
- package/dist/cache-m7UEkRFV.mjs.map +0 -1
- package/dist/canonical-YhEQezjg.mjs +0 -174
- package/dist/canonical-YhEQezjg.mjs.map +0 -1
- package/dist/capture-triggers-kJyl_yyM.mjs +0 -362
- package/dist/capture-triggers-kJyl_yyM.mjs.map +0 -1
- package/dist/challenge-store-ppU6Uv13.mjs +0 -51
- package/dist/challenge-store-ppU6Uv13.mjs.map +0 -1
- package/dist/checksum-B2IINIlN.mjs +0 -162
- package/dist/checksum-B2IINIlN.mjs.map +0 -1
- package/dist/chrome-tags-DApCQSIk.mjs +0 -24
- package/dist/chrome-tags-DApCQSIk.mjs.map +0 -1
- package/dist/chunks-Dms7Uxbt.mjs +0 -25
- package/dist/chunks-Dms7Uxbt.mjs.map +0 -1
- package/dist/collection-deletion-BIm28mo3.mjs +0 -436
- package/dist/collection-deletion-BIm28mo3.mjs.map +0 -1
- package/dist/collection-deletion-processor-Br6rxs3u.mjs +0 -217
- package/dist/collection-deletion-processor-Br6rxs3u.mjs.map +0 -1
- package/dist/collection-slugs-cache-CjGk__zp.mjs +0 -85
- package/dist/collection-slugs-cache-CjGk__zp.mjs.map +0 -1
- package/dist/comment-CrBl22OF.mjs +0 -313
- package/dist/comment-CrBl22OF.mjs.map +0 -1
- package/dist/comment-reaction-JEQ2Fpd8.mjs +0 -85
- package/dist/comment-reaction-JEQ2Fpd8.mjs.map +0 -1
- package/dist/comments-2ah9du9y.mjs +0 -195
- package/dist/comments-2ah9du9y.mjs.map +0 -1
- package/dist/comments-fHZ8ON9O.mjs +0 -99
- package/dist/comments-fHZ8ON9O.mjs.map +0 -1
- package/dist/components-CXbq7CSM.mjs +0 -108
- package/dist/components-CXbq7CSM.mjs.map +0 -1
- package/dist/config-5ii2haYu.d.mts +0 -6528
- package/dist/config-5ii2haYu.d.mts.map +0 -1
- package/dist/config-IhybvkIQ.mjs +0 -242
- package/dist/config-IhybvkIQ.mjs.map +0 -1
- package/dist/config-Py43JK9r.d.mts +0 -39
- package/dist/config-Py43JK9r.d.mts.map +0 -1
- package/dist/content-DFaIEDj9.mjs +0 -2281
- package/dist/content-DFaIEDj9.mjs.map +0 -1
- package/dist/content-list-query-Dra4Dalc.d.mts +0 -26
- package/dist/content-list-query-Dra4Dalc.d.mts.map +0 -1
- package/dist/content-policy-DFNw91-d.mjs +0 -46
- package/dist/content-policy-DFNw91-d.mjs.map +0 -1
- package/dist/content-repair-Q8IUrpLL.mjs +0 -442
- package/dist/content-repair-Q8IUrpLL.mjs.map +0 -1
- package/dist/context-BeGccdUX.mjs +0 -1921
- package/dist/context-BeGccdUX.mjs.map +0 -1
- package/dist/cron-7DCJwPXq.mjs +0 -284
- package/dist/cron-7DCJwPXq.mjs.map +0 -1
- package/dist/dashboard-DjrB-xxZ.mjs +0 -151
- package/dist/dashboard-DjrB-xxZ.mjs.map +0 -1
- package/dist/default-DQ6vsviu.mjs +0 -81
- package/dist/default-DQ6vsviu.mjs.map +0 -1
- package/dist/deferred-tasks-BPxXUB4x.d.mts +0 -9
- package/dist/deferred-tasks-BPxXUB4x.d.mts.map +0 -1
- package/dist/dev-typegen-CZaPLl3V.mjs +0 -29
- package/dist/dev-typegen-CZaPLl3V.mjs.map +0 -1
- package/dist/device-flow-CRd6DXmW.mjs +0 -466
- package/dist/device-flow-CRd6DXmW.mjs.map +0 -1
- package/dist/digest-BarSh-pN.mjs +0 -194
- package/dist/digest-BarSh-pN.mjs.map +0 -1
- package/dist/direct-executor-BmuFJJZV.mjs +0 -104
- package/dist/direct-executor-BmuFJJZV.mjs.map +0 -1
- package/dist/dist-BNwANFJR.mjs +0 -810
- package/dist/dist-BNwANFJR.mjs.map +0 -1
- package/dist/email-console-bJn3ctqA.mjs +0 -50
- package/dist/email-console-bJn3ctqA.mjs.map +0 -1
- package/dist/email-locale-CN6WAMx0.mjs +0 -25
- package/dist/email-locale-CN6WAMx0.mjs.map +0 -1
- package/dist/emdash-runtime-DAjghyEG.mjs +0 -4186
- package/dist/emdash-runtime-DAjghyEG.mjs.map +0 -1
- package/dist/enrich-Dl3kZ-lP.mjs +0 -194
- package/dist/enrich-Dl3kZ-lP.mjs.map +0 -1
- package/dist/entry-lock-BJYdBfXb.mjs +0 -1097
- package/dist/entry-lock-BJYdBfXb.mjs.map +0 -1
- package/dist/entry-lock-DHQOxN7R.mjs +0 -163
- package/dist/entry-lock-DHQOxN7R.mjs.map +0 -1
- package/dist/entry-lock-DVhCt49A.d.mts +0 -4368
- package/dist/entry-lock-DVhCt49A.d.mts.map +0 -1
- package/dist/entry-locks-D0foLdjQ.mjs +0 -167
- package/dist/entry-locks-D0foLdjQ.mjs.map +0 -1
- package/dist/error-CfvOHP0M.mjs +0 -90
- package/dist/error-CfvOHP0M.mjs.map +0 -1
- package/dist/errors-BF0_LFhW.mjs +0 -460
- package/dist/errors-BF0_LFhW.mjs.map +0 -1
- package/dist/errors-DgE1zJGG.mjs +0 -120
- package/dist/errors-DgE1zJGG.mjs.map +0 -1
- package/dist/escape-CuaZhZvL.mjs +0 -9
- package/dist/escape-CuaZhZvL.mjs.map +0 -1
- package/dist/fence-CMDXJYc_.mjs +0 -162
- package/dist/fence-CMDXJYc_.mjs.map +0 -1
- package/dist/field-defs-cache-HIgBbqZZ.mjs +0 -77
- package/dist/field-defs-cache-HIgBbqZZ.mjs.map +0 -1
- package/dist/focal-point-Gr34o-4o.mjs +0 -23
- package/dist/focal-point-Gr34o-4o.mjs.map +0 -1
- package/dist/fts-manager-S-K0laoS.mjs +0 -443
- package/dist/fts-manager-S-K0laoS.mjs.map +0 -1
- package/dist/gc-DjKY0Ay1.mjs +0 -75
- package/dist/gc-DjKY0Ay1.mjs.map +0 -1
- package/dist/hash-SDAW6zC-.mjs +0 -37
- package/dist/hash-SDAW6zC-.mjs.map +0 -1
- package/dist/hook-result-B5bXDgS2.d.mts +0 -31
- package/dist/hook-result-B5bXDgS2.d.mts.map +0 -1
- package/dist/hreflang-D5uNnsGJ.d.mts +0 -50
- package/dist/hreflang-D5uNnsGJ.d.mts.map +0 -1
- package/dist/hreflang-DMFBL2eb.mjs +0 -105
- package/dist/hreflang-DMFBL2eb.mjs.map +0 -1
- package/dist/http-route-dispatch-BitqzwMy.mjs +0 -339
- package/dist/http-route-dispatch-BitqzwMy.mjs.map +0 -1
- package/dist/identity-IyNWwXr6.mjs +0 -35
- package/dist/identity-IyNWwXr6.mjs.map +0 -1
- package/dist/import-C3JZplWq.mjs +0 -2020
- package/dist/import-C3JZplWq.mjs.map +0 -1
- package/dist/index-D-hdtLe8.d.mts +0 -623
- package/dist/index-D-hdtLe8.d.mts.map +0 -1
- package/dist/install-finalization-DfM1fj5x.mjs +0 -58
- package/dist/install-finalization-DfM1fj5x.mjs.map +0 -1
- package/dist/keys-yxLm5l35.mjs +0 -61
- package/dist/keys-yxLm5l35.mjs.map +0 -1
- package/dist/kinds-CRu_T5T5.mjs +0 -961
- package/dist/kinds-CRu_T5T5.mjs.map +0 -1
- package/dist/lifecycle-BzeGPeQ-.mjs +0 -25
- package/dist/lifecycle-BzeGPeQ-.mjs.map +0 -1
- package/dist/load-XgJiE6_3.mjs +0 -28
- package/dist/load-XgJiE6_3.mjs.map +0 -1
- package/dist/loader-BzqeR1ZN.mjs +0 -1086
- package/dist/loader-BzqeR1ZN.mjs.map +0 -1
- package/dist/loops-BQSzv5Zn.mjs +0 -203
- package/dist/loops-BQSzv5Zn.mjs.map +0 -1
- package/dist/manifest-builder-B8zR-73J.mjs +0 -189
- package/dist/manifest-builder-B8zR-73J.mjs.map +0 -1
- package/dist/manifest-schema-CY3zng_M.mjs +0 -492
- package/dist/manifest-schema-CY3zng_M.mjs.map +0 -1
- package/dist/media-Pu1L6xir.mjs +0 -408
- package/dist/media-Pu1L6xir.mjs.map +0 -1
- package/dist/media-Qp5S3eH3.mjs +0 -355
- package/dist/media-Qp5S3eH3.mjs.map +0 -1
- package/dist/media-allowlist-BSoa9Vvm.mjs +0 -44
- package/dist/media-allowlist-BSoa9Vvm.mjs.map +0 -1
- package/dist/media-folders-BE0oo2eX.mjs +0 -210
- package/dist/media-folders-BE0oo2eX.mjs.map +0 -1
- package/dist/media-h7tOiDLj.mjs +0 -221
- package/dist/media-h7tOiDLj.mjs.map +0 -1
- package/dist/media-url-jArBpzIG.mjs +0 -43
- package/dist/media-url-jArBpzIG.mjs.map +0 -1
- package/dist/media-usage-My-Vi-ex.mjs +0 -1629
- package/dist/media-usage-My-Vi-ex.mjs.map +0 -1
- package/dist/media-usage-activation-HKp7zk7W.mjs +0 -78
- package/dist/media-usage-activation-HKp7zk7W.mjs.map +0 -1
- package/dist/media-usage-work-C2OZLCAd.mjs +0 -586
- package/dist/media-usage-work-C2OZLCAd.mjs.map +0 -1
- package/dist/media-usage-work-DwUNbgvS.mjs +0 -152
- package/dist/media-usage-work-DwUNbgvS.mjs.map +0 -1
- package/dist/menus-BM7BPLOb.mjs +0 -139
- package/dist/menus-BM7BPLOb.mjs.map +0 -1
- package/dist/menus-ITeAbcIF.mjs +0 -753
- package/dist/menus-ITeAbcIF.mjs.map +0 -1
- package/dist/menus-TsSGmSR4.mjs +0 -3608
- package/dist/menus-TsSGmSR4.mjs.map +0 -1
- package/dist/mime-ChLqYwDk.mjs +0 -36
- package/dist/mime-ChLqYwDk.mjs.map +0 -1
- package/dist/mode-CCuKXUci.mjs +0 -23
- package/dist/mode-CCuKXUci.mjs.map +0 -1
- package/dist/node-sqlite-compat-CONMsl-x.mjs +0 -46
- package/dist/node-sqlite-compat-CONMsl-x.mjs.map +0 -1
- package/dist/normalize-CO2P8-iE.mjs +0 -191
- package/dist/normalize-CO2P8-iE.mjs.map +0 -1
- package/dist/oauth-authorization-DlMIL5_h.mjs +0 -274
- package/dist/oauth-authorization-DlMIL5_h.mjs.map +0 -1
- package/dist/oauth-clients-Djq9r_KP.mjs +0 -266
- package/dist/oauth-clients-Djq9r_KP.mjs.map +0 -1
- package/dist/oauth-state-store-BbjnZXNC.mjs +0 -50
- package/dist/oauth-state-store-BbjnZXNC.mjs.map +0 -1
- package/dist/oauth-user-lookup-vue9a64A.mjs +0 -26
- package/dist/oauth-user-lookup-vue9a64A.mjs.map +0 -1
- package/dist/options-SQCHQCPH.d.mts +0 -81
- package/dist/options-SQCHQCPH.d.mts.map +0 -1
- package/dist/parse-CVgO-Qai.d.mts +0 -168
- package/dist/parse-CVgO-Qai.d.mts.map +0 -1
- package/dist/parse-DY6OD1j_.mjs +0 -81
- package/dist/parse-DY6OD1j_.mjs.map +0 -1
- package/dist/passkey-config-X_H8128a.mjs +0 -46
- package/dist/passkey-config-X_H8128a.mjs.map +0 -1
- package/dist/paths-JxokKIbr.mjs +0 -77
- package/dist/paths-JxokKIbr.mjs.map +0 -1
- package/dist/patterns-BhAvqO0S.mjs +0 -145
- package/dist/patterns-BhAvqO0S.mjs.map +0 -1
- package/dist/placeholder-MSEd8gty.d.mts +0 -306
- package/dist/placeholder-MSEd8gty.d.mts.map +0 -1
- package/dist/plan-xjcWrAah.mjs +0 -135
- package/dist/plan-xjcWrAah.mjs.map +0 -1
- package/dist/plugins-DUXUt8B9.mjs +0 -277
- package/dist/plugins-DUXUt8B9.mjs.map +0 -1
- package/dist/policy-CUvwAARc.mjs +0 -45
- package/dist/policy-CUvwAARc.mjs.map +0 -1
- package/dist/portable-text-5O_ZGUjB.mjs +0 -307
- package/dist/portable-text-5O_ZGUjB.mjs.map +0 -1
- package/dist/preview-CIUcPYr6.mjs +0 -107
- package/dist/preview-CIUcPYr6.mjs.map +0 -1
- package/dist/protocol-B97DZaFr.d.mts +0 -61
- package/dist/protocol-B97DZaFr.d.mts.map +0 -1
- package/dist/public-submission-BFBUrqst.mjs +0 -250
- package/dist/public-submission-BFBUrqst.mjs.map +0 -1
- package/dist/public-url-Bn7U0D7-.mjs +0 -101
- package/dist/public-url-Bn7U0D7-.mjs.map +0 -1
- package/dist/query-B48peoRT.mjs +0 -890
- package/dist/query-B48peoRT.mjs.map +0 -1
- package/dist/query-C4IH0uhR.mjs +0 -41
- package/dist/query-C4IH0uhR.mjs.map +0 -1
- package/dist/rate-limit-BZ6nybgc.mjs +0 -120
- package/dist/rate-limit-BZ6nybgc.mjs.map +0 -1
- package/dist/receipt-B4wJj5Jq.mjs +0 -43
- package/dist/receipt-B4wJj5Jq.mjs.map +0 -1
- package/dist/redirect-Cd1E7VUt.mjs +0 -17
- package/dist/redirect-Cd1E7VUt.mjs.map +0 -1
- package/dist/redirect-iJf5fltD.mjs +0 -415
- package/dist/redirect-iJf5fltD.mjs.map +0 -1
- package/dist/redirects-CYu1u1aK.mjs +0 -446
- package/dist/redirects-CYu1u1aK.mjs.map +0 -1
- package/dist/redirects-Cv9apQKj.mjs +0 -148
- package/dist/redirects-Cv9apQKj.mjs.map +0 -1
- package/dist/relation-M4NUCb0b.mjs +0 -334
- package/dist/relation-M4NUCb0b.mjs.map +0 -1
- package/dist/relations-CCif47Oq.mjs +0 -403
- package/dist/relations-CCif47Oq.mjs.map +0 -1
- package/dist/relations-CK9CYUyr.mjs +0 -310
- package/dist/relations-CK9CYUyr.mjs.map +0 -1
- package/dist/request-cache-DzLYKm_x.mjs +0 -104
- package/dist/request-cache-DzLYKm_x.mjs.map +0 -1
- package/dist/request-meta-sZXt3sRo.mjs +0 -141
- package/dist/request-meta-sZXt3sRo.mjs.map +0 -1
- package/dist/resolve-2WbQsCvT.mjs +0 -199
- package/dist/resolve-2WbQsCvT.mjs.map +0 -1
- package/dist/route-wire--1hLuACz.mjs +0 -197
- package/dist/route-wire--1hLuACz.mjs.map +0 -1
- package/dist/routes-CUsM40Cc.mjs +0 -272
- package/dist/routes-CUsM40Cc.mjs.map +0 -1
- package/dist/runner-1y4J9fJB.mjs +0 -5742
- package/dist/runner-1y4J9fJB.mjs.map +0 -1
- package/dist/runner-D5_LzKXI.d.mts +0 -68
- package/dist/runner-D5_LzKXI.d.mts.map +0 -1
- package/dist/schema-BABiRdsH.mjs +0 -13
- package/dist/schema-BABiRdsH.mjs.map +0 -1
- package/dist/schema-Du3MzCG0.mjs +0 -446
- package/dist/schema-Du3MzCG0.mjs.map +0 -1
- package/dist/scopes-Dbk-ElhT.mjs +0 -34
- package/dist/scopes-Dbk-ElhT.mjs.map +0 -1
- package/dist/search-Bt1PL1jf.mjs +0 -448
- package/dist/search-Bt1PL1jf.mjs.map +0 -1
- package/dist/sections-Ddptx_o9.mjs +0 -346
- package/dist/sections-Ddptx_o9.mjs.map +0 -1
- package/dist/seo-CZT2oLtT.mjs +0 -114
- package/dist/seo-CZT2oLtT.mjs.map +0 -1
- package/dist/seo-D5w3-Azy.mjs +0 -133
- package/dist/seo-D5w3-Azy.mjs.map +0 -1
- package/dist/service-DuykXPyW.mjs +0 -150
- package/dist/service-DuykXPyW.mjs.map +0 -1
- package/dist/session-user-BhaVp8w0.mjs +0 -51
- package/dist/session-user-BhaVp8w0.mjs.map +0 -1
- package/dist/settings-2xNYr90o.mjs +0 -51
- package/dist/settings-2xNYr90o.mjs.map +0 -1
- package/dist/settings-CgjRWGW9.mjs +0 -439
- package/dist/settings-CgjRWGW9.mjs.map +0 -1
- package/dist/settings-DYidIB26.mjs +0 -61
- package/dist/settings-DYidIB26.mjs.map +0 -1
- package/dist/setup-complete-bOogcHWG.mjs +0 -26
- package/dist/setup-complete-bOogcHWG.mjs.map +0 -1
- package/dist/setup-nonce-0EGuKM4s.mjs +0 -25
- package/dist/setup-nonce-0EGuKM4s.mjs.map +0 -1
- package/dist/site-settings-DOgRUoFX.mjs +0 -50
- package/dist/site-settings-DOgRUoFX.mjs.map +0 -1
- package/dist/site-url-BU_bbxwj.mjs +0 -16
- package/dist/site-url-BU_bbxwj.mjs.map +0 -1
- package/dist/snapshot-CugwUqKQ.mjs +0 -237
- package/dist/snapshot-CugwUqKQ.mjs.map +0 -1
- package/dist/ssrf-CJUnJymJ.mjs +0 -406
- package/dist/ssrf-CJUnJymJ.mjs.map +0 -1
- package/dist/stage-DgrBz_du.mjs +0 -662
- package/dist/stage-DgrBz_du.mjs.map +0 -1
- package/dist/state-DDiPySSG.mjs +0 -153
- package/dist/state-DDiPySSG.mjs.map +0 -1
- package/dist/status-DZKIG4a9.mjs +0 -30
- package/dist/status-DZKIG4a9.mjs.map +0 -1
- package/dist/storage-query-Bdv7A62k.d.mts +0 -1576
- package/dist/storage-query-Bdv7A62k.d.mts.map +0 -1
- package/dist/tar-_1AgTYFu.mjs +0 -449
- package/dist/tar-_1AgTYFu.mjs.map +0 -1
- package/dist/target-_7pn2Gbg.mjs +0 -27
- package/dist/target-_7pn2Gbg.mjs.map +0 -1
- package/dist/taxonomies-C1IwNe8Q.mjs +0 -697
- package/dist/taxonomies-C1IwNe8Q.mjs.map +0 -1
- package/dist/taxonomies-C_XMoRcX.mjs +0 -939
- package/dist/taxonomies-C_XMoRcX.mjs.map +0 -1
- package/dist/taxonomy-C3Fu1YeH.mjs +0 -525
- package/dist/taxonomy-C3Fu1YeH.mjs.map +0 -1
- package/dist/tokens-u78jETkX.mjs +0 -171
- package/dist/tokens-u78jETkX.mjs.map +0 -1
- package/dist/transaction-BcJO4Tmc.mjs +0 -29
- package/dist/transaction-BcJO4Tmc.mjs.map +0 -1
- package/dist/transfer-BhUCrgDc.mjs +0 -8675
- package/dist/transfer-BhUCrgDc.mjs.map +0 -1
- package/dist/transfer-DIGvR9Af.mjs +0 -166
- package/dist/transfer-DIGvR9Af.mjs.map +0 -1
- package/dist/transfer-download-Pml7RMio.mjs +0 -33
- package/dist/transfer-download-Pml7RMio.mjs.map +0 -1
- package/dist/transformations-9gfpwY65.mjs +0 -196
- package/dist/transformations-9gfpwY65.mjs.map +0 -1
- package/dist/transport-BIfH7_hx.d.mts +0 -42
- package/dist/transport-BIfH7_hx.d.mts.map +0 -1
- package/dist/transport-DKWIq53q.mjs +0 -136
- package/dist/transport-DKWIq53q.mjs.map +0 -1
- package/dist/trusted-proxy-tKiVtyTD.mjs +0 -51
- package/dist/trusted-proxy-tKiVtyTD.mjs.map +0 -1
- package/dist/turnstile-DpsoyOfg.mjs +0 -53
- package/dist/turnstile-DpsoyOfg.mjs.map +0 -1
- package/dist/types-B4sUC2p1.d.mts +0 -198
- package/dist/types-B4sUC2p1.d.mts.map +0 -1
- package/dist/types-B7Lmsh1E.d.mts +0 -887
- package/dist/types-B7Lmsh1E.d.mts.map +0 -1
- package/dist/types-BZakh7Ym.mjs +0 -22
- package/dist/types-BZakh7Ym.mjs.map +0 -1
- package/dist/types-B_CppEmv.d.mts +0 -264
- package/dist/types-B_CppEmv.d.mts.map +0 -1
- package/dist/types-BcrBrE6-.mjs +0 -159
- package/dist/types-BcrBrE6-.mjs.map +0 -1
- package/dist/types-BkUg2yHx.mjs +0 -92
- package/dist/types-BkUg2yHx.mjs.map +0 -1
- package/dist/types-CAZgq9fO.d.mts +0 -124
- package/dist/types-CAZgq9fO.d.mts.map +0 -1
- package/dist/types-Cd-O03VG.d.mts +0 -363
- package/dist/types-Cd-O03VG.d.mts.map +0 -1
- package/dist/types-Cr-Kg-3D.d.mts +0 -1641
- package/dist/types-Cr-Kg-3D.d.mts.map +0 -1
- package/dist/types-D2fvWd1i.d.mts +0 -359
- package/dist/types-D2fvWd1i.d.mts.map +0 -1
- package/dist/types-D7HUsguf.mjs +0 -77
- package/dist/types-D7HUsguf.mjs.map +0 -1
- package/dist/types-DA1Te3Oy.d.mts +0 -198
- package/dist/types-DA1Te3Oy.d.mts.map +0 -1
- package/dist/types-DhV6Q5bP.mjs +0 -18
- package/dist/types-DhV6Q5bP.mjs.map +0 -1
- package/dist/types-DnnVSl6Y.d.mts +0 -85
- package/dist/types-DnnVSl6Y.d.mts.map +0 -1
- package/dist/types-VT4-BugW.mjs +0 -16
- package/dist/types-VT4-BugW.mjs.map +0 -1
- package/dist/upload-attempts-B68ZGNu9.mjs +0 -32
- package/dist/upload-attempts-B68ZGNu9.mjs.map +0 -1
- package/dist/url-pattern-CCeZMGOh.mjs +0 -33
- package/dist/url-pattern-CCeZMGOh.mjs.map +0 -1
- package/dist/user-DDSL-sGw.mjs +0 -171
- package/dist/user-DDSL-sGw.mjs.map +0 -1
- package/dist/utils-DdhmO9w9.mjs +0 -439
- package/dist/utils-DdhmO9w9.mjs.map +0 -1
- package/dist/validate-CHosPEhs.mjs +0 -453
- package/dist/validate-CHosPEhs.mjs.map +0 -1
- package/dist/validate-CM79QXYE.d.mts +0 -432
- package/dist/validate-CM79QXYE.d.mts.map +0 -1
- package/dist/validation-BFecQczG.mjs +0 -218
- package/dist/validation-BFecQczG.mjs.map +0 -1
- package/dist/version-BRZXVifl.mjs +0 -9
- package/dist/version-BRZXVifl.mjs.map +0 -1
- package/dist/version-DUQDHgrf.mjs +0 -7
- package/dist/version-DUQDHgrf.mjs.map +0 -1
- package/dist/widgets-WdV72brA.mjs +0 -126
- package/dist/widgets-WdV72brA.mjs.map +0 -1
- package/dist/wxr-taxonomies-BHTdqkmZ.d.mts +0 -34
- package/dist/wxr-taxonomies-BHTdqkmZ.d.mts.map +0 -1
- package/dist/wxr-taxonomies-DP6ESgMN.mjs +0 -372
- package/dist/wxr-taxonomies-DP6ESgMN.mjs.map +0 -1
- package/dist/zod-generator-D6uE4WiS.mjs +0 -389
- package/dist/zod-generator-D6uE4WiS.mjs.map +0 -1
- package/src/astro/routes/api/relations/[id]/translations.ts +0 -33
- /package/dist/{api-tokens-CE1ECIg0.mjs → api-tokens-FaG1zPsj.mjs} +0 -0
- /package/dist/{ssrf-DpBH7aOt.mjs → ssrf-DZOt8Qof.mjs} +0 -0
package/dist/apply-CoT603H3.mjs
DELETED
|
@@ -1,1163 +0,0 @@
|
|
|
1
|
-
import { u as __exportAll } from "./runner-1y4J9fJB.mjs";
|
|
2
|
-
import { o as resolveConfiguredLocale, r as getI18nConfig } from "./config-CvmjJcVw.mjs";
|
|
3
|
-
import { t as OptionsRepository } from "./options-DhrI7eMv.mjs";
|
|
4
|
-
import { i as RevisionRepository, t as ContentRepository } from "./content-DFaIEDj9.mjs";
|
|
5
|
-
import { r as coalesceObjectCacheWrites } from "./object-cache-CqWNY5uP.mjs";
|
|
6
|
-
import { t as withTransaction } from "./transaction-BcJO4Tmc.mjs";
|
|
7
|
-
import { t as MediaRepository } from "./media-Qp5S3eH3.mjs";
|
|
8
|
-
import { t as TaxonomyRepository } from "./taxonomy-C3Fu1YeH.mjs";
|
|
9
|
-
import { t as RedirectRepository } from "./redirect-iJf5fltD.mjs";
|
|
10
|
-
import { t as BylineRepository } from "./byline-DYmkXqvo.mjs";
|
|
11
|
-
import { t as INTERNAL_MEDIA_PREFIX } from "./normalize-CO2P8-iE.mjs";
|
|
12
|
-
import { t as imageSize } from "./dist-BNwANFJR.mjs";
|
|
13
|
-
import { t as FTSManager } from "./fts-manager-S-K0laoS.mjs";
|
|
14
|
-
import { d as findTaxonomyStructure, p as saveTaxonomyStructure } from "./loader-BzqeR1ZN.mjs";
|
|
15
|
-
import { U as markContentMediaUsageCollectionStaleSafely, a as SchemaRegistry, t as BlockTypeRegistry } from "./block-type-registry-DUI_3KxT.mjs";
|
|
16
|
-
import { i as resolveBlockTypes, r as normalizeBlocksData } from "./block-values-C_VIPr5t.mjs";
|
|
17
|
-
import { c as setSiteSettings, s as invalidateSiteSettingsCache } from "./settings-CgjRWGW9.mjs";
|
|
18
|
-
import { a as ssrfSafeFetch, s as validateExternalUrl } from "./ssrf-CJUnJymJ.mjs";
|
|
19
|
-
import { n as validateSeed, t as findTaxonomyStructureSource } from "./validate-CHosPEhs.mjs";
|
|
20
|
-
import { ulid } from "ulidx";
|
|
21
|
-
import mime from "mime/lite";
|
|
22
|
-
|
|
23
|
-
//#region src/media/url.ts
|
|
24
|
-
/**
|
|
25
|
-
* Build the internal file route URL for a storage key, encoding each path
|
|
26
|
-
* segment so `?`, `#` and `%` stay inside the path. A key with an empty, `.` or
|
|
27
|
-
* `..` segment is encoded whole, because the URL parser would collapse those
|
|
28
|
-
* segments and move the request off the route. Mirrors the admin's
|
|
29
|
-
* `localMediaFileUrl`.
|
|
30
|
-
*/
|
|
31
|
-
function localMediaFileUrl(key) {
|
|
32
|
-
const segments = key.split("/");
|
|
33
|
-
if (segments.some((segment) => segment === "" || segment === "." || segment === "..")) return `${INTERNAL_MEDIA_PREFIX}${encodeURIComponent(key)}`;
|
|
34
|
-
return `${INTERNAL_MEDIA_PREFIX}${segments.map(encodeURIComponent).join("/")}`;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* Resolve the public URL for a locally stored media key. Returns an empty
|
|
38
|
-
* string when no key is given. When a storage adapter is supplied, defers to
|
|
39
|
-
* `storage.getPublicUrl()`; otherwise returns the internal proxy route.
|
|
40
|
-
*/
|
|
41
|
-
function resolvePublicMediaUrl(storage, storageKey) {
|
|
42
|
-
if (!storageKey) return "";
|
|
43
|
-
if (storage) return storage.getPublicUrl(storageKey);
|
|
44
|
-
return `/_emdash/api/media/file/${storageKey}`;
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Build the `getPublicMediaUrl` closure attached to `Astro.locals.emdash`.
|
|
48
|
-
* Shared by the anonymous fast path and the full-runtime path in middleware.
|
|
49
|
-
*
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
|
-
function createPublicMediaUrlResolver(storage) {
|
|
53
|
-
return (key) => resolvePublicMediaUrl(storage, key);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
//#endregion
|
|
57
|
-
//#region src/content/converters/gallery.ts
|
|
58
|
-
/**
|
|
59
|
-
* Shared sanitization for gallery block images and image media, used by both
|
|
60
|
-
* converters so the editor round-trip and the stored shape stay in lockstep.
|
|
61
|
-
*/
|
|
62
|
-
/**
|
|
63
|
-
* Read an image's media reference, alt text, and dimensions. Accepts the
|
|
64
|
-
* reference shape (`_ref`, `url`) and the MediaValue that seeded `$media`
|
|
65
|
-
* stores instead (`id`, `src`, `meta.storageKey`, dimensions). The image's own
|
|
66
|
-
* `alt`, `width`, and `height` take precedence over the asset's.
|
|
67
|
-
*/
|
|
68
|
-
function resolveImageMedia(image) {
|
|
69
|
-
const record = isRecord(image) ? image : {};
|
|
70
|
-
const asset = isRecord(record.asset) ? record.asset : {};
|
|
71
|
-
const storageKey = isRecord(asset.meta) ? nonEmptyString(asset.meta.storageKey) : void 0;
|
|
72
|
-
const url = nonEmptyString(asset.url) ?? nonEmptyString(asset.src) ?? (storageKey ? localMediaFileUrl(storageKey) : void 0);
|
|
73
|
-
const provider = nonEmptyString(asset.provider);
|
|
74
|
-
const alt = nonEmptyString(record.alt) ?? nonEmptyString(asset.alt);
|
|
75
|
-
const width = typeof record.width === "number" ? record.width : asset.width;
|
|
76
|
-
const height = typeof record.height === "number" ? record.height : asset.height;
|
|
77
|
-
const media = { asset: {
|
|
78
|
-
_type: "reference",
|
|
79
|
-
_ref: nonEmptyString(asset._ref) ?? nonEmptyString(asset.id) ?? "",
|
|
80
|
-
...url ? { url } : {},
|
|
81
|
-
...provider ? { provider } : {}
|
|
82
|
-
} };
|
|
83
|
-
if (alt) media.alt = alt;
|
|
84
|
-
if (typeof width === "number") media.width = width;
|
|
85
|
-
if (typeof height === "number") media.height = height;
|
|
86
|
-
return media;
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* Normalize an untrusted `images` value into well-formed gallery images.
|
|
90
|
-
* Non-object entries and entries without an asset object are dropped.
|
|
91
|
-
* Missing `_key`s are filled via `generateKey` when provided (PM → PT);
|
|
92
|
-
* left empty otherwise (PT → PM keeps whatever the block carried).
|
|
93
|
-
*/
|
|
94
|
-
function sanitizeGalleryImages(value, generateKey) {
|
|
95
|
-
if (!Array.isArray(value)) return [];
|
|
96
|
-
const images = [];
|
|
97
|
-
for (const entry of value) {
|
|
98
|
-
if (!isRecord(entry)) continue;
|
|
99
|
-
const record = entry;
|
|
100
|
-
if (!isRecord(record.asset)) continue;
|
|
101
|
-
const { asset, alt, width, height } = resolveImageMedia(record);
|
|
102
|
-
const image = {
|
|
103
|
-
_type: "image",
|
|
104
|
-
_key: typeof record._key === "string" && record._key ? record._key : generateKey ? generateKey() : "",
|
|
105
|
-
asset
|
|
106
|
-
};
|
|
107
|
-
if (alt) image.alt = alt;
|
|
108
|
-
if (typeof record.caption === "string" && record.caption) image.caption = record.caption;
|
|
109
|
-
if (width !== void 0) image.width = width;
|
|
110
|
-
if (height !== void 0) image.height = height;
|
|
111
|
-
if (typeof record.focalX === "number") image.focalX = record.focalX;
|
|
112
|
-
if (typeof record.focalY === "number") image.focalY = record.focalY;
|
|
113
|
-
if (typeof record.blurhash === "string" && record.blurhash) image.blurhash = record.blurhash;
|
|
114
|
-
if (typeof record.dominantColor === "string" && record.dominantColor) image.dominantColor = record.dominantColor;
|
|
115
|
-
images.push(image);
|
|
116
|
-
}
|
|
117
|
-
return images;
|
|
118
|
-
}
|
|
119
|
-
function nonEmptyString(value) {
|
|
120
|
-
return typeof value === "string" && value ? value : void 0;
|
|
121
|
-
}
|
|
122
|
-
function isRecord(value) {
|
|
123
|
-
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
//#endregion
|
|
127
|
-
//#region src/seed/apply.ts
|
|
128
|
-
/**
|
|
129
|
-
* Seed engine - applies seed files to database
|
|
130
|
-
*
|
|
131
|
-
* This is the core implementation that bootstraps an EmDash site from a seed file.
|
|
132
|
-
* Apply order is critical for foreign keys and references.
|
|
133
|
-
*/
|
|
134
|
-
var apply_exports = /* @__PURE__ */ __exportAll({ applySeed: () => applySeed });
|
|
135
|
-
async function applySiteSettings(db, settings, onConflict, result) {
|
|
136
|
-
const entries = Object.entries(settings).filter(([, value]) => value !== void 0);
|
|
137
|
-
if (entries.length === 0) return;
|
|
138
|
-
if (onConflict === "update") {
|
|
139
|
-
await setSiteSettings(settings, db);
|
|
140
|
-
result.settings.applied += entries.length;
|
|
141
|
-
return;
|
|
142
|
-
}
|
|
143
|
-
const options = new OptionsRepository(db);
|
|
144
|
-
let applied = 0;
|
|
145
|
-
try {
|
|
146
|
-
for (const [key, value] of entries) {
|
|
147
|
-
const write = await options.compareAndSet(`site:${key}`, null, value);
|
|
148
|
-
if (!write.applied && onConflict === "error") throw new Error(`Conflict: site setting "site:${key}" already exists`);
|
|
149
|
-
if (write.applied) applied++;
|
|
150
|
-
}
|
|
151
|
-
} finally {
|
|
152
|
-
if (applied > 0) {
|
|
153
|
-
result.settings.applied += applied;
|
|
154
|
-
invalidateSiteSettingsCache();
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* Set a collection's `titleField`/`dateField`: a separate write run after the
|
|
160
|
-
* fields exist, so `updateCollection` can validate them. No-op when neither is set.
|
|
161
|
-
*/
|
|
162
|
-
async function applyDisplayDateFields(registry, collection) {
|
|
163
|
-
if (collection.titleField === void 0 && collection.dateField === void 0) return;
|
|
164
|
-
await registry.updateCollection(collection.slug, {
|
|
165
|
-
titleField: collection.titleField,
|
|
166
|
-
dateField: collection.dateField
|
|
167
|
-
});
|
|
168
|
-
}
|
|
169
|
-
const FILE_EXTENSION_PATTERN = /\.([a-z0-9]+)(?:\?|$)/i;
|
|
170
|
-
/** Pattern to remove file extensions */
|
|
171
|
-
const EXTENSION_PATTERN = /\.[^.]+$/;
|
|
172
|
-
/** Pattern to remove query parameters */
|
|
173
|
-
const QUERY_PARAM_PATTERN = /\?.*$/;
|
|
174
|
-
/** Pattern to remove non-alphanumeric characters (except dash and underscore) */
|
|
175
|
-
const SANITIZE_PATTERN = /[^a-zA-Z0-9_-]/g;
|
|
176
|
-
/** Pattern to collapse multiple hyphens */
|
|
177
|
-
const MULTIPLE_HYPHENS_PATTERN = /-+/g;
|
|
178
|
-
/** The `category` and `tag` defs that migrations insert on every new database. */
|
|
179
|
-
const BUILT_IN_TAXONOMY_DEFS = new Map([["taxdef_category", {
|
|
180
|
-
label: "Categories",
|
|
181
|
-
label_singular: "Category",
|
|
182
|
-
hierarchical: 1,
|
|
183
|
-
collections: "[\"posts\"]"
|
|
184
|
-
}], ["taxdef_tag", {
|
|
185
|
-
label: "Tags",
|
|
186
|
-
label_singular: "Tag",
|
|
187
|
-
hierarchical: 0,
|
|
188
|
-
collections: "[\"posts\"]"
|
|
189
|
-
}]]);
|
|
190
|
-
/** Whether `def` is a built-in `category`/`tag` definition still holding its migration defaults. */
|
|
191
|
-
function isUntouchedBuiltInTaxonomyDef(def) {
|
|
192
|
-
const builtIn = BUILT_IN_TAXONOMY_DEFS.get(def.id);
|
|
193
|
-
return builtIn !== void 0 && def.label === builtIn.label && def.label_singular === builtIn.label_singular && def.hierarchical === builtIn.hierarchical && def.collections === builtIn.collections;
|
|
194
|
-
}
|
|
195
|
-
/**
|
|
196
|
-
* Apply a seed file to the database
|
|
197
|
-
*
|
|
198
|
-
* This function is idempotent - safe to run multiple times.
|
|
199
|
-
*
|
|
200
|
-
* @param db - Kysely database instance
|
|
201
|
-
* @param seed - Seed file to apply
|
|
202
|
-
* @param options - Application options
|
|
203
|
-
* @returns Result summary
|
|
204
|
-
*/
|
|
205
|
-
async function applySeed(db, seed, options = {}) {
|
|
206
|
-
return coalesceObjectCacheWrites(() => applySeedWrites(db, seed, options));
|
|
207
|
-
}
|
|
208
|
-
async function applySeedWrites(db, seed, options) {
|
|
209
|
-
const validation = validateSeed(seed);
|
|
210
|
-
if (!validation.valid) throw new Error(`Invalid seed file:\n${validation.errors.join("\n")}`);
|
|
211
|
-
const { includeContent = false, storage, skipMediaDownload = false, onConflict = "skip" } = options;
|
|
212
|
-
const result = {
|
|
213
|
-
blockTypes: {
|
|
214
|
-
created: 0,
|
|
215
|
-
skipped: 0,
|
|
216
|
-
updated: 0
|
|
217
|
-
},
|
|
218
|
-
collections: {
|
|
219
|
-
created: 0,
|
|
220
|
-
skipped: 0,
|
|
221
|
-
updated: 0
|
|
222
|
-
},
|
|
223
|
-
fields: {
|
|
224
|
-
created: 0,
|
|
225
|
-
skipped: 0,
|
|
226
|
-
updated: 0
|
|
227
|
-
},
|
|
228
|
-
taxonomies: {
|
|
229
|
-
created: 0,
|
|
230
|
-
skipped: 0,
|
|
231
|
-
terms: 0
|
|
232
|
-
},
|
|
233
|
-
bylines: {
|
|
234
|
-
created: 0,
|
|
235
|
-
skipped: 0,
|
|
236
|
-
updated: 0
|
|
237
|
-
},
|
|
238
|
-
menus: {
|
|
239
|
-
created: 0,
|
|
240
|
-
items: 0
|
|
241
|
-
},
|
|
242
|
-
redirects: {
|
|
243
|
-
created: 0,
|
|
244
|
-
skipped: 0,
|
|
245
|
-
updated: 0
|
|
246
|
-
},
|
|
247
|
-
widgetAreas: {
|
|
248
|
-
created: 0,
|
|
249
|
-
widgets: 0
|
|
250
|
-
},
|
|
251
|
-
sections: {
|
|
252
|
-
created: 0,
|
|
253
|
-
skipped: 0,
|
|
254
|
-
updated: 0
|
|
255
|
-
},
|
|
256
|
-
settings: { applied: 0 },
|
|
257
|
-
content: {
|
|
258
|
-
created: 0,
|
|
259
|
-
skipped: 0,
|
|
260
|
-
updated: 0
|
|
261
|
-
},
|
|
262
|
-
media: {
|
|
263
|
-
created: 0,
|
|
264
|
-
skipped: 0
|
|
265
|
-
}
|
|
266
|
-
};
|
|
267
|
-
const mediaContext = {
|
|
268
|
-
db,
|
|
269
|
-
storage: storage ?? null,
|
|
270
|
-
skipMediaDownload,
|
|
271
|
-
mediaCache: /* @__PURE__ */ new Map()
|
|
272
|
-
};
|
|
273
|
-
const seedIdMap = /* @__PURE__ */ new Map();
|
|
274
|
-
const seedBylineIdMap = /* @__PURE__ */ new Map();
|
|
275
|
-
const staleMarkedContentCollections = /* @__PURE__ */ new Set();
|
|
276
|
-
const failedStaleContentCollections = /* @__PURE__ */ new Set();
|
|
277
|
-
const defaultLocale = getI18nConfig()?.defaultLocale ?? seed.defaultLocale ?? "en";
|
|
278
|
-
const markSeedContentCollectionStale = async (collectionSlug) => {
|
|
279
|
-
if (staleMarkedContentCollections.has(collectionSlug)) return;
|
|
280
|
-
if (await markContentMediaUsageCollectionStaleSafely(db, collectionSlug, "CONTENT_USAGE_STALE")) {
|
|
281
|
-
staleMarkedContentCollections.add(collectionSlug);
|
|
282
|
-
failedStaleContentCollections.delete(collectionSlug);
|
|
283
|
-
} else failedStaleContentCollections.add(collectionSlug);
|
|
284
|
-
};
|
|
285
|
-
const retryFailedSeedContentStaleMarks = async () => {
|
|
286
|
-
for (const collectionSlug of failedStaleContentCollections) if (await markContentMediaUsageCollectionStaleSafely(db, collectionSlug, "CONTENT_USAGE_STALE")) {
|
|
287
|
-
staleMarkedContentCollections.add(collectionSlug);
|
|
288
|
-
failedStaleContentCollections.delete(collectionSlug);
|
|
289
|
-
}
|
|
290
|
-
};
|
|
291
|
-
if (seed.settings) await applySiteSettings(db, seed.settings, onConflict, result);
|
|
292
|
-
if (seed.blockTypes) {
|
|
293
|
-
const registry = new BlockTypeRegistry(db);
|
|
294
|
-
for (const blockType of seed.blockTypes) {
|
|
295
|
-
const existing = await registry.getBlockType(blockType.slug);
|
|
296
|
-
await registry.applySeedBlockType(blockType, onConflict);
|
|
297
|
-
if (!existing) result.blockTypes.created++;
|
|
298
|
-
else if (onConflict === "update") result.blockTypes.updated++;
|
|
299
|
-
else result.blockTypes.skipped++;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
if (seed.collections) {
|
|
303
|
-
const registry = new SchemaRegistry(db);
|
|
304
|
-
for (const collection of seed.collections) {
|
|
305
|
-
if (await registry.getCollection(collection.slug)) {
|
|
306
|
-
if (onConflict === "error") throw new Error(`Conflict: collection "${collection.slug}" already exists`);
|
|
307
|
-
if (onConflict === "update") {
|
|
308
|
-
await registry.updateCollection(collection.slug, {
|
|
309
|
-
label: collection.label,
|
|
310
|
-
labelSingular: collection.labelSingular,
|
|
311
|
-
description: collection.description,
|
|
312
|
-
icon: collection.icon,
|
|
313
|
-
admin: collection.admin,
|
|
314
|
-
supports: collection.supports || [],
|
|
315
|
-
urlPattern: collection.urlPattern,
|
|
316
|
-
routable: collection.routable,
|
|
317
|
-
hidden: collection.hidden,
|
|
318
|
-
sortOrder: collection.sortOrder,
|
|
319
|
-
group: collection.group,
|
|
320
|
-
commentsEnabled: collection.commentsEnabled,
|
|
321
|
-
editLocking: collection.editLocking
|
|
322
|
-
});
|
|
323
|
-
result.collections.updated++;
|
|
324
|
-
for (const field of collection.fields) if (await registry.getField(collection.slug, field.slug)) {
|
|
325
|
-
await registry.updateField(collection.slug, field.slug, {
|
|
326
|
-
label: field.label,
|
|
327
|
-
type: field.type,
|
|
328
|
-
required: field.required || false,
|
|
329
|
-
unique: field.unique || false,
|
|
330
|
-
searchable: field.searchable || false,
|
|
331
|
-
indexed: field.indexed || false,
|
|
332
|
-
defaultValue: field.defaultValue,
|
|
333
|
-
validation: field.validation,
|
|
334
|
-
widget: field.widget,
|
|
335
|
-
options: field.options
|
|
336
|
-
});
|
|
337
|
-
result.fields.updated++;
|
|
338
|
-
} else {
|
|
339
|
-
await registry.createField(collection.slug, {
|
|
340
|
-
slug: field.slug,
|
|
341
|
-
label: field.label,
|
|
342
|
-
type: field.type,
|
|
343
|
-
required: field.required || false,
|
|
344
|
-
unique: field.unique || false,
|
|
345
|
-
searchable: field.searchable || false,
|
|
346
|
-
indexed: field.indexed || false,
|
|
347
|
-
defaultValue: field.defaultValue,
|
|
348
|
-
validation: field.validation,
|
|
349
|
-
widget: field.widget,
|
|
350
|
-
options: field.options
|
|
351
|
-
});
|
|
352
|
-
result.fields.created++;
|
|
353
|
-
}
|
|
354
|
-
await applyDisplayDateFields(registry, collection);
|
|
355
|
-
continue;
|
|
356
|
-
}
|
|
357
|
-
result.collections.skipped++;
|
|
358
|
-
result.fields.skipped += collection.fields.length;
|
|
359
|
-
continue;
|
|
360
|
-
}
|
|
361
|
-
const fields = collection.fields.map((field) => ({
|
|
362
|
-
slug: field.slug,
|
|
363
|
-
label: field.label,
|
|
364
|
-
type: field.type,
|
|
365
|
-
required: field.required || false,
|
|
366
|
-
unique: field.unique || false,
|
|
367
|
-
searchable: field.searchable || false,
|
|
368
|
-
indexed: field.indexed || false,
|
|
369
|
-
defaultValue: field.defaultValue,
|
|
370
|
-
validation: field.validation,
|
|
371
|
-
widget: field.widget,
|
|
372
|
-
options: field.options
|
|
373
|
-
}));
|
|
374
|
-
await registry.createSeedCollection({
|
|
375
|
-
slug: collection.slug,
|
|
376
|
-
label: collection.label,
|
|
377
|
-
labelSingular: collection.labelSingular,
|
|
378
|
-
description: collection.description,
|
|
379
|
-
icon: collection.icon,
|
|
380
|
-
admin: collection.admin,
|
|
381
|
-
supports: collection.supports || [],
|
|
382
|
-
urlPattern: collection.urlPattern,
|
|
383
|
-
routable: collection.routable,
|
|
384
|
-
hidden: collection.hidden,
|
|
385
|
-
sortOrder: collection.sortOrder,
|
|
386
|
-
group: collection.group,
|
|
387
|
-
commentsEnabled: collection.commentsEnabled,
|
|
388
|
-
editLocking: collection.editLocking
|
|
389
|
-
}, fields);
|
|
390
|
-
await applyDisplayDateFields(registry, collection);
|
|
391
|
-
result.collections.created++;
|
|
392
|
-
result.fields.created += fields.length;
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
if (seed.taxonomies) {
|
|
396
|
-
const termSeedIdMap = /* @__PURE__ */ new Map();
|
|
397
|
-
const taxonomiesBySeedId = /* @__PURE__ */ new Map();
|
|
398
|
-
for (const taxonomy of seed.taxonomies) if (taxonomy.id) taxonomiesBySeedId.set(taxonomy.id, taxonomy);
|
|
399
|
-
const untouchedBuiltInDefIds = new Set((await db.selectFrom("_emdash_taxonomy_defs").select([
|
|
400
|
-
"id",
|
|
401
|
-
"label",
|
|
402
|
-
"label_singular",
|
|
403
|
-
"hierarchical",
|
|
404
|
-
"collections"
|
|
405
|
-
]).where("id", "in", [...BUILT_IN_TAXONOMY_DEFS.keys()]).execute()).filter(isUntouchedBuiltInTaxonomyDef).map((def) => def.id));
|
|
406
|
-
const declaresOwnStructure = (taxonomy) => findTaxonomyStructureSource(taxonomy, taxonomiesBySeedId) === taxonomy;
|
|
407
|
-
const orderedTaxonomies = [...seed.taxonomies.filter(declaresOwnStructure), ...seed.taxonomies.filter((taxonomy) => !declaresOwnStructure(taxonomy))];
|
|
408
|
-
for (const taxonomy of orderedTaxonomies) {
|
|
409
|
-
const defLocale = resolveConfiguredLocale(taxonomy.locale ?? defaultLocale);
|
|
410
|
-
const defsOfName = await db.selectFrom("_emdash_taxonomy_defs").select(["id", "locale"]).where("name", "=", taxonomy.name).execute();
|
|
411
|
-
const existingDef = defsOfName.find((def) => def.locale === defLocale);
|
|
412
|
-
const unclaimed = existingDef !== void 0 && untouchedBuiltInDefIds.has(existingDef.id);
|
|
413
|
-
if (existingDef && onConflict === "error" && !unclaimed) throw new Error(`Conflict: taxonomy "${taxonomy.name}" (${defLocale}) already exists`);
|
|
414
|
-
const replacesDef = onConflict === "update" || unclaimed;
|
|
415
|
-
const existingStructure = await findTaxonomyStructure(db, taxonomy.name);
|
|
416
|
-
const replacesStructure = replacesDef || defsOfName.every((def) => untouchedBuiltInDefIds.has(def.id));
|
|
417
|
-
const writesStructure = !existingStructure || replacesStructure && !taxonomy.translationOf;
|
|
418
|
-
const structure = existingStructure && !writesStructure ? existingStructure : {
|
|
419
|
-
hierarchical: taxonomy.hierarchical ?? existingStructure?.hierarchical ?? false,
|
|
420
|
-
collections: taxonomy.collections ?? existingStructure?.collections ?? []
|
|
421
|
-
};
|
|
422
|
-
const defId = existingDef?.id ?? ulid();
|
|
423
|
-
const translationGroup = writesStructure ? await saveTaxonomyStructure(db, taxonomy.name, existingStructure?.id ?? defId, structure) : existingStructure.id;
|
|
424
|
-
if (existingDef) if (replacesDef) await db.updateTable("_emdash_taxonomy_defs").set({
|
|
425
|
-
label: taxonomy.label,
|
|
426
|
-
label_singular: taxonomy.labelSingular ?? null
|
|
427
|
-
}).where("id", "=", existingDef.id).execute();
|
|
428
|
-
else result.taxonomies.skipped++;
|
|
429
|
-
else {
|
|
430
|
-
await db.insertInto("_emdash_taxonomy_defs").values({
|
|
431
|
-
id: defId,
|
|
432
|
-
name: taxonomy.name,
|
|
433
|
-
label: taxonomy.label,
|
|
434
|
-
label_singular: taxonomy.labelSingular ?? null,
|
|
435
|
-
hierarchical: structure.hierarchical ? 1 : 0,
|
|
436
|
-
collections: JSON.stringify(structure.collections),
|
|
437
|
-
locale: defLocale,
|
|
438
|
-
translation_group: translationGroup
|
|
439
|
-
}).execute();
|
|
440
|
-
result.taxonomies.created++;
|
|
441
|
-
}
|
|
442
|
-
if (includeContent && taxonomy.terms && taxonomy.terms.length > 0) {
|
|
443
|
-
const termRepo = new TaxonomyRepository(db);
|
|
444
|
-
if (structure.hierarchical) await applyHierarchicalTerms(termRepo, taxonomy.name, defLocale, taxonomy.terms, termSeedIdMap, result, onConflict);
|
|
445
|
-
else for (const term of taxonomy.terms) {
|
|
446
|
-
const termLocale = resolveConfiguredLocale(term.locale ?? defLocale);
|
|
447
|
-
const existing = await termRepo.findBySlug(taxonomy.name, term.slug, termLocale);
|
|
448
|
-
if (existing) {
|
|
449
|
-
if (onConflict === "error") throw new Error(`Conflict: taxonomy term "${term.slug}" in "${taxonomy.name}" (${termLocale}) already exists`);
|
|
450
|
-
if (onConflict === "update") {
|
|
451
|
-
await termRepo.update(existing.id, {
|
|
452
|
-
label: term.label,
|
|
453
|
-
data: term.description ? { description: term.description } : {}
|
|
454
|
-
});
|
|
455
|
-
result.taxonomies.terms++;
|
|
456
|
-
}
|
|
457
|
-
if (term.id) termSeedIdMap.set(term.id, existing.id);
|
|
458
|
-
} else {
|
|
459
|
-
const translationOf = term.translationOf ? termSeedIdMap.get(term.translationOf) : void 0;
|
|
460
|
-
const created = await termRepo.create({
|
|
461
|
-
name: taxonomy.name,
|
|
462
|
-
slug: term.slug,
|
|
463
|
-
label: term.label,
|
|
464
|
-
data: term.description ? { description: term.description } : void 0,
|
|
465
|
-
locale: termLocale,
|
|
466
|
-
translationOf
|
|
467
|
-
});
|
|
468
|
-
if (term.id) termSeedIdMap.set(term.id, created.id);
|
|
469
|
-
result.taxonomies.terms++;
|
|
470
|
-
}
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
const { invalidateTaxonomyDefsCache } = await import("./taxonomies-C1IwNe8Q.mjs").then((n) => n.f);
|
|
475
|
-
invalidateTaxonomyDefsCache();
|
|
476
|
-
}
|
|
477
|
-
if (includeContent && seed.bylines) {
|
|
478
|
-
const bylineRepo = new BylineRepository(db);
|
|
479
|
-
for (const byline of seed.bylines) {
|
|
480
|
-
const existing = await bylineRepo.findBySlug(byline.slug);
|
|
481
|
-
if (existing) {
|
|
482
|
-
if (onConflict === "error") throw new Error(`Conflict: byline "${byline.slug}" already exists`);
|
|
483
|
-
if (onConflict === "update") {
|
|
484
|
-
const avatar = byline.avatar ? await resolveSeedBylineAvatar(db, byline.avatar) : null;
|
|
485
|
-
try {
|
|
486
|
-
if (!await bylineRepo.update(existing.id, {
|
|
487
|
-
displayName: byline.displayName,
|
|
488
|
-
bio: byline.bio ?? null,
|
|
489
|
-
websiteUrl: byline.websiteUrl ?? null,
|
|
490
|
-
isGuest: byline.isGuest,
|
|
491
|
-
...avatar ? { avatarMediaId: avatar.id } : {}
|
|
492
|
-
})) throw new Error(`Byline "${byline.slug}" disappeared during update`);
|
|
493
|
-
} catch (error) {
|
|
494
|
-
if (avatar?.created) await deleteMediaRow(db, avatar.id);
|
|
495
|
-
throw error;
|
|
496
|
-
}
|
|
497
|
-
seedBylineIdMap.set(byline.id, existing.id);
|
|
498
|
-
result.bylines.updated++;
|
|
499
|
-
if (avatar?.created) result.media.created++;
|
|
500
|
-
continue;
|
|
501
|
-
}
|
|
502
|
-
seedBylineIdMap.set(byline.id, existing.id);
|
|
503
|
-
result.bylines.skipped++;
|
|
504
|
-
continue;
|
|
505
|
-
}
|
|
506
|
-
const avatar = byline.avatar ? await resolveSeedBylineAvatar(db, byline.avatar) : null;
|
|
507
|
-
let createdId;
|
|
508
|
-
try {
|
|
509
|
-
createdId = (await bylineRepo.create({
|
|
510
|
-
slug: byline.slug,
|
|
511
|
-
displayName: byline.displayName,
|
|
512
|
-
bio: byline.bio ?? null,
|
|
513
|
-
websiteUrl: byline.websiteUrl ?? null,
|
|
514
|
-
isGuest: byline.isGuest,
|
|
515
|
-
avatarMediaId: avatar?.id ?? null
|
|
516
|
-
})).id;
|
|
517
|
-
} catch (error) {
|
|
518
|
-
if (avatar?.created) await deleteMediaRow(db, avatar.id);
|
|
519
|
-
throw error;
|
|
520
|
-
}
|
|
521
|
-
seedBylineIdMap.set(byline.id, createdId);
|
|
522
|
-
result.bylines.created++;
|
|
523
|
-
if (avatar?.created) result.media.created++;
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
if (includeContent && seed.content) {
|
|
527
|
-
const contentRepo = new ContentRepository(db);
|
|
528
|
-
const schemaRegistry = new SchemaRegistry(db);
|
|
529
|
-
const datetimeContexts = /* @__PURE__ */ new Map();
|
|
530
|
-
try {
|
|
531
|
-
for (const [collectionSlug, entries] of Object.entries(seed.content)) {
|
|
532
|
-
const collectionInfo = await schemaRegistry.getCollectionWithFields(collectionSlug);
|
|
533
|
-
const collectionRoutable = collectionInfo?.routable !== false;
|
|
534
|
-
const resolvedBlockTypes = collectionInfo?.fields.some((field) => field.type === "blocks") ? await resolveBlockTypes(db) : void 0;
|
|
535
|
-
for (const entry of entries) {
|
|
536
|
-
const entrySlug = typeof entry.slug === "string" && entry.slug.trim().length > 0 ? entry.slug : null;
|
|
537
|
-
const entryLocale = resolveConfiguredLocale(entry.locale ?? defaultLocale);
|
|
538
|
-
const existing = entrySlug ? await contentRepo.findBySlug(collectionSlug, entrySlug, entryLocale) : await contentRepo.findById(collectionSlug, entry.id);
|
|
539
|
-
if (existing) {
|
|
540
|
-
if (onConflict === "error") throw new Error(`Conflict: content "${entrySlug ?? entry.id}" in "${collectionSlug}" already exists`);
|
|
541
|
-
if (onConflict === "update") {
|
|
542
|
-
let resolvedData = await resolveReferences(entry.data, seedIdMap, mediaContext, result);
|
|
543
|
-
if (collectionInfo) resolvedData = await normalizeBlocksData(db, collectionInfo, resolvedData, existing.data, { restoreBlocks: true }, false, resolvedBlockTypes);
|
|
544
|
-
const status = entry.status || "published";
|
|
545
|
-
let contentMutated = false;
|
|
546
|
-
try {
|
|
547
|
-
await withTransaction(db, async (trx) => {
|
|
548
|
-
const trxContentRepo = new ContentRepository(trx, datetimeContexts);
|
|
549
|
-
const trxBylineRepo = new BylineRepository(trx);
|
|
550
|
-
const trxRevisionRepo = new RevisionRepository(trx, datetimeContexts);
|
|
551
|
-
await trxContentRepo.update(collectionSlug, existing.id, {
|
|
552
|
-
status,
|
|
553
|
-
data: resolvedData
|
|
554
|
-
});
|
|
555
|
-
contentMutated = true;
|
|
556
|
-
await applyContentBylines(trxBylineRepo, collectionSlug, existing.id, entry, seedBylineIdMap, true);
|
|
557
|
-
await applyContentTaxonomies(trx, collectionSlug, existing.id, entry, true);
|
|
558
|
-
if (status === "published") {
|
|
559
|
-
const draft = await trxRevisionRepo.create({
|
|
560
|
-
collection: collectionSlug,
|
|
561
|
-
entryId: existing.id,
|
|
562
|
-
data: resolvedData
|
|
563
|
-
});
|
|
564
|
-
try {
|
|
565
|
-
await trxContentRepo.setDraftRevision(collectionSlug, existing.id, draft.id);
|
|
566
|
-
await trxContentRepo.publish(collectionSlug, existing.id, void 0, false, void 0, true, collectionRoutable);
|
|
567
|
-
} catch (error) {
|
|
568
|
-
try {
|
|
569
|
-
await trxRevisionRepo.deleteIfUnreferenced(collectionSlug, existing.id, draft.id);
|
|
570
|
-
} catch (cleanupError) {
|
|
571
|
-
console.error(`[seed] Failed to clean up unstaged revision ${draft.id}:`, cleanupError);
|
|
572
|
-
}
|
|
573
|
-
throw error;
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
});
|
|
577
|
-
} catch (error) {
|
|
578
|
-
if (contentMutated) await markSeedContentCollectionStale(collectionSlug);
|
|
579
|
-
throw error;
|
|
580
|
-
}
|
|
581
|
-
seedIdMap.set(entry.id, existing.id);
|
|
582
|
-
result.content.updated++;
|
|
583
|
-
await markSeedContentCollectionStale(collectionSlug);
|
|
584
|
-
continue;
|
|
585
|
-
}
|
|
586
|
-
result.content.skipped++;
|
|
587
|
-
seedIdMap.set(entry.id, existing.id);
|
|
588
|
-
continue;
|
|
589
|
-
}
|
|
590
|
-
let resolvedData = await resolveReferences(entry.data, seedIdMap, mediaContext, result);
|
|
591
|
-
if (collectionInfo) resolvedData = await normalizeBlocksData(db, collectionInfo, resolvedData, {}, { restoreBlocks: true }, false, resolvedBlockTypes);
|
|
592
|
-
let translationOf;
|
|
593
|
-
if (entry.translationOf) {
|
|
594
|
-
const sourceId = seedIdMap.get(entry.translationOf);
|
|
595
|
-
if (!sourceId) console.warn(`content.${collectionSlug}: translationOf "${entry.translationOf}" not found (not yet created or missing). Skipping translation link.`);
|
|
596
|
-
else translationOf = sourceId;
|
|
597
|
-
}
|
|
598
|
-
const status = entry.status || "published";
|
|
599
|
-
let contentMutated = false;
|
|
600
|
-
let created;
|
|
601
|
-
try {
|
|
602
|
-
created = await withTransaction(db, async (trx) => {
|
|
603
|
-
const trxContentRepo = new ContentRepository(trx, datetimeContexts);
|
|
604
|
-
const trxBylineRepo = new BylineRepository(trx);
|
|
605
|
-
const item = await trxContentRepo.create({
|
|
606
|
-
...entrySlug ? {} : { id: entry.id },
|
|
607
|
-
type: collectionSlug,
|
|
608
|
-
slug: entrySlug,
|
|
609
|
-
status,
|
|
610
|
-
data: resolvedData,
|
|
611
|
-
locale: entryLocale,
|
|
612
|
-
translationOf,
|
|
613
|
-
publishedAt: status === "published" ? (/* @__PURE__ */ new Date()).toISOString() : null
|
|
614
|
-
});
|
|
615
|
-
contentMutated = true;
|
|
616
|
-
await applyContentBylines(trxBylineRepo, collectionSlug, item.id, entry, seedBylineIdMap);
|
|
617
|
-
await applyContentTaxonomies(trx, collectionSlug, item.id, entry, false);
|
|
618
|
-
if (status === "published") await trxContentRepo.publish(collectionSlug, item.id, void 0, false, void 0, true, collectionRoutable);
|
|
619
|
-
return item;
|
|
620
|
-
});
|
|
621
|
-
} catch (error) {
|
|
622
|
-
if (contentMutated) await markSeedContentCollectionStale(collectionSlug);
|
|
623
|
-
throw error;
|
|
624
|
-
}
|
|
625
|
-
seedIdMap.set(entry.id, created.id);
|
|
626
|
-
result.content.created++;
|
|
627
|
-
await markSeedContentCollectionStale(collectionSlug);
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
} finally {
|
|
631
|
-
await retryFailedSeedContentStaleMarks();
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
if (seed.menus) {
|
|
635
|
-
const menuSeedIdMap = /* @__PURE__ */ new Map();
|
|
636
|
-
const itemSeedIdMap = /* @__PURE__ */ new Map();
|
|
637
|
-
for (const menu of seed.menus) {
|
|
638
|
-
const locale = resolveConfiguredLocale(menu.locale ?? defaultLocale);
|
|
639
|
-
const existingMenu = await db.selectFrom("_emdash_menus").selectAll().where("name", "=", menu.name).where("locale", "=", locale).executeTakeFirst();
|
|
640
|
-
let menuId;
|
|
641
|
-
let translationGroup;
|
|
642
|
-
if (existingMenu) {
|
|
643
|
-
menuId = existingMenu.id;
|
|
644
|
-
translationGroup = existingMenu.translation_group ?? existingMenu.id;
|
|
645
|
-
await db.deleteFrom("_emdash_menu_items").where("menu_id", "=", menuId).execute();
|
|
646
|
-
} else {
|
|
647
|
-
menuId = ulid();
|
|
648
|
-
translationGroup = menuId;
|
|
649
|
-
if (menu.translationOf) {
|
|
650
|
-
const source = menuSeedIdMap.get(menu.translationOf);
|
|
651
|
-
if (source) translationGroup = source.translationGroup;
|
|
652
|
-
else console.warn(`menu "${menu.name}" (${locale}): translationOf "${menu.translationOf}" not found yet; minting a fresh group.`);
|
|
653
|
-
}
|
|
654
|
-
await db.insertInto("_emdash_menus").values({
|
|
655
|
-
id: menuId,
|
|
656
|
-
name: menu.name,
|
|
657
|
-
label: menu.label,
|
|
658
|
-
created_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
659
|
-
updated_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
660
|
-
locale,
|
|
661
|
-
translation_group: translationGroup
|
|
662
|
-
}).execute();
|
|
663
|
-
result.menus.created++;
|
|
664
|
-
}
|
|
665
|
-
if (menu.id) menuSeedIdMap.set(menu.id, {
|
|
666
|
-
id: menuId,
|
|
667
|
-
translationGroup
|
|
668
|
-
});
|
|
669
|
-
const itemCount = await applyMenuItems(db, menuId, locale, menu.items, null, 0, seedIdMap, itemSeedIdMap);
|
|
670
|
-
result.menus.items += itemCount;
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
|
-
if (seed.redirects) {
|
|
674
|
-
const redirectRepo = new RedirectRepository(db);
|
|
675
|
-
for (const redirect of seed.redirects) {
|
|
676
|
-
const existing = await redirectRepo.findBySource(redirect.source);
|
|
677
|
-
if (existing) {
|
|
678
|
-
if (onConflict === "error") throw new Error(`Conflict: redirect "${redirect.source}" already exists`);
|
|
679
|
-
if (onConflict === "update") {
|
|
680
|
-
await redirectRepo.update(existing.id, {
|
|
681
|
-
destination: redirect.destination,
|
|
682
|
-
type: redirect.type,
|
|
683
|
-
enabled: redirect.enabled,
|
|
684
|
-
groupName: redirect.groupName
|
|
685
|
-
});
|
|
686
|
-
result.redirects.updated++;
|
|
687
|
-
continue;
|
|
688
|
-
}
|
|
689
|
-
result.redirects.skipped++;
|
|
690
|
-
continue;
|
|
691
|
-
}
|
|
692
|
-
await redirectRepo.create({
|
|
693
|
-
source: redirect.source,
|
|
694
|
-
destination: redirect.destination,
|
|
695
|
-
type: redirect.type,
|
|
696
|
-
enabled: redirect.enabled,
|
|
697
|
-
groupName: redirect.groupName
|
|
698
|
-
});
|
|
699
|
-
result.redirects.created++;
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
if (seed.widgetAreas) for (const area of seed.widgetAreas) {
|
|
703
|
-
const existingArea = await db.selectFrom("_emdash_widget_areas").selectAll().where("name", "=", area.name).executeTakeFirst();
|
|
704
|
-
let areaId;
|
|
705
|
-
if (existingArea) {
|
|
706
|
-
areaId = existingArea.id;
|
|
707
|
-
await db.deleteFrom("_emdash_widgets").where("area_id", "=", areaId).execute();
|
|
708
|
-
} else {
|
|
709
|
-
areaId = ulid();
|
|
710
|
-
await db.insertInto("_emdash_widget_areas").values({
|
|
711
|
-
id: areaId,
|
|
712
|
-
name: area.name,
|
|
713
|
-
label: area.label,
|
|
714
|
-
description: area.description ?? null
|
|
715
|
-
}).execute();
|
|
716
|
-
result.widgetAreas.created++;
|
|
717
|
-
}
|
|
718
|
-
for (let i = 0; i < area.widgets.length; i++) {
|
|
719
|
-
const widget = area.widgets[i];
|
|
720
|
-
await applyWidget(db, areaId, widget, i);
|
|
721
|
-
result.widgetAreas.widgets++;
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
if (seed.sections) for (const section of seed.sections) {
|
|
725
|
-
const existing = await db.selectFrom("_emdash_sections").select("id").where("slug", "=", section.slug).executeTakeFirst();
|
|
726
|
-
if (existing) {
|
|
727
|
-
if (onConflict === "error") throw new Error(`Conflict: section "${section.slug}" already exists`);
|
|
728
|
-
if (onConflict === "update") {
|
|
729
|
-
await db.updateTable("_emdash_sections").set({
|
|
730
|
-
title: section.title,
|
|
731
|
-
description: section.description ?? null,
|
|
732
|
-
keywords: section.keywords ? JSON.stringify(section.keywords) : null,
|
|
733
|
-
content: JSON.stringify(section.content),
|
|
734
|
-
source: section.source || "theme",
|
|
735
|
-
updated_at: (/* @__PURE__ */ new Date()).toISOString()
|
|
736
|
-
}).where("id", "=", existing.id).execute();
|
|
737
|
-
result.sections.updated++;
|
|
738
|
-
continue;
|
|
739
|
-
}
|
|
740
|
-
result.sections.skipped++;
|
|
741
|
-
continue;
|
|
742
|
-
}
|
|
743
|
-
const id = ulid();
|
|
744
|
-
const now = (/* @__PURE__ */ new Date()).toISOString();
|
|
745
|
-
await db.insertInto("_emdash_sections").values({
|
|
746
|
-
id,
|
|
747
|
-
slug: section.slug,
|
|
748
|
-
title: section.title,
|
|
749
|
-
description: section.description ?? null,
|
|
750
|
-
keywords: section.keywords ? JSON.stringify(section.keywords) : null,
|
|
751
|
-
content: JSON.stringify(section.content),
|
|
752
|
-
preview_media_id: null,
|
|
753
|
-
source: section.source || "theme",
|
|
754
|
-
theme_id: section.source === "theme" ? section.slug : null,
|
|
755
|
-
created_at: now,
|
|
756
|
-
updated_at: now
|
|
757
|
-
}).execute();
|
|
758
|
-
result.sections.created++;
|
|
759
|
-
}
|
|
760
|
-
if (seed.collections) {
|
|
761
|
-
const ftsManager = new FTSManager(db);
|
|
762
|
-
for (const collection of seed.collections) if (collection.supports?.includes("search")) {
|
|
763
|
-
if ((await ftsManager.getSearchableFields(collection.slug)).length > 0) try {
|
|
764
|
-
await ftsManager.enableSearch(collection.slug);
|
|
765
|
-
} catch (err) {
|
|
766
|
-
console.warn(`Failed to enable search for ${collection.slug}:`, err);
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
const { invalidateBylineCache } = await import("./bylines-BPwJqoYH.mjs").then((n) => n.t);
|
|
771
|
-
const { invalidateRedirectCache } = await import("./cache-m7UEkRFV.mjs").then((n) => n.t);
|
|
772
|
-
const { invalidateUrlPatternCache } = await import("./query-B48peoRT.mjs").then((n) => n.o);
|
|
773
|
-
invalidateBylineCache();
|
|
774
|
-
invalidateRedirectCache();
|
|
775
|
-
invalidateUrlPatternCache();
|
|
776
|
-
return result;
|
|
777
|
-
}
|
|
778
|
-
/**
|
|
779
|
-
* Apply hierarchical taxonomy terms (parents before children)
|
|
780
|
-
*/
|
|
781
|
-
async function applyHierarchicalTerms(termRepo, taxonomyName, defLocale, terms, termSeedIdMap, result, onConflict = "skip") {
|
|
782
|
-
const slugToId = /* @__PURE__ */ new Map();
|
|
783
|
-
const resolveTermLocale = (term) => resolveConfiguredLocale(term.locale ?? defLocale);
|
|
784
|
-
let remaining = [...terms];
|
|
785
|
-
let maxPasses = 10;
|
|
786
|
-
while (remaining.length > 0 && maxPasses > 0) {
|
|
787
|
-
const processedThisPass = [];
|
|
788
|
-
for (const term of remaining) {
|
|
789
|
-
const termLocale = resolveTermLocale(term);
|
|
790
|
-
const parentReady = !term.parent || slugToId.has(`${termLocale}::${term.parent}`);
|
|
791
|
-
const translationReady = !term.translationOf || termSeedIdMap.has(term.translationOf);
|
|
792
|
-
if (!parentReady || !translationReady) continue;
|
|
793
|
-
const parentId = term.parent ? slugToId.get(`${termLocale}::${term.parent}`) : void 0;
|
|
794
|
-
const translationOf = term.translationOf ? termSeedIdMap.get(term.translationOf) : void 0;
|
|
795
|
-
const existing = await termRepo.findBySlug(taxonomyName, term.slug, termLocale);
|
|
796
|
-
if (existing) {
|
|
797
|
-
if (onConflict === "error") throw new Error(`Conflict: taxonomy term "${term.slug}" in "${taxonomyName}" (${termLocale}) already exists`);
|
|
798
|
-
if (onConflict === "update") {
|
|
799
|
-
await termRepo.update(existing.id, {
|
|
800
|
-
label: term.label,
|
|
801
|
-
parentId,
|
|
802
|
-
data: term.description ? { description: term.description } : {}
|
|
803
|
-
});
|
|
804
|
-
result.taxonomies.terms++;
|
|
805
|
-
}
|
|
806
|
-
slugToId.set(`${termLocale}::${term.slug}`, existing.id);
|
|
807
|
-
if (term.id) termSeedIdMap.set(term.id, existing.id);
|
|
808
|
-
} else {
|
|
809
|
-
const created = await termRepo.create({
|
|
810
|
-
name: taxonomyName,
|
|
811
|
-
slug: term.slug,
|
|
812
|
-
label: term.label,
|
|
813
|
-
parentId,
|
|
814
|
-
data: term.description ? { description: term.description } : void 0,
|
|
815
|
-
locale: termLocale,
|
|
816
|
-
translationOf
|
|
817
|
-
});
|
|
818
|
-
slugToId.set(`${termLocale}::${term.slug}`, created.id);
|
|
819
|
-
if (term.id) termSeedIdMap.set(term.id, created.id);
|
|
820
|
-
result.taxonomies.terms++;
|
|
821
|
-
}
|
|
822
|
-
processedThisPass.push(term.slug + "::" + termLocale);
|
|
823
|
-
}
|
|
824
|
-
remaining = remaining.filter((term) => !processedThisPass.includes(term.slug + "::" + resolveTermLocale(term)));
|
|
825
|
-
maxPasses--;
|
|
826
|
-
}
|
|
827
|
-
if (remaining.length > 0) console.warn(`Could not process ${remaining.length} terms due to missing parents/translations`);
|
|
828
|
-
}
|
|
829
|
-
/**
|
|
830
|
-
* Apply byline credits to a content entry.
|
|
831
|
-
* In update mode, clears existing credits even if the seed has none.
|
|
832
|
-
*/
|
|
833
|
-
async function applyContentBylines(bylineRepo, collectionSlug, contentId, entry, seedBylineIdMap, isUpdate = false) {
|
|
834
|
-
if (!entry.bylines || entry.bylines.length === 0) {
|
|
835
|
-
if (isUpdate) await bylineRepo.setContentBylines(collectionSlug, contentId, []);
|
|
836
|
-
return;
|
|
837
|
-
}
|
|
838
|
-
const credits = entry.bylines.map((credit) => {
|
|
839
|
-
const bylineId = seedBylineIdMap.get(credit.byline);
|
|
840
|
-
if (!bylineId) return null;
|
|
841
|
-
return {
|
|
842
|
-
bylineId,
|
|
843
|
-
roleLabel: credit.roleLabel ?? null
|
|
844
|
-
};
|
|
845
|
-
}).filter((credit) => Boolean(credit));
|
|
846
|
-
if (credits.length !== entry.bylines.length) console.warn(`content.${collectionSlug}.${entry.slug ?? entry.id}: one or more byline refs could not be resolved`);
|
|
847
|
-
if (credits.length > 0 || isUpdate) await bylineRepo.setContentBylines(collectionSlug, contentId, credits);
|
|
848
|
-
}
|
|
849
|
-
/**
|
|
850
|
-
* Apply taxonomy term assignments to a content entry.
|
|
851
|
-
* In update mode, clears existing assignments before re-attaching.
|
|
852
|
-
*/
|
|
853
|
-
async function applyContentTaxonomies(db, collectionSlug, contentId, entry, isUpdate) {
|
|
854
|
-
const termRepo = new TaxonomyRepository(db);
|
|
855
|
-
if (isUpdate) await termRepo.clearEntryTerms(collectionSlug, contentId);
|
|
856
|
-
if (!entry.taxonomies) {
|
|
857
|
-
if (isUpdate) {
|
|
858
|
-
const { invalidateTermCache } = await import("./taxonomies-C1IwNe8Q.mjs").then((n) => n.f);
|
|
859
|
-
invalidateTermCache();
|
|
860
|
-
}
|
|
861
|
-
return;
|
|
862
|
-
}
|
|
863
|
-
for (const [taxonomyName, termSlugs] of Object.entries(entry.taxonomies)) for (const termSlug of termSlugs) {
|
|
864
|
-
const term = await termRepo.findBySlug(taxonomyName, termSlug);
|
|
865
|
-
if (term) await termRepo.attachToEntry(collectionSlug, contentId, term.id);
|
|
866
|
-
}
|
|
867
|
-
const { invalidateTermCache } = await import("./taxonomies-C1IwNe8Q.mjs").then((n) => n.f);
|
|
868
|
-
invalidateTermCache();
|
|
869
|
-
}
|
|
870
|
-
/**
|
|
871
|
-
* Apply menu items recursively.
|
|
872
|
-
*
|
|
873
|
-
* When a `SeedMenuItem` carries `id`/`translationOf`, the import resolves the
|
|
874
|
-
* source item's `translation_group` so cross-locale "same nav entry" links
|
|
875
|
-
* survive export → apply. Items without `translationOf` get a fresh group
|
|
876
|
-
* (= their own id).
|
|
877
|
-
*/
|
|
878
|
-
async function applyMenuItems(db, menuId, locale, items, parentId, startOrder, seedIdMap, itemSeedIdMap) {
|
|
879
|
-
let count = 0;
|
|
880
|
-
let order = startOrder;
|
|
881
|
-
for (const item of items) {
|
|
882
|
-
const itemId = ulid();
|
|
883
|
-
const itemLocale = item.locale ?? locale;
|
|
884
|
-
let referenceId = null;
|
|
885
|
-
let referenceCollection = null;
|
|
886
|
-
if (item.type === "page" || item.type === "post") {
|
|
887
|
-
if (item.ref && seedIdMap.has(item.ref)) {
|
|
888
|
-
referenceId = seedIdMap.get(item.ref);
|
|
889
|
-
referenceCollection = item.collection || `${item.type}s`;
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
let translationGroup = itemId;
|
|
893
|
-
if (item.translationOf) {
|
|
894
|
-
const source = itemSeedIdMap.get(item.translationOf);
|
|
895
|
-
if (source) translationGroup = source.translationGroup;
|
|
896
|
-
else console.warn(`menu item "${item.label ?? item.url ?? item.ref ?? "(unlabeled)"}" (${itemLocale}): translationOf "${item.translationOf}" not found yet; minting a fresh group.`);
|
|
897
|
-
}
|
|
898
|
-
await db.insertInto("_emdash_menu_items").values({
|
|
899
|
-
id: itemId,
|
|
900
|
-
menu_id: menuId,
|
|
901
|
-
parent_id: parentId,
|
|
902
|
-
sort_order: order,
|
|
903
|
-
type: item.type,
|
|
904
|
-
reference_collection: referenceCollection,
|
|
905
|
-
reference_id: referenceId,
|
|
906
|
-
custom_url: item.url ?? null,
|
|
907
|
-
label: item.label || "",
|
|
908
|
-
title_attr: item.titleAttr ?? null,
|
|
909
|
-
target: item.target ?? null,
|
|
910
|
-
css_classes: item.cssClasses ?? null,
|
|
911
|
-
created_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
912
|
-
locale: itemLocale,
|
|
913
|
-
translation_group: translationGroup
|
|
914
|
-
}).execute();
|
|
915
|
-
if (item.id) itemSeedIdMap.set(item.id, {
|
|
916
|
-
id: itemId,
|
|
917
|
-
translationGroup
|
|
918
|
-
});
|
|
919
|
-
count++;
|
|
920
|
-
order++;
|
|
921
|
-
if (item.children && item.children.length > 0) {
|
|
922
|
-
const childCount = await applyMenuItems(db, menuId, itemLocale, item.children, itemId, 0, seedIdMap, itemSeedIdMap);
|
|
923
|
-
count += childCount;
|
|
924
|
-
}
|
|
925
|
-
}
|
|
926
|
-
return count;
|
|
927
|
-
}
|
|
928
|
-
/**
|
|
929
|
-
* Apply a widget
|
|
930
|
-
*/
|
|
931
|
-
async function applyWidget(db, areaId, widget, sortOrder) {
|
|
932
|
-
await db.insertInto("_emdash_widgets").values({
|
|
933
|
-
id: ulid(),
|
|
934
|
-
area_id: areaId,
|
|
935
|
-
sort_order: sortOrder,
|
|
936
|
-
type: widget.type,
|
|
937
|
-
title: widget.title ?? null,
|
|
938
|
-
content: widget.content ? JSON.stringify(widget.content) : null,
|
|
939
|
-
menu_name: widget.menuName ?? null,
|
|
940
|
-
component_id: widget.componentId ?? null,
|
|
941
|
-
component_props: widget.props ? JSON.stringify(widget.props) : null
|
|
942
|
-
}).execute();
|
|
943
|
-
}
|
|
944
|
-
/**
|
|
945
|
-
* Type guard for $media reference
|
|
946
|
-
*/
|
|
947
|
-
function isSeedMediaReference(value) {
|
|
948
|
-
if (typeof value !== "object" || value === null || !("$media" in value)) return false;
|
|
949
|
-
const media = value.$media;
|
|
950
|
-
return typeof media === "object" && media !== null && "url" in media && typeof media.url === "string";
|
|
951
|
-
}
|
|
952
|
-
/**
|
|
953
|
-
* Resolve $ref: and $media references in content data
|
|
954
|
-
*/
|
|
955
|
-
async function resolveReferences(data, seedIdMap, mediaContext, result) {
|
|
956
|
-
const resolved = {};
|
|
957
|
-
for (const [key, value] of Object.entries(data)) resolved[key] = await resolveValue(value, seedIdMap, mediaContext, result);
|
|
958
|
-
return resolved;
|
|
959
|
-
}
|
|
960
|
-
/**
|
|
961
|
-
* Resolve a single value recursively
|
|
962
|
-
*/
|
|
963
|
-
async function resolveValue(value, seedIdMap, mediaContext, result) {
|
|
964
|
-
if (typeof value === "string" && value.startsWith("$ref:")) {
|
|
965
|
-
const seedId = value.slice(5);
|
|
966
|
-
return seedIdMap.get(seedId) ?? value;
|
|
967
|
-
}
|
|
968
|
-
if (isSeedMediaReference(value)) return resolveMedia(value, mediaContext, result);
|
|
969
|
-
if (Array.isArray(value)) return Promise.all(value.map((item) => resolveValue(item, seedIdMap, mediaContext, result)));
|
|
970
|
-
if (typeof value === "object" && value !== null) {
|
|
971
|
-
const resolved = {};
|
|
972
|
-
for (const [k, v] of Object.entries(value)) resolved[k] = await resolveValue(v, seedIdMap, mediaContext, result);
|
|
973
|
-
if (resolved._type === "gallery" && Array.isArray(resolved.images)) resolved.images = sanitizeGalleryImages(resolved.images, ulid);
|
|
974
|
-
else if (resolved._type === "image" && "asset" in value && isSeedMediaReference(value.asset)) {
|
|
975
|
-
const [image] = sanitizeGalleryImages([resolved], ulid);
|
|
976
|
-
if (image) Object.assign(resolved, image);
|
|
977
|
-
}
|
|
978
|
-
return resolved;
|
|
979
|
-
}
|
|
980
|
-
return value;
|
|
981
|
-
}
|
|
982
|
-
/**
|
|
983
|
-
* Resolve a seeded byline avatar to a `media` row id. The file is assumed to
|
|
984
|
-
* already exist in storage (the caller supplies its `storageKey`), so nothing
|
|
985
|
-
* is downloaded or uploaded.
|
|
986
|
-
*
|
|
987
|
-
* Idempotent: if a media row with the same `storageKey` already exists it is
|
|
988
|
-
* reused rather than duplicated, so re-applying a seed in `update` mode does
|
|
989
|
-
* not leak rows. `created` reports whether a new row was inserted, so the
|
|
990
|
-
* caller can both account for it and delete it if the subsequent byline write
|
|
991
|
-
* fails (the only cross-dialect way to avoid an orphan — `withTransaction`
|
|
992
|
-
* is a no-op on D1).
|
|
993
|
-
*/
|
|
994
|
-
async function resolveSeedBylineAvatar(db, avatar) {
|
|
995
|
-
const existing = await db.selectFrom("media").select("id").where("storage_key", "=", avatar.storageKey).orderBy("id", "asc").executeTakeFirst();
|
|
996
|
-
if (existing) return {
|
|
997
|
-
id: existing.id,
|
|
998
|
-
created: false
|
|
999
|
-
};
|
|
1000
|
-
const basename = avatar.storageKey.split("/").pop();
|
|
1001
|
-
const filename = avatar.filename ?? (basename && basename.length > 0 ? basename : avatar.storageKey);
|
|
1002
|
-
return {
|
|
1003
|
-
id: (await new MediaRepository(db).create({
|
|
1004
|
-
filename,
|
|
1005
|
-
mimeType: avatar.mimeType ?? "image/jpeg",
|
|
1006
|
-
storageKey: avatar.storageKey,
|
|
1007
|
-
alt: avatar.alt,
|
|
1008
|
-
width: avatar.width,
|
|
1009
|
-
height: avatar.height,
|
|
1010
|
-
status: "ready"
|
|
1011
|
-
})).id,
|
|
1012
|
-
created: true
|
|
1013
|
-
};
|
|
1014
|
-
}
|
|
1015
|
-
/**
|
|
1016
|
-
* Delete a media row by id. Best-effort cleanup for a failed byline write: a
|
|
1017
|
-
* failure here must not mask the original error that triggered the cleanup, so
|
|
1018
|
-
* it is logged and swallowed rather than thrown.
|
|
1019
|
-
*/
|
|
1020
|
-
async function deleteMediaRow(db, id) {
|
|
1021
|
-
try {
|
|
1022
|
-
await db.deleteFrom("media").where("id", "=", id).execute();
|
|
1023
|
-
} catch (error) {
|
|
1024
|
-
console.warn(`[seed] failed to clean up orphaned avatar media ${id}:`, error);
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
/**
|
|
1028
|
-
* Resolve a $media reference by downloading and uploading the media
|
|
1029
|
-
*/
|
|
1030
|
-
async function resolveMedia(ref, ctx, result) {
|
|
1031
|
-
const { url, alt, filename, caption } = ref.$media;
|
|
1032
|
-
const cached = ctx.mediaCache.get(url);
|
|
1033
|
-
if (cached) {
|
|
1034
|
-
result.media.skipped++;
|
|
1035
|
-
return {
|
|
1036
|
-
...cached,
|
|
1037
|
-
alt: alt ?? cached.alt
|
|
1038
|
-
};
|
|
1039
|
-
}
|
|
1040
|
-
if (ctx.skipMediaDownload) {
|
|
1041
|
-
const mediaValue = {
|
|
1042
|
-
provider: "external",
|
|
1043
|
-
id: ulid(),
|
|
1044
|
-
src: url,
|
|
1045
|
-
alt: alt ?? void 0,
|
|
1046
|
-
filename: filename ?? void 0
|
|
1047
|
-
};
|
|
1048
|
-
ctx.mediaCache.set(url, mediaValue);
|
|
1049
|
-
result.media.created++;
|
|
1050
|
-
return mediaValue;
|
|
1051
|
-
}
|
|
1052
|
-
if (!ctx.storage) {
|
|
1053
|
-
console.warn(`Skipping $media reference (no storage configured): ${url}`);
|
|
1054
|
-
result.media.skipped++;
|
|
1055
|
-
return null;
|
|
1056
|
-
}
|
|
1057
|
-
try {
|
|
1058
|
-
validateExternalUrl(url);
|
|
1059
|
-
console.log(` 📥 Downloading: ${url}`);
|
|
1060
|
-
const response = await ssrfSafeFetch(url, { headers: { "User-Agent": "EmDash-CMS/1.0" } });
|
|
1061
|
-
if (!response.ok) {
|
|
1062
|
-
console.warn(` ⚠️ Failed to download ${url}: ${response.status}`);
|
|
1063
|
-
result.media.skipped++;
|
|
1064
|
-
return null;
|
|
1065
|
-
}
|
|
1066
|
-
const contentType = response.headers.get("content-type") || "application/octet-stream";
|
|
1067
|
-
const ext = getExtensionFromContentType(contentType) || getExtensionFromUrl(url) || ".bin";
|
|
1068
|
-
const storageId = ulid();
|
|
1069
|
-
const finalFilename = filename || generateFilename(url, ext);
|
|
1070
|
-
const storageKey = `${storageId}${ext}`;
|
|
1071
|
-
const arrayBuffer = await response.arrayBuffer();
|
|
1072
|
-
const body = new Uint8Array(arrayBuffer);
|
|
1073
|
-
let width;
|
|
1074
|
-
let height;
|
|
1075
|
-
if (contentType.startsWith("image/")) {
|
|
1076
|
-
const dimensions = getImageDimensions(body);
|
|
1077
|
-
width = dimensions?.width;
|
|
1078
|
-
height = dimensions?.height;
|
|
1079
|
-
}
|
|
1080
|
-
await ctx.storage.upload({
|
|
1081
|
-
key: storageKey,
|
|
1082
|
-
body,
|
|
1083
|
-
contentType
|
|
1084
|
-
});
|
|
1085
|
-
const mediaValue = {
|
|
1086
|
-
provider: "local",
|
|
1087
|
-
id: (await new MediaRepository(ctx.db).create({
|
|
1088
|
-
filename: finalFilename,
|
|
1089
|
-
mimeType: contentType,
|
|
1090
|
-
size: body.length,
|
|
1091
|
-
width,
|
|
1092
|
-
height,
|
|
1093
|
-
alt,
|
|
1094
|
-
caption,
|
|
1095
|
-
storageKey,
|
|
1096
|
-
status: "ready"
|
|
1097
|
-
})).id,
|
|
1098
|
-
alt: alt ?? void 0,
|
|
1099
|
-
width,
|
|
1100
|
-
height,
|
|
1101
|
-
mimeType: contentType,
|
|
1102
|
-
filename: finalFilename,
|
|
1103
|
-
meta: { storageKey }
|
|
1104
|
-
};
|
|
1105
|
-
ctx.mediaCache.set(url, mediaValue);
|
|
1106
|
-
result.media.created++;
|
|
1107
|
-
console.log(` ✅ Uploaded: ${finalFilename}`);
|
|
1108
|
-
return mediaValue;
|
|
1109
|
-
} catch (error) {
|
|
1110
|
-
console.warn(` ⚠️ Error processing $media ${url}:`, error instanceof Error ? error.message : error);
|
|
1111
|
-
result.media.skipped++;
|
|
1112
|
-
return null;
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
/**
|
|
1116
|
-
* Get file extension from content type
|
|
1117
|
-
*/
|
|
1118
|
-
function getExtensionFromContentType(contentType) {
|
|
1119
|
-
const baseMime = contentType.split(";")[0].trim();
|
|
1120
|
-
const ext = mime.getExtension(baseMime);
|
|
1121
|
-
return ext ? `.${ext}` : null;
|
|
1122
|
-
}
|
|
1123
|
-
/**
|
|
1124
|
-
* Get file extension from URL
|
|
1125
|
-
*/
|
|
1126
|
-
function getExtensionFromUrl(url) {
|
|
1127
|
-
try {
|
|
1128
|
-
const match = new URL(url).pathname.match(FILE_EXTENSION_PATTERN);
|
|
1129
|
-
return match ? `.${match[1]}` : null;
|
|
1130
|
-
} catch {
|
|
1131
|
-
return null;
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1134
|
-
/**
|
|
1135
|
-
* Generate a filename from URL
|
|
1136
|
-
*/
|
|
1137
|
-
function generateFilename(url, ext) {
|
|
1138
|
-
try {
|
|
1139
|
-
return `${(new URL(url).pathname.split("/").pop() || "media").replace(EXTENSION_PATTERN, "").replace(QUERY_PARAM_PATTERN, "").replace(SANITIZE_PATTERN, "-").replace(MULTIPLE_HYPHENS_PATTERN, "-") || "media"}${ext}`;
|
|
1140
|
-
} catch {
|
|
1141
|
-
return `media${ext}`;
|
|
1142
|
-
}
|
|
1143
|
-
}
|
|
1144
|
-
/**
|
|
1145
|
-
* Get image dimensions from buffer using image-size.
|
|
1146
|
-
* Supports PNG, JPEG, GIF, WebP, AVIF, SVG, TIFF, and more.
|
|
1147
|
-
*/
|
|
1148
|
-
function getImageDimensions(buffer) {
|
|
1149
|
-
try {
|
|
1150
|
-
const result = imageSize(buffer);
|
|
1151
|
-
if (result.width != null && result.height != null) return {
|
|
1152
|
-
width: result.width,
|
|
1153
|
-
height: result.height
|
|
1154
|
-
};
|
|
1155
|
-
return null;
|
|
1156
|
-
} catch {
|
|
1157
|
-
return null;
|
|
1158
|
-
}
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
//#endregion
|
|
1162
|
-
export { createPublicMediaUrlResolver as a, sanitizeGalleryImages as i, apply_exports as n, resolveImageMedia as r, applySeed as t };
|
|
1163
|
-
//# sourceMappingURL=apply-CoT603H3.mjs.map
|