@codemation/eventbus-redis 0.0.36 → 0.0.38
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/CHANGELOG.md +37 -0
- package/LICENSE +1 -37
- package/dist/index.d.ts +14 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @codemation/eventbus-redis
|
|
2
2
|
|
|
3
|
+
## 0.0.38
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8285ec0: Sprint 14 coverage: tests for WhenBuilder DSL helper, InMemoryWorkflowExecutionRepository retention paths, DevTrackedProcessTreeKiller edge cases, ConsumerCliTsconfigPreparation resolution, ListenPortConflictDescriber ss fallback, RedisRunEventBus publish/subscribe/teardown, CodemationChatModelFactory HMAC signing, registerCoreNodes smoke, single-react-component-per-file rule branches, and CodemationAgentSkillsCli error/help paths. No production code changes.
|
|
8
|
+
- Updated dependencies [8285ec0]
|
|
9
|
+
- Updated dependencies [8285ec0]
|
|
10
|
+
- Updated dependencies [8285ec0]
|
|
11
|
+
- Updated dependencies [8285ec0]
|
|
12
|
+
- Updated dependencies [8285ec0]
|
|
13
|
+
- Updated dependencies [8285ec0]
|
|
14
|
+
- Updated dependencies [e4d3e1a]
|
|
15
|
+
- Updated dependencies [7b50018]
|
|
16
|
+
- Updated dependencies [8285ec0]
|
|
17
|
+
- Updated dependencies [8285ec0]
|
|
18
|
+
- Updated dependencies [8285ec0]
|
|
19
|
+
- Updated dependencies [8285ec0]
|
|
20
|
+
- Updated dependencies [8285ec0]
|
|
21
|
+
- Updated dependencies [8285ec0]
|
|
22
|
+
- Updated dependencies [e4d3e1a]
|
|
23
|
+
- Updated dependencies [0082ab5]
|
|
24
|
+
- Updated dependencies [8285ec0]
|
|
25
|
+
- Updated dependencies [8285ec0]
|
|
26
|
+
- Updated dependencies [8285ec0]
|
|
27
|
+
- Updated dependencies [8285ec0]
|
|
28
|
+
- Updated dependencies [8285ec0]
|
|
29
|
+
- Updated dependencies [8285ec0]
|
|
30
|
+
- Updated dependencies [8285ec0]
|
|
31
|
+
- @codemation/core@0.11.0
|
|
32
|
+
|
|
33
|
+
## 0.0.37
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [[`d283b48`](https://github.com/MadeRelevant/codemation/commit/d283b481f01a1a259d38d25c1482006eff963384)]:
|
|
38
|
+
- @codemation/core@0.10.2
|
|
39
|
+
|
|
3
40
|
## 0.0.36
|
|
4
41
|
|
|
5
42
|
### Patch Changes
|
package/LICENSE
CHANGED
|
@@ -1,37 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Copyright (c) Made Relevant B.V. All rights reserved.
|
|
4
|
-
|
|
5
|
-
1. Definitions
|
|
6
|
-
|
|
7
|
-
"Software" means the Codemation source code, documentation, and artifacts in this repository and any published npm packages in the Codemation monorepo.
|
|
8
|
-
|
|
9
|
-
"Stable Version" means the first published release of the package `@codemation/core` on the public npm registry with version 1.0.0 or higher.
|
|
10
|
-
|
|
11
|
-
2. Permitted use (before Stable Version)
|
|
12
|
-
|
|
13
|
-
Until a Stable Version exists, you may use, copy, modify, and distribute the Software only for non-commercial purposes, including personal learning, research, evaluation, and internal use within your organization that does not charge third parties for access to the Software or a product or service whose primary value is the Software.
|
|
14
|
-
|
|
15
|
-
3. Restrictions (before Stable Version)
|
|
16
|
-
|
|
17
|
-
Until a Stable Version exists, you must not:
|
|
18
|
-
|
|
19
|
-
a) Sell, rent, lease, or sublicense the Software or a derivative work for a fee;
|
|
20
|
-
|
|
21
|
-
b) Offer the Software or a derivative work as part of a paid product or service (including hosting, support, or consulting) where the Software is a material part of the offering;
|
|
22
|
-
|
|
23
|
-
c) Use the Software or a derivative work primarily to generate revenue or commercial advantage for you or others.
|
|
24
|
-
|
|
25
|
-
These restrictions apply to all versions published before a Stable Version, even if a later Stable Version is released under different terms.
|
|
26
|
-
|
|
27
|
-
4. After Stable Version
|
|
28
|
-
|
|
29
|
-
The maintainers may publish a Stable Version under different license terms. If they do, those terms apply only to that Stable Version and subsequent releases they designate; they do not automatically apply to earlier pre-stable versions.
|
|
30
|
-
|
|
31
|
-
5. No warranty
|
|
32
|
-
|
|
33
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
34
|
-
|
|
35
|
-
6. Third-party components
|
|
36
|
-
|
|
37
|
-
The Software may include third-party components under their own licenses. Those licenses govern those components.
|
|
1
|
+
../../LICENSE
|
package/dist/index.d.ts
CHANGED
|
@@ -72,6 +72,11 @@ interface PersistedWorkflowSnapshotNode {
|
|
|
72
72
|
tokenName?: string;
|
|
73
73
|
configTokenName?: string;
|
|
74
74
|
config: unknown;
|
|
75
|
+
/** Pre-computed static configuration summary; populated by WorkflowSnapshotCodec. */
|
|
76
|
+
inspectorSummary?: ReadonlyArray<Readonly<{
|
|
77
|
+
label: string;
|
|
78
|
+
value: string;
|
|
79
|
+
}>>;
|
|
75
80
|
}
|
|
76
81
|
interface PersistedWorkflowSnapshot {
|
|
77
82
|
id: WorkflowId;
|
|
@@ -128,6 +133,11 @@ interface NodeExecutionSnapshot {
|
|
|
128
133
|
inputsByPort?: NodeInputsByPort;
|
|
129
134
|
outputs?: NodeOutputs;
|
|
130
135
|
error?: NodeExecutionError;
|
|
136
|
+
/**
|
|
137
|
+
* When the node is a SubWorkflow invocation, the run id of the child run it spawned.
|
|
138
|
+
* Populated after the child run completes so the UI can deep-link to that specific execution.
|
|
139
|
+
*/
|
|
140
|
+
childRunId?: RunId;
|
|
131
141
|
}
|
|
132
142
|
/** Stable id for a single connection invocation row in {@link ConnectionInvocationRecord}. */
|
|
133
143
|
type ConnectionInvocationId = string;
|
|
@@ -145,6 +155,10 @@ interface ConnectionInvocationRecord {
|
|
|
145
155
|
readonly status: NodeExecutionStatus;
|
|
146
156
|
readonly managedInput?: JsonValue;
|
|
147
157
|
readonly managedOutput?: JsonValue;
|
|
158
|
+
/** Short human-readable description of what this invocation is doing right now (e.g. `"calling search_messages"`). Rendered as a sub-line on the canvas node card. */
|
|
159
|
+
readonly statusLabel?: string;
|
|
160
|
+
/** Stable identifier for the thing this invocation acts on (e.g. an MCP tool name like `"search_messages"`). Persists across status transitions so the inspector can show it on completed/failed entries too. Connection nodes that ARE the tool (e.g. node-backed agent tools) leave this unset — the parent node id already identifies the subject. */
|
|
161
|
+
readonly subjectName?: string;
|
|
148
162
|
readonly error?: NodeExecutionError;
|
|
149
163
|
readonly queuedAt?: string;
|
|
150
164
|
readonly startedAt?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemation/eventbus-redis",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.38",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,14 +29,15 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"ioredis": "^5.7.0",
|
|
32
|
-
"@codemation/core": "0.
|
|
32
|
+
"@codemation/core": "0.11.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "^25.3.5",
|
|
36
36
|
"eslint": "^10.0.3",
|
|
37
37
|
"tsdown": "^0.15.5",
|
|
38
38
|
"tsx": "^4.21.0",
|
|
39
|
-
"typescript": "^5.9.3"
|
|
39
|
+
"typescript": "^5.9.3",
|
|
40
|
+
"vitest": "4.0.18"
|
|
40
41
|
},
|
|
41
42
|
"scripts": {
|
|
42
43
|
"changeset:verify": "pnpm --workspace-root run changeset:verify",
|
|
@@ -44,6 +45,6 @@
|
|
|
44
45
|
"build": "tsdown",
|
|
45
46
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
46
47
|
"lint": "eslint .",
|
|
47
|
-
"test": "
|
|
48
|
+
"test": "vitest run"
|
|
48
49
|
}
|
|
49
50
|
}
|