nexarch 0.6.1 → 0.6.2

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.
@@ -138,8 +138,6 @@ export async function checkIn(args) {
138
138
  console.log(`Type : ${cmd.command_type}`);
139
139
  console.log(`Target : ${cmd.target_entity_key ?? "(any)"}`);
140
140
  console.log(`Priority : ${cmd.priority}`);
141
- if (cmd.resolved_execution_mode)
142
- console.log(`Mode : ${cmd.resolved_execution_mode}`);
143
141
  if (cmd.resolved_runtime_handler)
144
142
  console.log(`Runtime : ${cmd.resolved_runtime_handler}`);
145
143
  if (cmd.command_type_version != null)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexarch",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Your architecture workspace for AI delivery.",
5
5
  "keywords": [
6
6
  "nexarch",