@token-dashboard/claude-code-usage-uploader 0.1.3 → 0.1.4
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.
package/README.md
CHANGED
|
@@ -5,6 +5,6 @@ This package is deprecated and no longer provides a standalone uploader.
|
|
|
5
5
|
Use the unified uploader instead:
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npx -y
|
|
8
|
+
npx -y @token-dashboard/usage-uploader@latest init
|
|
9
9
|
token-usage-uploader claude-code status
|
|
10
10
|
```
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
console.error('claude-code-usage-uploader has been removed.');
|
|
3
|
-
console.error('Please use: npx -y
|
|
3
|
+
console.error('Please use: npx -y @token-dashboard/usage-uploader@latest init');
|
|
4
4
|
console.error('Then run: token-usage-uploader claude-code status');
|
|
5
5
|
process.exit(1);
|