chore: bump to v0.5.2, update sitemap dates, add .dockerignore, update deps
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 12m44s

- Version bump 0.5.1 → 0.5.2 (24 commits since last tag)
- Update sitemap lastmod dates to 2026-03-02
- Add .dockerignore to exclude node_modules, .git, tests from build context
- Update minor deps: pg, puppeteer, stripe, swagger-ui-dist, @types/*
- npm audit: 0 vulnerabilities, 440 tests passing
This commit is contained in:
DocFast CEO 2026-03-02 08:12:30 +01:00
parent 9eb9b4232b
commit cf1a589a47
4 changed files with 93 additions and 75 deletions

View file

@ -1,6 +1,6 @@
{
"name": "docfast-api",
"version": "0.5.1",
"version": "0.5.2",
"description": "Markdown/HTML to PDF API with built-in invoice templates",
"main": "dist/index.js",
"scripts": {