c8ctl-plugin-nano 1.60.1 → 1.60.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.
@@ -311,7 +311,7 @@ export function createAgentInstanceProducer(opts = {}) {
311
311
  const def = deriveAgentDefinition({ profile, envelope });
312
312
  const configTurn = {
313
313
  historyItemId: `configuration:${elementInstanceKey}`,
314
- loopIteration: 0,
314
+ loopIteration: 1,
315
315
  role: 'CONFIGURATION',
316
316
  content: [],
317
317
  producedAt: iso(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c8ctl-plugin-nano",
3
- "version": "1.60.1",
3
+ "version": "1.60.2",
4
4
  "type": "module",
5
5
  "description": "c8ctl plugin to start, inspect, and stop a local Nano BPM (nanobpmn) cluster",
6
6
  "main": "c8ctl-plugin.js",
@@ -73,12 +73,12 @@
73
73
  },
74
74
  "optionalDependencies": {
75
75
  "node-pty": "^1.0.0",
76
- "@nanobpm/c8ctl-plugin-nano-darwin-arm64": "1.60.1",
77
- "@nanobpm/c8ctl-plugin-nano-darwin-x64": "1.60.1",
78
- "@nanobpm/c8ctl-plugin-nano-linux-x64": "1.60.1",
79
- "@nanobpm/c8ctl-plugin-nano-linux-arm64": "1.60.1",
80
- "@nanobpm/c8ctl-plugin-nano-linux-armv7": "1.60.1",
81
- "@nanobpm/c8ctl-plugin-nano-linux-armv6": "1.60.1",
82
- "@nanobpm/c8ctl-plugin-nano-win32-x64": "1.60.1"
76
+ "@nanobpm/c8ctl-plugin-nano-darwin-arm64": "1.60.2",
77
+ "@nanobpm/c8ctl-plugin-nano-darwin-x64": "1.60.2",
78
+ "@nanobpm/c8ctl-plugin-nano-linux-x64": "1.60.2",
79
+ "@nanobpm/c8ctl-plugin-nano-linux-arm64": "1.60.2",
80
+ "@nanobpm/c8ctl-plugin-nano-linux-armv7": "1.60.2",
81
+ "@nanobpm/c8ctl-plugin-nano-linux-armv6": "1.60.2",
82
+ "@nanobpm/c8ctl-plugin-nano-win32-x64": "1.60.2"
83
83
  }
84
84
  }