@agora-build/atem 0.4.78 → 0.4.80

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,9 +22,9 @@ atem repl # Interactive REPL with AI command inter
22
22
  ```bash
23
23
  atem login # Log in with Agora Console (opens browser)
24
24
  atem logout # Log out from SSO
25
- atem pair # Pair with Astation
26
- atem pair --save # Pair and save credentials for offline use
27
- atem unpair # Unpair from Astation
25
+ atem pair # Pair with Astation
26
+ atem pair --save # Pair and save credentials for offline use
27
+ atem unpair # Unpair from Astation
28
28
  ```
29
29
 
30
30
  Two ways to authenticate:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/atem",
3
- "version": "0.4.78",
3
+ "version": "0.4.80",
4
4
  "description": "A terminal that connects people, Agora platform, and AI agents.",
5
5
  "bin": {
6
6
  "atem": "bin/atem"