@robbeverhelst/do 1.5.0 → 1.6.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 (2) hide show
  1. package/dist/do.js +1 -1
  2. package/package.json +1 -1
package/dist/do.js CHANGED
@@ -21078,7 +21078,7 @@ function parseCapture(input) {
21078
21078
 
21079
21079
  // src/meta.ts
21080
21080
  var CLI_NAME = "do";
21081
- var VERSION = "1.5.0";
21081
+ var VERSION = "1.6.0";
21082
21082
  var API_PREFIX = "/api/v1";
21083
21083
  var DEFAULT_API_URL = "http://localhost:3001";
21084
21084
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robbeverhelst/do",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "private": false,
5
5
  "description": "do — the agent-drivable CLI over the public /api/v1 surface",
6
6
  "type": "module",