feature: cloudcmd: onezip v7.0.0

This commit is contained in:
coderiaser 2026-02-26 20:01:14 +02:00
parent bfbaae9ec0
commit 68c7d0be3b
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@
"nano-memoize": "^3.0.16",
"nomine": "^4.0.0",
"once": "^1.4.0",
"onezip": "^6.0.1",
"onezip": "^7.0.0",
"open": "^11.0.0",
"package-json": "^10.0.0",
"pipe-io": "^4.0.1",

View file

@ -2,7 +2,7 @@ import path from 'node:path';
import _fs from 'node:fs';
import process from 'node:process';
import jaguar from 'jaguar';
import onezip from 'onezip';
import {onezip} from 'onezip';
import inly from 'inly';
import wraptile from 'wraptile';
import currify from 'currify';