@spinajs/templates-puppeteer 2.0.488 → 2.0.490

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spinajs/templates-puppeteer",
3
- "version": "2.0.488",
3
+ "version": "2.0.490",
4
4
  "description": "Base Puppeteer renderer for templates. Shared logic for PDF and image rendering.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/mjs/index.js",
@@ -57,11 +57,11 @@
57
57
  "@types/express": "^5.0.1"
58
58
  },
59
59
  "dependencies": {
60
- "@spinajs/configuration": "^2.0.488",
61
- "@spinajs/di": "^2.0.488",
62
- "@spinajs/exceptions": "^2.0.488",
63
- "@spinajs/log": "^2.0.488",
64
- "@spinajs/templates": "^2.0.488",
60
+ "@spinajs/configuration": "^2.0.490",
61
+ "@spinajs/di": "^2.0.490",
62
+ "@spinajs/exceptions": "^2.0.490",
63
+ "@spinajs/log": "^2.0.490",
64
+ "@spinajs/templates": "^2.0.490",
65
65
  "puppeteer": "^24.33.0",
66
66
  "cors": "^2.8.5",
67
67
  "express": "^5.1.0",