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/defaultsbeats/markets/{id}),{param}/:paramtemplates, 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=valuefilters, pagination metadata and nested resources scoped to their parent (/markets/{marketId}/locales).HttpErrorplusnotFound/badRequest/forbidden/conflicthelpers; data-client permission errors map to 403.- Public-facing READMEs for the package and repo.