ghost 6.33.0 → 6.34.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/core/built/admin/assets/admin-x-settings/admin-x-settings.js +1 -1
- package/core/built/admin/assets/admin-x-settings/{code-editor-view-ClWZH2b9.mjs → code-editor-view-B9Y9-ria.mjs} +2 -2
- package/core/built/admin/assets/admin-x-settings/{index-DFPdw8A9.mjs → index-D5IkCdkn.mjs} +2 -2
- package/core/built/admin/assets/admin-x-settings/{index-hTRteIub.mjs → index-WNL04L8u.mjs} +2 -2
- package/core/built/admin/assets/admin-x-settings/{index-BvKUS_Ix.mjs → index-bwPWeQa9.mjs} +5 -5
- package/core/built/admin/assets/admin-x-settings/{modals-H4owEPK6.mjs → modals-D-vFoCmN.mjs} +5917 -5925
- package/core/built/admin/assets/{chunk.526.96b1ceeb47f193bbd5cf.js → chunk.289.799159a53c663e5c4afd.js} +3 -3
- package/core/built/admin/assets/{chunk.524.3015bfad0b069d85881d.js → chunk.524.fd32ec309de4906c5734.js} +4 -4
- package/core/built/admin/assets/{chunk.582.21a5a8ae91c8e92e76cd.js → chunk.582.696652c545ccf71958b8.js} +6 -6
- package/core/built/admin/assets/{ghost-f48d0d808daca3e7828effda55ce351d.js → ghost-2b736ae44ae91e9b1034ed7f4041ed5c.js} +2 -2
- package/core/built/admin/index.html +4 -4
- package/core/frontend/public/admin-auth/admin-auth.min.js +1 -1
- package/core/frontend/src/admin-auth/message-handler.js +49 -91
- package/core/server/adapters/lib/redis/AdapterCacheRedis.js +61 -4
- package/core/server/api/endpoints/authentication.js +5 -4
- package/core/server/api/endpoints/users.js +28 -3
- package/core/server/data/seeders/importers/members-importer.js +1 -13
- package/core/server/lib/get-inbox-links.js +6 -2
- package/core/server/lib/get-inbox-links.ts +7 -6
- package/core/server/models/session.js +5 -4
- package/core/server/models/user.js +5 -4
- package/core/server/services/auth/session/session-service.js +29 -0
- package/core/server/services/email-suppression-list/mailgun-email-suppression-list.js +18 -14
- package/core/server/services/gifts/gift-service-wrapper.js +17 -0
- package/core/server/services/gifts/gift-service.js +21 -9
- package/core/server/services/gifts/gift-service.ts +28 -12
- package/core/server/services/members/members-api/services/geolocation-service.js +5 -1
- package/core/server/services/members/members-api/services/member-bread-service.js +5 -0
- package/core/server/services/oembed/oembed-service.js +12 -0
- package/package.json +1 -1
- package/pnpm-lock.yaml +57 -57
package/pnpm-lock.yaml
CHANGED
|
@@ -88,8 +88,8 @@ importers:
|
|
|
88
88
|
specifier: 0.1.25
|
|
89
89
|
version: 0.1.25
|
|
90
90
|
'@tryghost/i18n':
|
|
91
|
-
specifier: '@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
92
|
-
version: '@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
91
|
+
specifier: '@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/i18n'
|
|
92
|
+
version: '@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/i18n'
|
|
93
93
|
'@tryghost/image-transform':
|
|
94
94
|
specifier: 1.4.13
|
|
95
95
|
version: 1.4.13
|
|
@@ -160,8 +160,8 @@ importers:
|
|
|
160
160
|
specifier: 0.6.4
|
|
161
161
|
version: 0.6.4
|
|
162
162
|
'@tryghost/parse-email-address':
|
|
163
|
-
specifier: '@tryghost/parse-email-address@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
164
|
-
version: '@tryghost/parse-email-address@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
163
|
+
specifier: '@tryghost/parse-email-address@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/parse-email-address'
|
|
164
|
+
version: '@tryghost/parse-email-address@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/parse-email-address'
|
|
165
165
|
'@tryghost/pretty-cli':
|
|
166
166
|
specifier: 3.1.0
|
|
167
167
|
version: 3.1.0
|
|
@@ -6401,7 +6401,7 @@ packages:
|
|
|
6401
6401
|
resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==}
|
|
6402
6402
|
engines: {node: '>= 6'}
|
|
6403
6403
|
|
|
6404
|
-
'@tryghost/activitypub@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6404
|
+
'@tryghost/activitypub@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/activitypub':
|
|
6405
6405
|
resolution: {directory: ../../../apps/activitypub, type: directory}
|
|
6406
6406
|
|
|
6407
6407
|
'@tryghost/adapter-base-cache@0.1.23':
|
|
@@ -6410,19 +6410,19 @@ packages:
|
|
|
6410
6410
|
'@tryghost/admin-api-schema@4.7.2':
|
|
6411
6411
|
resolution: {integrity: sha512-k9s805e5vqZd5vwM3pooRVqTSb/Ku3+R8prATBNj+g+K8pEFisH2EerMZT49vURXmgJY752B+GuB/AOb66w3dw==}
|
|
6412
6412
|
|
|
6413
|
-
'@tryghost/admin-x-design-system@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6413
|
+
'@tryghost/admin-x-design-system@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-design-system':
|
|
6414
6414
|
resolution: {directory: ../../../apps/admin-x-design-system, type: directory}
|
|
6415
6415
|
|
|
6416
|
-
'@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6416
|
+
'@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-framework':
|
|
6417
6417
|
resolution: {directory: ../../../apps/admin-x-framework, type: directory}
|
|
6418
6418
|
|
|
6419
|
-
'@tryghost/admin-x-settings@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6419
|
+
'@tryghost/admin-x-settings@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-settings':
|
|
6420
6420
|
resolution: {directory: ../../../apps/admin-x-settings, type: directory}
|
|
6421
6421
|
|
|
6422
|
-
'@tryghost/admin@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6422
|
+
'@tryghost/admin@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin':
|
|
6423
6423
|
resolution: {directory: ../../../apps/admin, type: directory}
|
|
6424
6424
|
|
|
6425
|
-
'@tryghost/announcement-bar@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6425
|
+
'@tryghost/announcement-bar@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/announcement-bar':
|
|
6426
6426
|
resolution: {directory: ../../../apps/announcement-bar, type: directory}
|
|
6427
6427
|
|
|
6428
6428
|
'@tryghost/api-framework@1.0.7':
|
|
@@ -6467,7 +6467,7 @@ packages:
|
|
|
6467
6467
|
'@tryghost/color-utils@0.2.16':
|
|
6468
6468
|
resolution: {integrity: sha512-MFHLGIdT+mDimcvziHrvCivyZn5gbfNloLji9YwFAGOB3EGuh2WhGSdH47k9JEmZjQW5ihNr1WU1Fwi/m8zgXw==}
|
|
6469
6469
|
|
|
6470
|
-
'@tryghost/comments-ui@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6470
|
+
'@tryghost/comments-ui@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/comments-ui':
|
|
6471
6471
|
resolution: {directory: ../../../apps/comments-ui, type: directory}
|
|
6472
6472
|
|
|
6473
6473
|
'@tryghost/config-url-helpers@1.0.23':
|
|
@@ -6500,7 +6500,7 @@ packages:
|
|
|
6500
6500
|
'@tryghost/domain-events@1.0.8':
|
|
6501
6501
|
resolution: {integrity: sha512-4exHFUo4lRQO4f4l9FeNQEwCgfRtoUmnVBWr2WmDhVjZ09rQgW6ZrLe5f8CV7eMGQGllNjjz8780RZY9+UkONQ==}
|
|
6502
6502
|
|
|
6503
|
-
'@tryghost/e2e@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6503
|
+
'@tryghost/e2e@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/e2e':
|
|
6504
6504
|
resolution: {directory: ../../../e2e, type: directory}
|
|
6505
6505
|
|
|
6506
6506
|
'@tryghost/elasticsearch@3.0.29':
|
|
@@ -6539,7 +6539,7 @@ packages:
|
|
|
6539
6539
|
'@tryghost/http-stream@2.1.0':
|
|
6540
6540
|
resolution: {integrity: sha512-X23dCRDpDwFBReCYG3WT+F73bg7qMo1tON6nlOiG+6tBgATOAR2EZ7nwT7H0CWzcNUdNxTRGg/zSj7TUHtJQpQ==}
|
|
6541
6541
|
|
|
6542
|
-
'@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6542
|
+
'@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/i18n':
|
|
6543
6543
|
resolution: {directory: ../../i18n, type: directory}
|
|
6544
6544
|
|
|
6545
6545
|
'@tryghost/image-transform@1.4.13':
|
|
@@ -6643,13 +6643,13 @@ packages:
|
|
|
6643
6643
|
'@tryghost/nql@0.12.10':
|
|
6644
6644
|
resolution: {integrity: sha512-kpj2ICTBmkz5Uet7Z/J61C/EEBTfa55np6LnbqW6N8g33uvCh9NkAsM2WgV1NK2lffpQT3Cs/qA2ymzHAguvoA==}
|
|
6645
6645
|
|
|
6646
|
-
'@tryghost/parse-email-address@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6646
|
+
'@tryghost/parse-email-address@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/parse-email-address':
|
|
6647
6647
|
resolution: {directory: ../../parse-email-address, type: directory}
|
|
6648
6648
|
|
|
6649
|
-
'@tryghost/portal@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6649
|
+
'@tryghost/portal@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/portal':
|
|
6650
6650
|
resolution: {directory: ../../../apps/portal, type: directory}
|
|
6651
6651
|
|
|
6652
|
-
'@tryghost/posts@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6652
|
+
'@tryghost/posts@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/posts':
|
|
6653
6653
|
resolution: {directory: ../../../apps/posts, type: directory}
|
|
6654
6654
|
|
|
6655
6655
|
'@tryghost/pretty-cli@3.0.3':
|
|
@@ -6698,19 +6698,19 @@ packages:
|
|
|
6698
6698
|
'@tryghost/server@2.0.3':
|
|
6699
6699
|
resolution: {integrity: sha512-JP2f0YJ1pKgQWYwjPCvaOZN80RSDdWk1kfpi1s/3LH0HtSyh6yeDoRPrcX51SpHm/4JNQ60WzD56aGtC5bGaHQ==}
|
|
6700
6700
|
|
|
6701
|
-
'@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6701
|
+
'@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/shade':
|
|
6702
6702
|
resolution: {directory: ../../../apps/shade, type: directory}
|
|
6703
6703
|
|
|
6704
|
-
'@tryghost/signup-form@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6704
|
+
'@tryghost/signup-form@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/signup-form':
|
|
6705
6705
|
resolution: {directory: ../../../apps/signup-form, type: directory}
|
|
6706
6706
|
|
|
6707
6707
|
'@tryghost/social-urls@0.1.60':
|
|
6708
6708
|
resolution: {integrity: sha512-lbhdaIwV6XrhyML+ugarYKn2BDam3c/LsLYyezTFZGtFUWmJgm/DvOY2Trd2YATi7iLifLsWhXGhIr5v+hKL3w==}
|
|
6709
6709
|
|
|
6710
|
-
'@tryghost/sodo-search@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6710
|
+
'@tryghost/sodo-search@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/sodo-search':
|
|
6711
6711
|
resolution: {directory: ../../../apps/sodo-search, type: directory}
|
|
6712
6712
|
|
|
6713
|
-
'@tryghost/stats@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
6713
|
+
'@tryghost/stats@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/stats':
|
|
6714
6714
|
resolution: {directory: ../../../apps/stats, type: directory}
|
|
6715
6715
|
|
|
6716
6716
|
'@tryghost/string@0.2.21':
|
|
@@ -12545,10 +12545,10 @@ packages:
|
|
|
12545
12545
|
getpass@0.1.7:
|
|
12546
12546
|
resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==}
|
|
12547
12547
|
|
|
12548
|
-
ghost-admin@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
12548
|
+
ghost-admin@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/admin:
|
|
12549
12549
|
resolution: {directory: ../../admin, type: directory}
|
|
12550
12550
|
|
|
12551
|
-
ghost-monorepo@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
12551
|
+
ghost-monorepo@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0:
|
|
12552
12552
|
resolution: {directory: ../../.., type: directory}
|
|
12553
12553
|
|
|
12554
12554
|
ghost-storage-base@1.1.2:
|
|
@@ -27587,13 +27587,13 @@ snapshots:
|
|
|
27587
27587
|
|
|
27588
27588
|
'@tootallnate/once@1.1.2': {}
|
|
27589
27589
|
|
|
27590
|
-
'@tryghost/activitypub@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27590
|
+
'@tryghost/activitypub@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/activitypub':
|
|
27591
27591
|
dependencies:
|
|
27592
27592
|
'@hookform/resolvers': 5.2.2(react-hook-form@7.72.1(react@18.3.1))
|
|
27593
27593
|
'@radix-ui/react-form': 0.1.8(@types/react-dom@18.3.7(@types/react@18.3.28))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27594
27594
|
'@tanstack/react-query': 4.36.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27595
|
-
'@tryghost/admin-x-framework': '@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27596
|
-
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27595
|
+
'@tryghost/admin-x-framework': '@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-framework'
|
|
27596
|
+
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/shade'
|
|
27597
27597
|
clsx: 2.1.1
|
|
27598
27598
|
dompurify: 3.3.1
|
|
27599
27599
|
html2canvas-objectfit-fix: 1.2.0
|
|
@@ -27616,7 +27616,7 @@ snapshots:
|
|
|
27616
27616
|
transitivePeerDependencies:
|
|
27617
27617
|
- supports-color
|
|
27618
27618
|
|
|
27619
|
-
'@tryghost/admin-x-design-system@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27619
|
+
'@tryghost/admin-x-design-system@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-design-system':
|
|
27620
27620
|
dependencies:
|
|
27621
27621
|
'@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27622
27622
|
'@dnd-kit/sortable': 7.0.2(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
|
|
@@ -27631,27 +27631,27 @@ snapshots:
|
|
|
27631
27631
|
'@radix-ui/react-tabs': 1.1.13(@types/react-dom@18.3.7(@types/react@18.3.28))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27632
27632
|
'@radix-ui/react-tooltip': 1.2.8(@types/react-dom@18.3.7(@types/react@18.3.28))(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27633
27633
|
'@sentry/react': 7.120.4(react@18.3.1)
|
|
27634
|
-
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27634
|
+
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/shade'
|
|
27635
27635
|
'@uiw/react-codemirror': 4.25.2(@babel/runtime@7.29.2)(@codemirror/autocomplete@6.20.1)(@codemirror/language@6.12.3)(@codemirror/lint@6.9.5)(@codemirror/search@6.6.0)(@codemirror/state@6.6.0)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.40.0)(codemirror@5.48.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27636
27636
|
clsx: 2.1.1
|
|
27637
27637
|
react-colorful: 5.6.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27638
27638
|
react-hot-toast: 2.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27639
27639
|
react-select: 5.10.2(@types/react@18.3.28)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27640
27640
|
|
|
27641
|
-
'@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27641
|
+
'@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-framework':
|
|
27642
27642
|
dependencies:
|
|
27643
27643
|
'@ebay/nice-modal-react': 1.2.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27644
27644
|
'@sentry/react': 7.120.4(react@18.3.1)
|
|
27645
27645
|
'@tanstack/react-query': 4.36.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27646
27646
|
'@tinybirdco/charts': 0.2.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27647
|
-
'@tryghost/admin-x-design-system': '@tryghost/admin-x-design-system@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27648
|
-
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27647
|
+
'@tryghost/admin-x-design-system': '@tryghost/admin-x-design-system@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-design-system'
|
|
27648
|
+
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/shade'
|
|
27649
27649
|
react: 18.3.1
|
|
27650
27650
|
react-dom: 18.3.1(react@18.3.1)
|
|
27651
27651
|
react-hot-toast: 2.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27652
27652
|
react-router: 7.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27653
27653
|
|
|
27654
|
-
'@tryghost/admin-x-settings@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27654
|
+
'@tryghost/admin-x-settings@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-settings':
|
|
27655
27655
|
dependencies:
|
|
27656
27656
|
'@codemirror/lang-html': 6.4.11
|
|
27657
27657
|
'@dnd-kit/sortable': 7.0.2(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
|
|
@@ -27659,7 +27659,7 @@ snapshots:
|
|
|
27659
27659
|
'@sentry/react': 7.120.4(react@18.3.1)
|
|
27660
27660
|
'@tanstack/react-query': 4.36.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27661
27661
|
'@tryghost/color-utils': 0.2.16
|
|
27662
|
-
'@tryghost/i18n': '@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27662
|
+
'@tryghost/i18n': '@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/i18n'
|
|
27663
27663
|
'@tryghost/kg-unsplash-selector': 0.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27664
27664
|
'@tryghost/limit-service': 1.5.2
|
|
27665
27665
|
'@tryghost/nql': 0.12.10
|
|
@@ -27675,21 +27675,21 @@ snapshots:
|
|
|
27675
27675
|
sonner: 2.0.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
27676
27676
|
validator: 13.12.0
|
|
27677
27677
|
|
|
27678
|
-
'@tryghost/admin@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27678
|
+
'@tryghost/admin@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin':
|
|
27679
27679
|
dependencies:
|
|
27680
|
-
'@tryghost/activitypub': '@tryghost/activitypub@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27681
|
-
'@tryghost/admin-x-framework': '@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27682
|
-
'@tryghost/admin-x-settings': '@tryghost/admin-x-settings@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27680
|
+
'@tryghost/activitypub': '@tryghost/activitypub@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/activitypub'
|
|
27681
|
+
'@tryghost/admin-x-framework': '@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-framework'
|
|
27682
|
+
'@tryghost/admin-x-settings': '@tryghost/admin-x-settings@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-settings'
|
|
27683
27683
|
'@tryghost/koenig-lexical': 1.8.0
|
|
27684
|
-
'@tryghost/posts': '@tryghost/posts@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27685
|
-
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27686
|
-
'@tryghost/stats': '@tryghost/stats@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27684
|
+
'@tryghost/posts': '@tryghost/posts@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/posts'
|
|
27685
|
+
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/shade'
|
|
27686
|
+
'@tryghost/stats': '@tryghost/stats@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/stats'
|
|
27687
27687
|
mingo: 2.5.3
|
|
27688
27688
|
react: 18.3.1
|
|
27689
27689
|
react-dom: 18.3.1(react@18.3.1)
|
|
27690
27690
|
zod: 4.1.12
|
|
27691
27691
|
|
|
27692
|
-
'@tryghost/announcement-bar@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27692
|
+
'@tryghost/announcement-bar@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/announcement-bar':
|
|
27693
27693
|
dependencies:
|
|
27694
27694
|
'@tryghost/content-api': 1.12.6
|
|
27695
27695
|
react: 17.0.2
|
|
@@ -27787,7 +27787,7 @@ snapshots:
|
|
|
27787
27787
|
'@types/color': 4.2.0
|
|
27788
27788
|
color: 3.2.1
|
|
27789
27789
|
|
|
27790
|
-
'@tryghost/comments-ui@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27790
|
+
'@tryghost/comments-ui@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/comments-ui':
|
|
27791
27791
|
dependencies:
|
|
27792
27792
|
'@doist/react-interpolate': 2.2.1(prop-types@15.8.1)(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
|
|
27793
27793
|
'@headlessui/react': 1.7.19(react-dom@17.0.2(react@17.0.2))(react@17.0.2)
|
|
@@ -27848,7 +27848,7 @@ snapshots:
|
|
|
27848
27848
|
|
|
27849
27849
|
'@tryghost/domain-events@1.0.8': {}
|
|
27850
27850
|
|
|
27851
|
-
'@tryghost/e2e@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27851
|
+
'@tryghost/e2e@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/e2e': {}
|
|
27852
27852
|
|
|
27853
27853
|
'@tryghost/elasticsearch@3.0.29':
|
|
27854
27854
|
dependencies:
|
|
@@ -27935,7 +27935,7 @@ snapshots:
|
|
|
27935
27935
|
transitivePeerDependencies:
|
|
27936
27936
|
- supports-color
|
|
27937
27937
|
|
|
27938
|
-
'@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
27938
|
+
'@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/i18n':
|
|
27939
27939
|
dependencies:
|
|
27940
27940
|
'@tryghost/debug': 2.1.0
|
|
27941
27941
|
i18next: 23.16.8
|
|
@@ -28245,19 +28245,19 @@ snapshots:
|
|
|
28245
28245
|
transitivePeerDependencies:
|
|
28246
28246
|
- supports-color
|
|
28247
28247
|
|
|
28248
|
-
'@tryghost/parse-email-address@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28248
|
+
'@tryghost/parse-email-address@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/parse-email-address':
|
|
28249
28249
|
dependencies:
|
|
28250
28250
|
parse-email-address: 0.0.2
|
|
28251
28251
|
|
|
28252
|
-
'@tryghost/portal@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28252
|
+
'@tryghost/portal@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/portal':
|
|
28253
28253
|
dependencies:
|
|
28254
28254
|
'@tryghost/debug': 2.1.0
|
|
28255
28255
|
|
|
28256
|
-
'@tryghost/posts@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28256
|
+
'@tryghost/posts@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/posts':
|
|
28257
28257
|
dependencies:
|
|
28258
|
-
'@tryghost/admin-x-framework': '@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28258
|
+
'@tryghost/admin-x-framework': '@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-framework'
|
|
28259
28259
|
'@tryghost/nql-lang': 0.6.4
|
|
28260
|
-
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28260
|
+
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/shade'
|
|
28261
28261
|
i18n-iso-countries: 7.14.0
|
|
28262
28262
|
moment: 2.24.0
|
|
28263
28263
|
moment-timezone: 0.5.45
|
|
@@ -28354,7 +28354,7 @@ snapshots:
|
|
|
28354
28354
|
- '@75lb/nature'
|
|
28355
28355
|
- supports-color
|
|
28356
28356
|
|
|
28357
|
-
'@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28357
|
+
'@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/shade':
|
|
28358
28358
|
dependencies:
|
|
28359
28359
|
'@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
28360
28360
|
'@dnd-kit/sortable': 7.0.2(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
|
|
@@ -28408,7 +28408,7 @@ snapshots:
|
|
|
28408
28408
|
validator: 13.12.0
|
|
28409
28409
|
zod: 4.1.12
|
|
28410
28410
|
|
|
28411
|
-
'@tryghost/signup-form@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28411
|
+
'@tryghost/signup-form@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/signup-form':
|
|
28412
28412
|
dependencies:
|
|
28413
28413
|
'@tryghost/debug': 2.1.0
|
|
28414
28414
|
react: 18.3.1
|
|
@@ -28416,19 +28416,19 @@ snapshots:
|
|
|
28416
28416
|
|
|
28417
28417
|
'@tryghost/social-urls@0.1.60': {}
|
|
28418
28418
|
|
|
28419
|
-
'@tryghost/sodo-search@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28419
|
+
'@tryghost/sodo-search@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/sodo-search':
|
|
28420
28420
|
dependencies:
|
|
28421
28421
|
'@tryghost/debug': 2.1.0
|
|
28422
|
-
'@tryghost/i18n': '@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28422
|
+
'@tryghost/i18n': '@tryghost/i18n@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/i18n'
|
|
28423
28423
|
flexsearch: 0.8.153
|
|
28424
28424
|
react: 17.0.2
|
|
28425
28425
|
react-dom: 17.0.2(react@17.0.2)
|
|
28426
28426
|
|
|
28427
|
-
'@tryghost/stats@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28427
|
+
'@tryghost/stats@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/stats':
|
|
28428
28428
|
dependencies:
|
|
28429
28429
|
'@svg-maps/world': 1.0.1
|
|
28430
|
-
'@tryghost/admin-x-framework': '@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28431
|
-
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
28430
|
+
'@tryghost/admin-x-framework': '@tryghost/admin-x-framework@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/admin-x-framework'
|
|
28431
|
+
'@tryghost/shade': '@tryghost/shade@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/apps/shade'
|
|
28432
28432
|
i18n-iso-countries: 7.14.0
|
|
28433
28433
|
moment: 2.24.0
|
|
28434
28434
|
moment-timezone: 0.5.45
|
|
@@ -36855,14 +36855,14 @@ snapshots:
|
|
|
36855
36855
|
dependencies:
|
|
36856
36856
|
assert-plus: 1.0.0
|
|
36857
36857
|
|
|
36858
|
-
ghost-admin@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
36858
|
+
ghost-admin@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0/ghost/admin:
|
|
36859
36859
|
dependencies:
|
|
36860
36860
|
i18n-iso-countries: 7.14.0
|
|
36861
36861
|
lru-cache: 6.0.0
|
|
36862
36862
|
path-browserify: 1.0.1
|
|
36863
36863
|
webpack: 5.105.4(@swc/core@1.15.21(@swc/helpers@0.5.21))
|
|
36864
36864
|
|
|
36865
|
-
ghost-monorepo@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.
|
|
36865
|
+
ghost-monorepo@file:///Users/rblstr/Workspace/ghost/Ghost/.worktrees/release-v6.34.0: {}
|
|
36866
36866
|
|
|
36867
36867
|
ghost-storage-base@1.1.2:
|
|
36868
36868
|
dependencies:
|