@bpmnkit/proxy 0.0.24 → 0.0.26

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -86,6 +86,7 @@ curl -H "X-Profile: production" http://localhost:3033/api/v2/process-definitions
86
86
  | [`@bpmnkit/connector-gen`](https://www.npmjs.com/package/@bpmnkit/connector-gen) | Generate connector templates from OpenAPI specs |
87
87
  | [`@bpmnkit/cli`](https://www.npmjs.com/package/@bpmnkit/cli) | Camunda 8 command-line interface (casen) |
88
88
  | [`@bpmnkit/patterns`](https://www.npmjs.com/package/@bpmnkit/patterns) | Domain process patterns for BPMNKit AIKit |
89
+ | [`@bpmnkit/reebe-wasm`](https://www.npmjs.com/package/@bpmnkit/reebe-wasm) | WebAssembly BPMN engine for browser simulation |
89
90
  | [`@bpmnkit/worker-client`](https://www.npmjs.com/package/@bpmnkit/worker-client) | Thin Zeebe REST client for standalone workers |
90
91
  | [`@bpmnkit/cli-sdk`](https://www.npmjs.com/package/@bpmnkit/cli-sdk) | Plugin authoring SDK for the casen CLI |
91
92
  | [`@bpmnkit/create-casen-plugin`](https://www.npmjs.com/package/@bpmnkit/create-casen-plugin) | Scaffold a new casen CLI plugin in seconds |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/proxy",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
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": {
@@ -27,10 +27,10 @@
27
27
  "better-sqlite3": "^12.8.0",
28
28
  "imapflow": "^1.2.18",
29
29
  "nodemailer": "^6.10.1",
30
- "@bpmnkit/api": "0.0.17",
31
- "@bpmnkit/core": "0.0.21",
32
- "@bpmnkit/patterns": "0.0.2",
33
- "@bpmnkit/profiles": "0.0.15"
30
+ "@bpmnkit/api": "0.0.18",
31
+ "@bpmnkit/core": "0.0.23",
32
+ "@bpmnkit/patterns": "0.0.3",
33
+ "@bpmnkit/profiles": "0.0.16"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"