electrobun 2.0.2-beta.12 → 2.0.2-beta.14
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.
- package/bin/resolve-hutch.cjs +1 -1
- package/package.json +1 -1
package/bin/resolve-hutch.cjs
CHANGED
|
@@ -27,7 +27,7 @@ const { homedir, tmpdir } = require("node:os");
|
|
|
27
27
|
const path = require("node:path");
|
|
28
28
|
|
|
29
29
|
// Stamped by push-version.js from package/hutch.config.ts.
|
|
30
|
-
const PAIRED_HUTCH_VERSION = "0.26.0-canary.
|
|
30
|
+
const PAIRED_HUTCH_VERSION = "0.26.0-canary.9";
|
|
31
31
|
const ELECTROBUN_VERSION = require("../package.json").version;
|
|
32
32
|
|
|
33
33
|
const MINIMUM_DEFAULTS_HUTCH_VERSION = "0.22.0";
|