@robbeverhelst/do 1.3.0 → 1.3.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.
- package/dist/do.js +1 -1
- 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.3.
|
|
21018
|
+
var VERSION = "1.3.1";
|
|
21019
21019
|
var API_PREFIX = "/api/v1";
|
|
21020
21020
|
var DEFAULT_API_URL = "http://localhost:3001";
|
|
21021
21021
|
|