fix(core): update

This commit is contained in:
Philipp Kunz 2023-12-03 18:57:44 +01:00
parent 063905bfaa
commit 7b340ea783
2 changed files with 1 additions and 6 deletions

View File

@ -20,11 +20,6 @@
"@types/node": "^20.10.2"
},
"dependencies": {
"@img/sharp-darwin-arm64": "^0.33.0",
"@img/sharp-darwin-x64": "^0.33.0",
"@img/sharp-linux-arm64": "^0.33.0",
"@img/sharp-linux-x64": "^0.33.0",
"@img/sharp-win32-x64": "^0.33.0",
"@push.rocks/levelcache": "^3.0.3",
"@push.rocks/smartfile": "^11.0.4",
"@push.rocks/smarthash": "^3.0.4",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartjimp',
version: '1.0.12',
version: '1.0.13',
description: 'a tool fr working with images in TypeScript'
}