@turbodocx/html-to-docx 1.20.0 → 1.21.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbodocx/html-to-docx",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "description": "HTML to DOCX converter",
5
5
  "keywords": [
6
6
  "html-to-docx",
@@ -58,6 +58,7 @@
58
58
  "test": "npm run build && node example/example-node.js",
59
59
  "test:comprehensive-svg": "npm run build && node example/comprehensive-svg-test.js",
60
60
  "test:example-inline-svg": "npm run build && node example/example-inline-svg.js",
61
+ "test:alignments": "npm run build && node example/example-alignments.js",
61
62
  "test:rtl": "npm run build && node example/example-rtl.js",
62
63
  "test:headings": "npm run build && node example/example-heading-styles.js",
63
64
  "test:ts": "npm run build && cross-env TS_NODE_PROJECT=example/typescript/tsconfig.json ts-node -r tsconfig-paths/register example/typescript/typescript-example.ts",
@@ -114,13 +115,18 @@
114
115
  "Srajan-Sanjay-Saxena",
115
116
  "jcasner",
116
117
  "demomacro",
117
- "29217321"
118
+ "29217321",
119
+ "FultonG",
120
+ "odex21"
118
121
  ],
119
122
  "license": "MIT",
120
123
  "bugs": {
121
124
  "url": "https://github.com/TurboDocx/html-to-docx/issues"
122
125
  },
123
126
  "homepage": "https://github.com/TurboDocx/html-to-docx#readme",
127
+ "engines": {
128
+ "node": ">=20.0.0"
129
+ },
124
130
  "devDependencies": {
125
131
  "@babel/core": "^7.28.4",
126
132
  "@babel/preset-env": "^7.28.3",
@@ -129,6 +135,7 @@
129
135
  "@rollup/plugin-commonjs": "^28.0.3",
130
136
  "@rollup/plugin-json": "^4.1.0",
131
137
  "@rollup/plugin-node-resolve": "^13.1.1",
138
+ "@rollup/plugin-terser": "1.0.0",
132
139
  "babel-jest": "^30.2.0",
133
140
  "cross-env": "^7.0.3",
134
141
  "diff": "^5.2.0",
@@ -144,9 +151,7 @@
144
151
  "prettier": "^2.4.1",
145
152
  "rollup": "^2.62.0",
146
153
  "rollup-plugin-cleaner": "^1.0.0",
147
- "rollup-plugin-node-builtins": "^2.1.2",
148
154
  "rollup-plugin-polyfill-node": "^0.13.0",
149
- "rollup-plugin-terser": "^7.0.2",
150
155
  "standard-version": "^9.3.1",
151
156
  "ts-node": "^10.9.2",
152
157
  "tsconfig-paths": "^4.2.0",