Skip to content
  • Jure's avatar
    feat: add @pubsweet/errors · 2969bf67
    Jure authored
    Previously errors were nested in pubsweet-server. Since they get used all over the place, they're
    not living in their own package called @pubsweet/errors.
    
    BREAKING CHANGE: If you required errors deeply from pubsweet-server before, i.e.
    `pubsweet-server/src/errors`, this will no longer work, and you need to change your require to
    `@pubsweet/errors`.
    2969bf67