@uic-coe-connect/cli 0.13.0 → 0.13.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/commands/deploy.js +1 -1
- package/package.json +1 -1
package/dist/commands/deploy.js
CHANGED
|
@@ -11,7 +11,7 @@ const CANCELLED = "__DEPLOY_CANCELLED__";
|
|
|
11
11
|
* They're meaningless here and read as debug noise, so they never reach the
|
|
12
12
|
* console or the JSON log — the stream already carries a human line for each.
|
|
13
13
|
*/
|
|
14
|
-
const MARKER = /^__(NODE|COMMIT|PREV)__:/;
|
|
14
|
+
const MARKER = /^__(NODE|STEPS|COMMIT|PREV)__:/;
|
|
15
15
|
/**
|
|
16
16
|
* The engine's marker for a line worth remembering after the run.
|
|
17
17
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uic-coe-connect/cli",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "The coe CLI \u2014 manage COEConnect apps (pipelines, deploys, access, env) from a terminal, with browser-approved auth. Designed to be driven by an AI agent.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|