rightsize 0.7.7 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ import type { Platform } from "./platform.js";
|
|
|
4
4
|
* while msb 0.6.10-0.6.13 were broken on Windows (fixed upstream in 0.6.14).
|
|
5
5
|
* MSB_PATH users on Windows must avoid 0.6.10-0.6.13.
|
|
6
6
|
*/
|
|
7
|
-
export declare const MSB_VERSION = "0.6.
|
|
7
|
+
export declare const MSB_VERSION = "0.6.17";
|
|
8
8
|
/** Test seam: the full resolution logic parameterized over the release base URL, cache dir, and environment. */
|
|
9
9
|
export declare function ensureInstalledAt(baseUrl: string, cacheDir: string, env: Record<string, string | undefined>): Promise<string>;
|
|
10
10
|
/** Resolves (downloading and verifying if needed) a runnable `msb` binary path, using the real GitHub release base, `RIGHTSIZE_CACHE_DIR`, and `process.env`. */
|
|
@@ -12,7 +12,7 @@ import { PlatformInfo } from "./platform.js";
|
|
|
12
12
|
* while msb 0.6.10-0.6.13 were broken on Windows (fixed upstream in 0.6.14).
|
|
13
13
|
* MSB_PATH users on Windows must avoid 0.6.10-0.6.13.
|
|
14
14
|
*/
|
|
15
|
-
export const MSB_VERSION = "0.6.
|
|
15
|
+
export const MSB_VERSION = "0.6.17";
|
|
16
16
|
function releaseBaseUrl(version) {
|
|
17
17
|
return `https://github.com/superradcompany/microsandbox/releases/download/v${version}`;
|
|
18
18
|
}
|
package/package.json
CHANGED