ghost 5.129.2 → 5.130.1
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-i18n-5.130.1.tgz +0 -0
- package/core/built/admin/assets/admin-x-activitypub/admin-x-activitypub.js +2 -2
- package/core/built/admin/assets/admin-x-activitypub/{index-B7EmcyVj.mjs → index-B8te98RZ.mjs} +26908 -20750
- package/core/built/admin/assets/admin-x-activitypub/{index-B12913rO.mjs → index-C8qwgKWF.mjs} +2 -2
- package/core/built/admin/assets/admin-x-settings/{CodeEditorView-l2Ex2555.mjs → CodeEditorView-DaQbEVUf.mjs} +2 -2
- package/core/built/admin/assets/admin-x-settings/admin-x-settings.js +3 -3
- package/core/built/admin/assets/admin-x-settings/index-Cmiy56KV.mjs +30462 -0
- package/core/built/admin/assets/admin-x-settings/{index-C6P_16OJ.mjs → index-zBk55R7z.mjs} +2 -2
- package/core/built/admin/assets/admin-x-settings/{modals-CY1xx4Em.mjs → modals-tqVrPtPy.mjs} +2418 -2416
- package/core/built/admin/assets/{chunk.524.c8313bccd308920abf9c.js → chunk.524.8a4cbb5b8ae5cf01697e.js} +7 -7
- package/core/built/admin/assets/{chunk.582.e4feab981886cfc91835.js → chunk.582.7b14e9ac2e84d285035e.js} +8 -8
- package/core/built/admin/assets/{chunk.728.214803966b81ffdb1acd.js → chunk.728.077782a432061228b91e.js} +141 -141
- package/core/built/admin/assets/{ghost-db9fcb8c1f65776f3ee11c39f19a660b.js → ghost-280b83af263b51bc4d6ce5bd8f536096.js} +48 -55
- package/core/built/admin/assets/posts/posts.js +21698 -21753
- package/core/built/admin/assets/stats/stats.js +21710 -21735
- package/core/built/admin/assets/{vendor-c89102f24c3d9502e9db741509767580.js → vendor-aed0068cf9b67d042dd23a6343545b7b.js} +1 -1
- package/core/built/admin/index.html +5 -5
- package/core/frontend/helpers/match.js +3 -0
- package/core/frontend/meta/schema.js +19 -0
- package/core/frontend/web/middleware/frontend-caching.js +6 -1
- package/core/frontend/web/middleware/static-theme.js +3 -5
- package/core/server/api/endpoints/utils/serializers/input/settings.js +3 -1
- package/core/server/api/endpoints/utils/serializers/input/utils/settings-key-group-mapper.js +3 -1
- package/core/server/api/endpoints/utils/serializers/input/utils/settings-key-type-mapper.js +3 -1
- package/core/server/api/endpoints/utils/serializers/output/config.js +2 -1
- package/core/server/data/migrations/versions/5.130/2025-07-11-14-14-54-add-explore-settings.js +16 -0
- package/core/server/data/schema/default-settings/default-settings.json +18 -0
- package/core/server/data/tinybird/README.md +9 -14
- package/core/server/services/activitypub/ActivityPubService.js +22 -2
- package/core/server/services/activitypub/ActivityPubService.ts +26 -6
- package/core/server/services/email-service/email-templates/partials/styles.hbs +0 -14
- package/core/server/services/explore-ping/ExplorePingService.js +44 -33
- package/core/server/services/public-config/config.js +4 -1
- package/core/server/services/themes/installer.js +17 -3
- package/core/server/web/admin/app.js +5 -6
- package/core/server/web/shared/middleware/cache-control.js +2 -1
- package/core/shared/config/defaults.json +6 -0
- package/core/shared/config/env/config.production.json +4 -0
- package/package.json +12 -12
- package/tsconfig.tsbuildinfo +1 -1
- package/yarn.lock +325 -249
- package/components/tryghost-i18n-5.129.2.tgz +0 -0
- package/core/built/admin/assets/admin-x-settings/index-DoLRADbr.mjs +0 -30308
- package/core/built/admin/assets/img/twitter-7a7a0ba12d9b5bfb8a2058764a827c31.svg +0 -4
- /package/core/built/admin/assets/{chunk.728.214803966b81ffdb1acd.js.LICENSE.txt → chunk.728.077782a432061228b91e.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ghost",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.130.1",
|
|
4
4
|
"description": "The professional publishing platform",
|
|
5
5
|
"author": "Ghost Foundation",
|
|
6
6
|
"homepage": "https://ghost.org",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@tryghost/helpers": "1.1.97",
|
|
87
87
|
"@tryghost/html-to-plaintext": "1.0.4",
|
|
88
88
|
"@tryghost/http-cache-utils": "0.1.20",
|
|
89
|
-
"@tryghost/i18n": "file:components/tryghost-i18n-5.
|
|
89
|
+
"@tryghost/i18n": "file:components/tryghost-i18n-5.130.1.tgz",
|
|
90
90
|
"@tryghost/image-transform": "1.4.6",
|
|
91
91
|
"@tryghost/job-manager": "1.0.3",
|
|
92
92
|
"@tryghost/kg-card-factory": "5.1.2",
|
|
@@ -136,9 +136,9 @@
|
|
|
136
136
|
"clsx": "2.1.1",
|
|
137
137
|
"cluster-key-slot": "1.1.2",
|
|
138
138
|
"common-tags": "1.8.2",
|
|
139
|
-
"compression": "1.8.
|
|
139
|
+
"compression": "1.8.1",
|
|
140
140
|
"connect-slashes": "1.4.0",
|
|
141
|
-
"cookie-session": "2.1.
|
|
141
|
+
"cookie-session": "2.1.1",
|
|
142
142
|
"cookies": "0.9.1",
|
|
143
143
|
"cors": "2.8.5",
|
|
144
144
|
"countries-and-timezones": "3.8.0",
|
|
@@ -155,9 +155,9 @@
|
|
|
155
155
|
"express-lazy-router": "1.0.6",
|
|
156
156
|
"express-query-boolean": "2.0.0",
|
|
157
157
|
"express-queue": "0.0.13",
|
|
158
|
-
"express-session": "1.18.
|
|
158
|
+
"express-session": "1.18.2",
|
|
159
159
|
"file-type": "16.5.4",
|
|
160
|
-
"form-data": "4.0.
|
|
160
|
+
"form-data": "4.0.4",
|
|
161
161
|
"fs-extra": "11.3.0",
|
|
162
162
|
"ghost-storage-base": "1.0.0",
|
|
163
163
|
"glob": "8.1.0",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"mime-types": "2.1.35",
|
|
197
197
|
"moment": "2.24.0",
|
|
198
198
|
"moment-timezone": "0.5.45",
|
|
199
|
-
"multer": "2.0.
|
|
199
|
+
"multer": "2.0.2",
|
|
200
200
|
"mysql2": "3.14.2",
|
|
201
201
|
"nconf": "0.13.0",
|
|
202
202
|
"node-fetch": "2.7.0",
|
|
@@ -226,26 +226,26 @@
|
|
|
226
226
|
},
|
|
227
227
|
"devDependencies": {
|
|
228
228
|
"@actions/core": "1.11.1",
|
|
229
|
-
"@playwright/test": "1.
|
|
229
|
+
"@playwright/test": "1.54.1",
|
|
230
230
|
"@prettier/sync": "0.6.1",
|
|
231
231
|
"@tryghost/express-test": "0.15.0",
|
|
232
232
|
"@tryghost/webhook-mock-receiver": "0.2.17",
|
|
233
233
|
"@types/bookshelf": "1.2.9",
|
|
234
234
|
"@types/common-tags": "1.8.4",
|
|
235
235
|
"@types/jsonwebtoken": "9.0.10",
|
|
236
|
-
"@types/node": "22.16.
|
|
236
|
+
"@types/node": "22.16.4",
|
|
237
237
|
"@types/node-jose": "1.1.13",
|
|
238
238
|
"@types/nodemailer": "6.4.17",
|
|
239
239
|
"@types/sinon": "17.0.4",
|
|
240
240
|
"@types/supertest": "6.0.3",
|
|
241
241
|
"c8": "10.1.3",
|
|
242
242
|
"cli-progress": "3.12.0",
|
|
243
|
-
"cssnano": "7.0
|
|
243
|
+
"cssnano": "7.1.0",
|
|
244
244
|
"detect-indent": "6.1.0",
|
|
245
245
|
"detect-newline": "3.1.0",
|
|
246
246
|
"expect": "29.7.0",
|
|
247
247
|
"find-root": "1.1.0",
|
|
248
|
-
"form-data": "4.0.
|
|
248
|
+
"form-data": "4.0.4",
|
|
249
249
|
"html-minifier": "4.0.0",
|
|
250
250
|
"html-validate": "8.29.0",
|
|
251
251
|
"inquirer": "8.2.6",
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"jackspeak": "2.3.6",
|
|
275
275
|
"moment": "2.24.0",
|
|
276
276
|
"moment-timezone": "0.5.45",
|
|
277
|
-
"@tryghost/i18n": "file:components/tryghost-i18n-5.
|
|
277
|
+
"@tryghost/i18n": "file:components/tryghost-i18n-5.130.1.tgz"
|
|
278
278
|
},
|
|
279
279
|
"nx": {
|
|
280
280
|
"targets": {
|