ghost 5.116.2 → 5.117.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/components/{tryghost-api-framework-5.116.2.tgz → tryghost-api-framework-5.117.0.tgz} +0 -0
- package/components/tryghost-constants-5.117.0.tgz +0 -0
- package/components/tryghost-custom-fonts-5.117.0.tgz +0 -0
- package/components/{tryghost-custom-theme-settings-service-5.116.2.tgz → tryghost-custom-theme-settings-service-5.117.0.tgz} +0 -0
- package/components/tryghost-domain-events-5.117.0.tgz +0 -0
- package/components/tryghost-donations-5.117.0.tgz +0 -0
- package/components/tryghost-email-addresses-5.117.0.tgz +0 -0
- package/components/{tryghost-email-service-5.116.2.tgz → tryghost-email-service-5.117.0.tgz} +0 -0
- package/components/tryghost-email-suppression-list-5.117.0.tgz +0 -0
- package/components/tryghost-html-to-plaintext-5.117.0.tgz +0 -0
- package/components/tryghost-i18n-5.117.0.tgz +0 -0
- package/components/{tryghost-job-manager-5.116.2.tgz → tryghost-job-manager-5.117.0.tgz} +0 -0
- package/components/tryghost-link-replacer-5.117.0.tgz +0 -0
- package/components/{tryghost-magic-link-5.116.2.tgz → tryghost-magic-link-5.117.0.tgz} +0 -0
- package/components/{tryghost-member-attribution-5.116.2.tgz → tryghost-member-attribution-5.117.0.tgz} +0 -0
- package/components/{tryghost-member-events-5.116.2.tgz → tryghost-member-events-5.117.0.tgz} +0 -0
- package/components/{tryghost-members-api-5.116.2.tgz → tryghost-members-api-5.117.0.tgz} +0 -0
- package/components/{tryghost-members-csv-5.116.2.tgz → tryghost-members-csv-5.117.0.tgz} +0 -0
- package/components/{tryghost-members-offers-5.116.2.tgz → tryghost-members-offers-5.117.0.tgz} +0 -0
- package/components/tryghost-milestones-5.117.0.tgz +0 -0
- package/components/tryghost-mw-error-handler-5.117.0.tgz +0 -0
- package/components/tryghost-mw-vhost-5.117.0.tgz +0 -0
- package/components/tryghost-post-events-5.117.0.tgz +0 -0
- package/components/tryghost-post-revisions-5.117.0.tgz +0 -0
- package/components/tryghost-posts-service-5.117.0.tgz +0 -0
- package/components/tryghost-prometheus-metrics-5.117.0.tgz +0 -0
- package/components/tryghost-security-5.117.0.tgz +0 -0
- package/components/{tryghost-tiers-5.116.2.tgz → tryghost-tiers-5.117.0.tgz} +0 -0
- package/components/tryghost-webmentions-5.117.0.tgz +0 -0
- package/core/built/admin/assets/admin-x-activitypub/admin-x-activitypub.js +2735 -2717
- package/core/built/admin/assets/admin-x-settings/{CodeEditorView-550846e0.mjs → CodeEditorView-3bc05d1b.mjs} +2 -2
- package/core/built/admin/assets/admin-x-settings/admin-x-settings.js +1 -1
- package/core/built/admin/assets/admin-x-settings/{index-4ce2fcd1.mjs → index-b2cdc747.mjs} +80 -60
- package/core/built/admin/assets/admin-x-settings/{index-f3cb3f4d.mjs → index-c5623145.mjs} +2 -2
- package/core/built/admin/assets/admin-x-settings/{modals-6bc20529.mjs → modals-fd7bc70c.mjs} +3 -3
- package/core/built/admin/assets/{chunk.524.578de86e5014b911b05a.js → chunk.524.f4d7526780f546c5fc0b.js} +7 -7
- package/core/built/admin/assets/{chunk.582.21bf3e37b5d84ac4b58a.js → chunk.582.869c66dfbfa68412de07.js} +10 -10
- package/core/built/admin/assets/{chunk.713.761d11035fe0bf3e557c.js → chunk.713.48f120c377bcaffdfddf.js} +6 -9
- package/core/built/admin/assets/{ghost-868c537d5c02ca65323d0122596a67ec.js → ghost-45186e4f079c9fdd8f42dfbfb93d3344.js} +123 -121
- package/core/built/admin/assets/posts/posts.js +6727 -6669
- package/core/built/admin/assets/stats/stats.js +70576 -59644
- package/core/built/admin/index.html +4 -4
- package/core/server/data/migrations/versions/5.117/2025-04-14-02-36-30-add-additional-social-accounts-columns-to-user-table.js +38 -0
- package/core/server/data/schema/schema.js +7 -0
- package/core/server/services/auth/session/middleware.js +2 -1
- package/core/server/services/auth/session/session-service.js +2 -2
- package/core/shared/labs.js +2 -1
- package/package.json +58 -58
- package/yarn.lock +220 -26
- package/components/tryghost-constants-5.116.2.tgz +0 -0
- package/components/tryghost-custom-fonts-5.116.2.tgz +0 -0
- package/components/tryghost-domain-events-5.116.2.tgz +0 -0
- package/components/tryghost-donations-5.116.2.tgz +0 -0
- package/components/tryghost-email-addresses-5.116.2.tgz +0 -0
- package/components/tryghost-email-suppression-list-5.116.2.tgz +0 -0
- package/components/tryghost-html-to-plaintext-5.116.2.tgz +0 -0
- package/components/tryghost-i18n-5.116.2.tgz +0 -0
- package/components/tryghost-link-replacer-5.116.2.tgz +0 -0
- package/components/tryghost-milestones-5.116.2.tgz +0 -0
- package/components/tryghost-mw-error-handler-5.116.2.tgz +0 -0
- package/components/tryghost-mw-vhost-5.116.2.tgz +0 -0
- package/components/tryghost-post-events-5.116.2.tgz +0 -0
- package/components/tryghost-post-revisions-5.116.2.tgz +0 -0
- package/components/tryghost-posts-service-5.116.2.tgz +0 -0
- package/components/tryghost-prometheus-metrics-5.116.2.tgz +0 -0
- package/components/tryghost-security-5.116.2.tgz +0 -0
- package/components/tryghost-webmentions-5.116.2.tgz +0 -0
- /package/core/built/admin/assets/{chunk.713.761d11035fe0bf3e557c.js.LICENSE.txt → chunk.713.48f120c377bcaffdfddf.js.LICENSE.txt} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.