@hirokisakabe/pom 8.9.0 → 9.0.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  ## Installation
54
54
 
55
- > Requires Node.js 18+
55
+ > Requires Node.js 22+
56
56
 
57
57
  ```bash
58
58
  npm install @hirokisakabe/pom
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hirokisakabe/pom",
3
- "version": "8.9.0",
3
+ "version": "9.0.0",
4
4
  "description": "AI-friendly PowerPoint generation with a Flexbox layout engine.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "author": "Hiroki Sakabe",
45
45
  "engines": {
46
- "node": ">=18"
46
+ "node": ">=22"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@resvg/resvg-wasm": "^2.6.2",
68
- "fast-xml-parser": "^5.8.0",
68
+ "fast-xml-parser": "^5.9.3",
69
69
  "image-size": "2.0.2",
70
70
  "jszip": "^3.10.1",
71
71
  "opentype.js": "^2.0.0",