@buildinternet/uploads 0.10.0 → 0.10.1

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,8 +38,8 @@ up local source; product docs and PR “how to try it” examples should use the
38
38
  global `uploads` form above.
39
39
 
40
40
  Commands: `attach`, `put`, `gallery`, `comment`, `list`, `find`, `meta`, `delete`, `usage`,
41
- `reconcile`, `purge-expired`, `setup`, `install`, `config`, `doctor`, `health`, `mcp`,
42
- `completion`.
41
+ `reconcile`, `purge-expired`, `setup`, `install`, `login`, `whoami` (alias `status`),
42
+ `logout`, `invite`, `admin`, `config`, `doctor`, `health`, `mcp`, `completion`.
43
43
 
44
44
  **Help:** bare `uploads` / `uploads help` / `--help` shows essentials; use
45
45
  `uploads help --all` (or `--help --all`) for the full command list. Per-command:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buildinternet/uploads",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "CLI and client for uploads.sh — workspace-scoped image hosting for GitHub embeds",
5
5
  "type": "module",
6
6
  "sideEffects": false,