@uxf/resizer 11.76.2 → 11.85.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 +4 -3
package/README.md CHANGED
@@ -124,4 +124,4 @@ This is deprecated. Please use our global resizer for all projects.
124
124
  - `r`: right
125
125
  - `rb`: right bottom
126
126
  - `rt`: right top
127
- - `t`: top
127
+ - `t`: top
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/resizer",
3
- "version": "11.76.2",
3
+ "version": "11.85.0",
4
4
  "main": "index.js",
5
5
  "description": "UXF Resizer",
6
6
  "author": "UXFans <dev@uxf.cz>",
@@ -20,6 +20,7 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/express": "4.17.21",
23
+ "@types/node": "22",
23
24
  "concurrently": "9.1.0",
24
25
  "crypto-js": "4.2.0",
25
26
  "express": "4.21.1",
@@ -28,11 +29,11 @@
28
29
  "yargs": "17.7.2"
29
30
  },
30
31
  "engines": {
31
- "node": ">=20"
32
+ "node": ">=22"
32
33
  },
33
34
  "scripts": {
34
35
  "build": "tsc -P tsconfig.json",
35
- "dev": "ts-node ./bin/uxf-resizer.ts",
36
+ "dev": "tsx ./bin/uxf-resizer.ts",
36
37
  "typecheck": "tsc --noEmit --skipLibCheck"
37
38
  }
38
39
  }