tuhdoo 0.2.0 → 0.4.0

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuhdoo",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "A coordination fabric for agent fleets, steered by humans: a shared backlog, work queue, and activity ledger living in a git orphan branch inside the repo it plans.",
5
5
  "keywords": [
6
6
  "agents",
@@ -25,9 +25,9 @@
25
25
  "linux"
26
26
  ],
27
27
  "optionalDependencies": {
28
- "@tuhdoo/darwin-arm64": "0.2.0",
29
- "@tuhdoo/darwin-x64": "0.2.0",
30
- "@tuhdoo/linux-arm64": "0.2.0",
31
- "@tuhdoo/linux-x64": "0.2.0"
28
+ "@tuhdoo/darwin-arm64": "0.4.0",
29
+ "@tuhdoo/darwin-x64": "0.4.0",
30
+ "@tuhdoo/linux-arm64": "0.4.0",
31
+ "@tuhdoo/linux-x64": "0.4.0"
32
32
  }
33
33
  }