@montytools/cli 0.2.8 → 0.2.9
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/monty.mjs +1 -1
- package/package.json +1 -1
package/bin/monty.mjs
CHANGED
|
@@ -427,7 +427,7 @@ async function freePort(start) {
|
|
|
427
427
|
// Apps pin @montytools/sdk at scaffold time and go stale — the CLI knows the
|
|
428
428
|
// minimum SDK its workflows need (e.g. tunnel-host allowlisting lives in the
|
|
429
429
|
// SDK's vite plugin) and upgrades the app automatically before dev/deploy.
|
|
430
|
-
const MIN_SDK = "0.1.
|
|
430
|
+
const MIN_SDK = "0.1.2";
|
|
431
431
|
|
|
432
432
|
function installedSdkVersion(appDir) {
|
|
433
433
|
try {
|