fix(cli): pin encodeHex to 1.0.4 to work with dnt

This commit is contained in:
Ruben Fiszel
2025-03-28 17:16:56 +01:00
parent 2252ea2db4
commit 213f3a45e1
3 changed files with 3 additions and 2 deletions
Generated
+1
View File
@@ -14,6 +14,7 @@
"jsr:@std/cli@1.0.0-rc.2": "1.0.0-rc.2",
"jsr:@std/encoding@*": "1.0.4",
"jsr:@std/encoding@1.0.0-rc.2": "1.0.0-rc.2",
"jsr:@std/encoding@1.0.4": "1.0.4",
"jsr:@std/encoding@^1.0.4": "1.0.4",
"jsr:@std/fmt@0.223": "0.223.0",
"jsr:@std/fmt@1": "1.0.2",
+1 -1
View File
@@ -15,7 +15,7 @@ export { CompletionsCommand } from "jsr:@windmill-labs/cliffy-command@1.0.0-rc.5
export { ensureDir } from "jsr:@std/fs";
export { SEPARATOR as SEP } from "jsr:@std/path";
export * as path from "jsr:@std/path";
export { encodeHex } from "jsr:@std/encoding";
export { encodeHex } from "jsr:@std/encoding@1.0.4";
export { writeAllSync } from "jsr:@std/io/write-all";
export { copy } from "jsr:@std/io/copy";
export { readAll } from "jsr:@std/io/read-all";
+1 -1
View File
@@ -54,7 +54,7 @@ export const OpenAPI: OpenAPIConfig = {
PASSWORD: undefined,
TOKEN: getEnv("WM_TOKEN"),
USERNAME: undefined,
VERSION: '1.479.0',
VERSION: '1.479.2',
WITH_CREDENTIALS: true,
interceptors: {
request: new Interceptors(),