unoverse 0.1.159 → 0.1.160

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.
@@ -35,7 +35,6 @@ cmd_help() {
35
35
  # SHOW THE COMMAND, not a description of it. "aws or digitalocean" told a reader the
36
36
  # clouds exist without telling them what to type, so the shape of the command still had
37
37
  # to be guessed. Print the line they will actually run.
38
- echo -e " ${GREEN}deploy${NC} Ship it to a server ${DIM}(deploy aws · deploy digitalocean; first run asks which cloud)${NC}"
39
38
  echo -e " ${GREEN}destroy${NC} Take it down ${DIM}(shows what goes, and what stays)${NC}"
40
39
  echo -e " ${DIM}unoverse destroy aws · unoverse destroy digitalocean${NC}"
41
40
  echo -e " ${GREEN}db-allow${NC} Let this machine reach the database ${DIM}(run it when you change network)${NC}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unoverse",
3
- "version": "0.1.159",
3
+ "version": "0.1.160",
4
4
  "description": "The Unoverse front door — create a Studio project, a universe, or a client app, and launch Studio.",
5
5
  "license": "SEE LICENSE IN README.md",
6
6
  "type": "module",