hyperframes 0.1.5 → 0.1.6

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/README.md CHANGED
@@ -33,8 +33,9 @@ Start the live preview studio in your browser:
33
33
 
34
34
  ```bash
35
35
  npx hyperframes dev
36
- # Server running at http://localhost:3000
37
- # Watching for changes...
36
+ # Studio running at http://localhost:3002
37
+
38
+ npx hyperframes dev --port 4567
38
39
  ```
39
40
 
40
41
  ### `render`
@@ -103,10 +104,11 @@ npx hyperframes docs
103
104
 
104
105
  ### `upgrade`
105
106
 
106
- Upgrade Hyperframes to the latest version:
107
+ Check for updates and show upgrade instructions:
107
108
 
108
109
  ```bash
109
110
  npx hyperframes upgrade
111
+ npx hyperframes upgrade --check --json # machine-readable for agents
110
112
  ```
111
113
 
112
114
  ## Documentation