executor 1.4.2 → 1.4.3-beta.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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,7 +100,6 @@ executor call --file script.ts # execute a file
100
100
  executor call '<code>' # execute inline code
101
101
  executor call --stdin # execute from stdin
102
102
  executor resume --execution-id <id> # resume paused execution
103
- executor up / down / status # daemon lifecycle
104
103
  ```
105
104
 
106
105
  ## Developing locally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "executor",
3
- "version": "1.4.2",
3
+ "version": "1.4.3-beta.1",
4
4
  "description": "Local AI executor with a CLI, local API server, and web UI.",
5
5
  "keywords": [
6
6
  "executor",