feature: cloudcmd: win32 v8.0.0

This commit is contained in:
coderiaser 2026-02-13 16:23:45 +02:00
parent 9267f7a28d
commit 8fd79a2792
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@
"try-catch": "^4.0.4",
"try-to-catch": "^4.0.0",
"tryrequire": "^3.0.0",
"win32": "^7.0.0",
"win32": "^8.0.0",
"wraptile": "^3.0.0",
"writejson": "^3.0.0",
"yargs-parser": "^22.0.0"

View file

@ -1,6 +1,6 @@
import {createRequire} from 'node:module';
import {extname} from 'node:path';
import _win32 from 'win32';
import * as _win32 from 'win32';
import ponse from 'ponse';
import rendy from 'rendy';
import format from 'format-io';