deadman-fm 0.1.1 → 0.1.2

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.
@@ -250,13 +250,13 @@ export async function interactive() {
250
250
  options: [
251
251
  {
252
252
  value: "create",
253
- label: "Create a station",
254
- hint: "pick genre, sync music",
253
+ label: "Start Mining",
254
+ hint: "point to your music, start earning $FM",
255
255
  },
256
256
  {
257
257
  value: "sync",
258
- label: "Sync music",
259
- hint: "upload tracks to your station",
258
+ label: "Sync Music",
259
+ hint: "add or update tracks on your station",
260
260
  },
261
261
  {
262
262
  value: "connect",
@@ -577,7 +577,7 @@ async function handleList() {
577
577
  }
578
578
  listSpinner.stop(`Found ${logs.length} station${logs.length === 1 ? "" : "s"} on Base`);
579
579
  if (logs.length === 0) {
580
- p.log.info("No stations yet. Run Create a station to be the first.");
580
+ p.log.info("No stations yet. Run Start Mining to begin.");
581
581
  return;
582
582
  }
583
583
  const lines = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deadman-fm",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "💀.fm — Create and seed decentralized radio stations",
5
5
  "type": "module",
6
6
  "files": [