feat(core): add progressive JPEG support and fix Sharp format switching

This commit is contained in:
2025-08-02 15:18:04 +00:00
parent c919507375
commit 764b074ca4
9 changed files with 8814 additions and 5092 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartjimp",
"version": "1.0.18",
"version": "1.1.0",
"private": false,
"description": "A TypeScript library for image processing combining both sharp and jimp libraries.",
"main": "dist_ts/index.js",
@@ -16,18 +16,17 @@
"devDependencies": {
"@git.zone/tsbuild": "^2.1.72",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.86",
"@push.rocks/tapbundle": "^5.0.8",
"@git.zone/tstest": "^2.3.2",
"@types/node": "^20.11.17"
},
"dependencies": {
"@push.rocks/levelcache": "^3.0.8",
"@push.rocks/smartfile": "^11.0.4",
"@push.rocks/smarthash": "^3.0.4",
"@push.rocks/smartpath": "^5.0.5",
"@push.rocks/smartrequest": "^2.0.15",
"jimp": "^0.22.10",
"sharp": "^0.33.2"
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartrequest": "^4.2.1",
"jimp": "^1.6.0",
"sharp": "^0.34.3"
},
"files": [
"ts/**/*",
@@ -65,5 +64,6 @@
"AVIF",
"WEBP",
"PNG"
]
}
],
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}