@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.
Files changed (2) hide show
  1. package/bin/monty.mjs +1 -1
  2. 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.1";
430
+ const MIN_SDK = "0.1.2";
431
431
 
432
432
  function installedSdkVersion(appDir) {
433
433
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@montytools/cli",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "monty": "./bin/monty.mjs"