codeslop 0.1.2 → 0.1.3

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/lib/config.js +1 -1
  2. package/package.json +1 -1
package/lib/config.js CHANGED
@@ -8,7 +8,7 @@ const FILE = join(DIR, 'config.json');
8
8
  const DEFAULTS = {
9
9
  user_id: null,
10
10
  nickname: null,
11
- api_url: process.env.WASTED_API_URL || 'https://codeslop.org',
11
+ api_url: process.env.CODESLOP_API_URL || 'https://codeslop.org',
12
12
  stream: 'daily', // off | daily | live
13
13
  country: null, // opt-in, e.g. "US" or "IN"
14
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeslop",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Track every dollar your AI agent lights on fire. Works with Claude Code, Cursor, Windsurf, Copilot, Aider, OpenCode. codeslop.org",
5
5
  "bin": {
6
6
  "codeslop": "./bin/wasted.js"