@baizor/cc-switch 0.1.4 → 0.1.5

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
@@ -1,7 +1,6 @@
1
1
  # cc-switch
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@baizor/cc-switch?color=%23CB3837&label=npm&logo=npm)](https://www.npmjs.com/package/@baizor/cc-switch)
4
- [![npm downloads](https://img.shields.io/npm/dm/@baizor/cc-switch?color=%230969DA&logo=npm)](https://www.npmjs.com/package/@baizor/cc-switch)
5
4
  [![Publish to npm](https://github.com/IvanMurzak/Claude-Subscription-Switcher/actions/workflows/publish.yml/badge.svg)](https://github.com/IvanMurzak/Claude-Subscription-Switcher/actions/workflows/publish.yml)
6
5
  [![license](https://img.shields.io/github/license/IvanMurzak/Claude-Subscription-Switcher?color=%231A7F37)](LICENSE)
7
6
  [![Node.js](https://img.shields.io/badge/node-%3E%3D20-339933?logo=node.js&logoColor=white)](package.json)
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ const program = new Command();
17
17
  program
18
18
  .name("cc-switch")
19
19
  .description("Manage multiple Claude Code subscription OAuth tokens")
20
- .version("0.1.4")
20
+ .version("0.1.5")
21
21
  .option("--config <path>", "Path to cc-switch .env config");
22
22
  program.action(async () => {
23
23
  await dashboard(program.opts().config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baizor/cc-switch",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Manage multiple Claude Code subscription OAuth tokens from a TypeScript CLI.",
5
5
  "type": "module",
6
6
  "repository": {