Ghost/ghost/external-media-inliner
Sam Lord fd7ead6ce6 Upgraded to latest version of @tryghost/request
refs: https://github.com/TryGhost/Product/issues/3782

Latest version of request avoids using the OS-level name resolution system. This prevents long shutdowns from occuring where the OS is blocking the process from exiting cleanly.

The new version uses `got` 13, which has many breaking changes. Some of these are resolved within @tryghost/request (like response errors), but input parameters need to be changed.
2023-09-26 12:45:14 +01:00
..
lib Upgraded to latest version of @tryghost/request 2023-09-26 12:45:14 +01:00
test Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
.eslintrc.js Added ExternalMediaInliner package scaffolding 2023-03-03 17:07:50 +08:00
index.js Added ExternalMediaInliner package scaffolding 2023-03-03 17:07:50 +08:00
package.json Updated linting and testing packages 2023-09-01 15:51:17 +02:00
README.md Added ExternalMediaInliner package scaffolding 2023-03-03 17:07:50 +08:00

External Media Inliner

Service that processes post contents and downloads/inlines external media

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests