@agora-build/atem 0.4.102 → 0.4.103

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
@@ -89,7 +89,6 @@ atem serv killall # Kill all background servers
89
89
  # Fleet test loop — {appid} and {ts} are expanded by atem
90
90
  for i in $(seq -f '%04g' 1 10); do
91
91
  atem serv convo --background --channel 'atem-convo-{appid}-{ts}-'$i
92
- sleep 0.5
93
92
  done
94
93
  ```
95
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/atem",
3
- "version": "0.4.102",
3
+ "version": "0.4.103",
4
4
  "description": "A terminal that connects people, Agora platform, and AI agents.",
5
5
  "bin": {
6
6
  "atem": "bin/atem"