mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: cloudcmd: onezip v7.0.0
This commit is contained in:
parent
bfbaae9ec0
commit
68c7d0be3b
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue