Ghost/core
Daniel Lockyer ec28478435
🐛 Fixed error when sending messages via bootstrap socket
refs https://github.com/TryGhost/Ghost/issues/13837

- a [refactor](9fa8800b9d) in `@tryghost/bootstrap-socket` changed the signature of the method it exprots, but the use of this
  library wasn't updated in Ghost
- therefore, the library was trying to send the `@tryghost/logging` library, which caused
  errors with Ghost-CLI down the line, as mentioned in the issue
- this commit updates the method signature to match what is expected
2021-12-06 08:04:26 +00:00
..
client@eb63c30121 Updated Admin to v4.25.1 2021-12-03 16:00:37 +00:00
frontend Updated the spacing between toggle cards on frontend 2021-12-03 17:55:26 +01:00
server 🐛 Fixed error when sending messages via bootstrap socket 2021-12-06 08:04:26 +00:00
shared Added alpha flag for Before/After card 2021-12-02 12:29:11 +02:00
app.js Merged our two maintenance middleware into one 2021-11-24 11:27:18 +00:00
boot.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
bridge.js Added missing async/await calls 2021-11-23 17:24:50 +00:00