@robbeverhelst/do 1.2.0 → 1.3.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
@@ -21015,7 +21015,7 @@ function parseCapture(input) {
21015
21015
 
21016
21016
  // src/meta.ts
21017
21017
  var CLI_NAME = "do";
21018
- var VERSION = "1.2.0";
21018
+ var VERSION = "1.3.0";
21019
21019
  var API_PREFIX = "/api/v1";
21020
21020
  var DEFAULT_API_URL = "http://localhost:3001";
21021
21021
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robbeverhelst/do",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "private": false,
5
5
  "description": "do — the agent-drivable CLI over the public /api/v1 surface",
6
6
  "type": "module",