unoverse 0.1.49 → 0.1.50

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.
@@ -44,7 +44,9 @@ _ground_do() {
44
44
  # so there is nothing to leave the flow for. The token comes from
45
45
  # cloud.digitalocean.com/account/api (Generate New Token, read and write).
46
46
  echo ""
47
- info "doctl needs a DigitalOcean API token ${DIM}(cloud.digitalocean.com/account/api)${NC}"
47
+ info "doctl needs a DigitalOcean API token. Generate one here:"
48
+ echo ""
49
+ echo -e " ${CYAN}https://cloud.digitalocean.com/account/api/tokens${NC}"
48
50
  echo ""
49
51
  if ! doctl auth init; then
50
52
  fail "authentication did not complete"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unoverse",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
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",