@agora-build/atem 0.4.54 → 0.4.55

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,6 @@ atem # Launch TUI
22
22
  atem login # Authenticate with Astation (OTP + deep link)
23
23
  atem login --save-credentials # Login and auto-save Agora credentials
24
24
  atem logout # Clear saved session
25
- atem sync credentials # Pull Agora credentials from Astation
26
25
  ```
27
26
 
28
27
  ### Tokens
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/atem",
3
- "version": "0.4.54",
3
+ "version": "0.4.55",
4
4
  "description": "Agora AI development terminal — TUI for managing projects, Claude Code, and eval agents",
5
5
  "bin": {
6
6
  "atem": "bin/atem"