Newapp-sdk

@revenexx/app-sdk@0.3.0

Minor Changes

  • 6c34488: Add @revenexx/app-sdk/router — declarative HTTP routing for App functions.

    • createApp() with literal-first route matching (/markets/defaults beats /markets/{id}), {param}/:param templates, parsed bodies/queries, tenant extraction, built-in health route and 404/405 handling.
    • mountCrud() mounts the standard five REST routes for an entity in one call, including ?column=value filters, pagination metadata and nested resources scoped to their parent (/markets/{marketId}/locales).
    • HttpError plus notFound/badRequest/forbidden/conflict helpers; data-client permission errors map to 403.
    • Public-facing READMEs for the package and repo.