bits-to-dead-trees
Advanced tools
Comparing version 2.15.1 to 2.16.0
# bits-to-dead-trees | ||
## 2.16.0 | ||
### Minor Changes | ||
- [#361](https://github.com/rmehner/bits-to-dead-trees/pull/361) [`0e31220`](https://github.com/rmehner/bits-to-dead-trees/commit/0e312209f2fc74201ae758c49ec4fa2a69393b3f) Thanks [@depfu](https://github.com/apps/depfu)! - Upgrade to Playwright 1.45.0 | ||
## 2.15.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "bits-to-dead-trees", | ||
"author": "Robin Mehner <robin@coding-robin.de>", | ||
"version": "2.15.1", | ||
"version": "2.16.0", | ||
"description": "Turn HTML into PDF files", | ||
@@ -33,15 +33,15 @@ "repository": "github:rmehner/bits-to-dead-trees", | ||
"dependencies": { | ||
"fastify": "^4.27.0", | ||
"playwright-core": "^1.44.1" | ||
"fastify": "^4.28.0", | ||
"playwright-core": "^1.45.0" | ||
}, | ||
"devDependencies": { | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.3", | ||
"@types/lodash": "^4.17.4", | ||
"@changesets/cli": "^2.27.6", | ||
"@types/lodash": "^4.17.5", | ||
"@types/node": "20.11.22", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"nodemon": "^3.1.1", | ||
"nodemon": "^3.1.4", | ||
"pino-pretty": "^10.3.1", | ||
"prettier": "^3.2.5", | ||
"prettier": "^3.3.2", | ||
"typescript-json-schema": "^0.63.0", | ||
@@ -48,0 +48,0 @@ "vitest": "^1.6.0" |
@@ -386,2 +386,7 @@ { | ||
}, | ||
"send": { | ||
"description": "This option only applies to the requests sent from corresponding {@link APIRequestContext} and does not affect\nrequests sent from the browser. `'always'` - `Authorization` header with basic authentication credentials will be\nsent with the each API request. `'unauthorized` - the credentials are only sent when 401 (Unauthorized) response\nwith `WWW-Authenticate` header is received. Defaults to `'unauthorized'`.", | ||
"enum": ["always", "unauthorized"], | ||
"type": "string" | ||
}, | ||
"username": { | ||
@@ -388,0 +393,0 @@ "type": "string" |
@@ -60,5 +60,5 @@ # bits-to-dead-trees | ||
pdf: | ||
image: ghcr.io/rmehner/bits-to-dead-trees:v2.15.0 | ||
image: ghcr.io/rmehner/bits-to-dead-trees:v2.15.1 | ||
ports: | ||
- 8000:8000 | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76307
1065
Updatedfastify@^4.28.0
Updatedplaywright-core@^1.45.0