From 7b340ea783a2d7b61cbad0fccbfa852f659cd5d7 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 3 Dec 2023 18:57:44 +0100 Subject: [PATCH] fix(core): update --- package.json | 5 ----- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index ae7627c..093b515 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9f3439a..6e7c95e 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' }