2 Commits

Author SHA1 Message Date
6b1948d834 1.0.13 2023-12-03 18:57:45 +01:00
7b340ea783 fix(core): update 2023-12-03 18:57:44 +01:00
2 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartjimp", "name": "@push.rocks/smartjimp",
"version": "1.0.12", "version": "1.0.13",
"private": false, "private": false,
"description": "a tool fr working with images in TypeScript", "description": "a tool fr working with images in TypeScript",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -20,11 +20,6 @@
"@types/node": "^20.10.2" "@types/node": "^20.10.2"
}, },
"dependencies": { "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/levelcache": "^3.0.3",
"@push.rocks/smartfile": "^11.0.4", "@push.rocks/smartfile": "^11.0.4",
"@push.rocks/smarthash": "^3.0.4", "@push.rocks/smarthash": "^3.0.4",

View File

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