@token-dashboard/codex-usage-uploader 0.1.9 → 0.1.10

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 --registry=https://artifacts-cn-beijing.volces.com/repository/nodeskai-pub/ @token-dashboard/usage-uploader@latest init
8
+ npx -y @token-dashboard/usage-uploader@latest init
9
9
  token-usage-uploader codex status
10
10
  ```
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
2
  console.error('codex-usage-uploader has been removed.');
3
- console.error('Please use: npx -y --registry=https://artifacts-cn-beijing.volces.com/repository/nodeskai-pub/ @token-dashboard/usage-uploader@latest init');
3
+ console.error('Please use: npx -y @token-dashboard/usage-uploader@latest init');
4
4
  console.error('Then run: token-usage-uploader codex status');
5
5
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@token-dashboard/codex-usage-uploader",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Deprecated Codex usage uploader CLI tombstone",
5
5
  "type": "module",
6
6
  "bin": {