A decentralized music tracking and discovery platform built on AT Protocol 🎵

Bump CLI version to 0.3.4 and log CAR extraction

+2 -1
+1 -1
apps/cli/package.json
··· 1 1 { 2 2 "name": "@rocksky/cli", 3 - "version": "0.3.3", 3 + "version": "0.3.4", 4 4 "description": "Command-line interface for Rocksky – scrobble tracks, view stats, and manage your listening history", 5 5 "main": "dist/index.js", 6 6 "type": "module",
+1
apps/cli/src/cmd/sync.ts
··· 904 904 905 905 try { 906 906 const collection = "app.rocksky.song"; 907 + logger.info`Extracting ${collection} records from CAR file ...`; 907 908 908 909 for await (const { cid, bytes } of carReader.blocks()) { 909 910 try {