devsurface 0.7.0 → 0.7.1

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.7.0
3
+ ## 0.7.1
4
4
 
5
5
  - Added structured `setupGuide` steps in `devsurface.config.json`: each step can be a plain string or an object with `title`, `description`, and a `command` or `script` key that turns it into a one-click action button in the Onboarding tab.
6
6
  - Updated `devsurface init` to generate a richer config with grouped commands (First-time setup, Daily development, Before committing) and actionable setup steps.
package/dist/cli/index.js CHANGED
@@ -2988,7 +2988,7 @@ import path16 from "path";
2988
2988
  import spawn4 from "cross-spawn";
2989
2989
 
2990
2990
  // src/version.ts
2991
- var DEV_SURFACE_VERSION = "0.7.0";
2991
+ var DEV_SURFACE_VERSION = "0.7.1";
2992
2992
 
2993
2993
  // src/server/localAccess.ts
2994
2994
  var LOCAL_HOSTNAMES = /* @__PURE__ */ new Set(["127.0.0.1", "localhost", "::1"]);