@hathbanger/jr-studio 0.0.7 → 0.1.0

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.
Files changed (2) hide show
  1. package/dist/index.js +5844 -3079
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hathbanger/jr-studio",
3
- "version": "0.0.7",
4
- "description": "AI music generation CLI powered by Suno",
3
+ "version": "0.1.0",
4
+ "description": "AI asset generation CLI music, images, audio, and more. Multi-provider (Suno, MiniMax, Udio, OpenRouter). Pay with USDC via x402.",
5
5
  "license": "ISC",
6
6
  "type": "commonjs",
7
7
  "files": [
@@ -29,7 +29,8 @@
29
29
  "cli-progress": "^3.12.0",
30
30
  "commander": "^12.1.0",
31
31
  "ora": "^5.4.1",
32
- "viem": "^2.43.5"
32
+ "viem": "^2.43.5",
33
+ "@jr-studio/vrng": "workspace:*"
33
34
  },
34
35
  "devDependencies": {
35
36
  "@types/cli-progress": "^3.11.6",