@hasna/accounts 0.1.8 → 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.
Files changed (2) hide show
  1. package/dist/cli.js +802 -117
  2. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/accounts",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "Manage and switch between multiple Claude Code (and other AI coding tool) profiles/accounts locally — isolated config dirs, per-account email, one-command switching.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -70,6 +70,7 @@
70
70
  "license": "Apache-2.0",
71
71
  "dependencies": {
72
72
  "@aws-sdk/client-s3": "^3.985.0",
73
+ "@hasna/events": "^0.1.7",
73
74
  "@modelcontextprotocol/sdk": "^1.27.1",
74
75
  "chalk": "^5.4.1",
75
76
  "commander": "^13.1.0",