@bpmnkit/proxy 0.0.30 → 0.0.32

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/bridge.js CHANGED
@@ -64,6 +64,7 @@ function ensureProcess(processId) {
64
64
  sequenceFlows: [],
65
65
  textAnnotations: [],
66
66
  associations: [],
67
+ groups: [],
67
68
  unknownAttributes: {},
68
69
  };
69
70
  __state?.processes.push(proc);
@@ -133,6 +133,7 @@ function ensureProcess(processId) {
133
133
  sequenceFlows: [],
134
134
  textAnnotations: [],
135
135
  associations: [],
136
+ groups: [],
136
137
  unknownAttributes: {},
137
138
  };
138
139
  state.data.processes.push(proc);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/proxy",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "description": "Local proxy server for BPMN Kit — AI bridge (SSE/MCP) and Camunda API proxy using stored CLI profiles",
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,7 +29,7 @@
29
29
  "isolated-vm": "^7.0.0",
30
30
  "nodemailer": "^6.10.1",
31
31
  "@bpmnkit/api": "0.0.19",
32
- "@bpmnkit/core": "0.0.27",
32
+ "@bpmnkit/core": "0.1.1",
33
33
  "@bpmnkit/patterns": "0.0.4",
34
34
  "@bpmnkit/profiles": "0.0.17"
35
35
  },