@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.
- package/dist/do.js +1 -1
- 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.
|
|
21081
|
+
var VERSION = "1.6.0";
|
|
21082
21082
|
var API_PREFIX = "/api/v1";
|
|
21083
21083
|
var DEFAULT_API_URL = "http://localhost:3001";
|
|
21084
21084
|
|