bits-to-dead-trees
Advanced tools
Comparing version
# bits-to-dead-trees | ||
## 1.4.2 | ||
### Patch Changes | ||
- 1a0f800: Upgrade Playwright to 1.28.1 | ||
## 1.4.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "bits-to-dead-trees", | ||
"author": "Robin Mehner <robin@coding-robin.de>", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Turn HTML into PDF files", | ||
@@ -23,3 +23,3 @@ "repository": "github:rmehner/bits-to-dead-trees", | ||
"start:dev": "nodemon --inspect index.js", | ||
"dump-schemas": "typescript-json-schema types/schemas.ts PdfRequestBody --out pdf_request_body.json", | ||
"dump-schemas": "typescript-json-schema types/schemas.ts PdfRequestBody --out pdf_request_body.json && npm run format", | ||
"update-schemas": "npm run dump-schemas && npm run format", | ||
@@ -33,3 +33,3 @@ "postinstall": "npx playwright install chromium", | ||
"fastify": "^4.10.2", | ||
"playwright-core": "^1.28.0" | ||
"playwright-core": "^1.28.1" | ||
}, | ||
@@ -42,6 +42,6 @@ "devDependencies": { | ||
"pino-pretty": "^9.1.1", | ||
"prettier": "^2.7.1", | ||
"prettier": "^2.8.0", | ||
"tslib": "^2.4.1", | ||
"typescript-json-schema": "^0.54.0" | ||
"typescript-json-schema": "^0.55.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
26985
0.33%Updated