Ghost/core
Hannah Wolfe ba8cdc8d2d
Split config utils into utils and helpers
- There are two different types of function here
   1. "helpers" are public API - config.something() that provide dynamic helpers on top of config
   2. "utils" are internal methods used only by config itself
- This commit makes this distinction clearer, although we should also change the code to enforce that utils are not exposed
2021-06-16 15:05:51 +01:00
..
client@952a65065d Updated Ghost-Admin to v4.7.0 2021-06-08 17:06:37 +01:00
frontend Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00
server Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
shared Split config utils into utils and helpers 2021-06-16 15:05:51 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Replaced ghost-version.js with @tryghost/version 2021-06-16 13:16:15 +01:00
bridge.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00