roxify 1.1.13 → 1.2.1

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roxify",
3
- "version": "1.1.13",
3
+ "version": "1.2.1",
4
4
  "description": "Encode binary data into PNG images with Zstd compression and decode them back. Supports CLI and programmatic API (Node.js ESM).",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -47,7 +47,7 @@
47
47
  "@mongodb-js/zstd": "^2.0.1",
48
48
  "zopflipng-bin": "^1.0.1",
49
49
  "fflate": "^0.7.4",
50
- "lzma-purejs": "^1.0.4",
50
+ "lzma-purejs": "^0.9.3",
51
51
  "png-chunks-encode": "^1.0.0",
52
52
  "png-chunks-extract": "^1.0.0",
53
53
  "sharp": "^0.34.5",