Skip to content

Commit 8fd79a2

Browse files
committed
feature: cloudcmd: win32 v8.0.0
1 parent 9267f7a commit 8fd79a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"try-catch": "^4.0.4",
145145
"try-to-catch": "^4.0.0",
146146
"tryrequire": "^3.0.0",
147-
"win32": "^7.0.0",
147+
"win32": "^8.0.0",
148148
"wraptile": "^3.0.0",
149149
"writejson": "^3.0.0",
150150
"yargs-parser": "^22.0.0"

server/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {createRequire} from 'node:module';
22
import {extname} from 'node:path';
3-
import _win32 from 'win32';
3+
import * as _win32 from 'win32';
44
import ponse from 'ponse';
55
import rendy from 'rendy';
66
import format from 'format-io';

0 commit comments

Comments
 (0)