@bpmnkit/plugins 0.0.23 → 0.0.24

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 +2 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -153,6 +153,8 @@ const ai = createAiBridgePlugin({
153
153
  | [`@bpmnkit/connector-gen`](https://www.npmjs.com/package/@bpmnkit/connector-gen) | Generate connector templates from OpenAPI specs |
154
154
  | [`@bpmnkit/cli`](https://www.npmjs.com/package/@bpmnkit/cli) | Camunda 8 command-line interface (casen) |
155
155
  | [`@bpmnkit/proxy`](https://www.npmjs.com/package/@bpmnkit/proxy) | Local AI bridge and Camunda API proxy server |
156
+ | [`@bpmnkit/patterns`](https://www.npmjs.com/package/@bpmnkit/patterns) | Domain process patterns for BPMNKit AIKit |
157
+ | [`@bpmnkit/worker-client`](https://www.npmjs.com/package/@bpmnkit/worker-client) | Thin Zeebe REST client for standalone workers |
156
158
  | [`@bpmnkit/cli-sdk`](https://www.npmjs.com/package/@bpmnkit/cli-sdk) | Plugin authoring SDK for the casen CLI |
157
159
  | [`@bpmnkit/create-casen-plugin`](https://www.npmjs.com/package/@bpmnkit/create-casen-plugin) | Scaffold a new casen CLI plugin in seconds |
158
160
  | [`@bpmnkit/casen-report`](https://www.npmjs.com/package/@bpmnkit/casen-report) | HTML reports from Camunda 8 incident and SLA data |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/plugins",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -132,12 +132,12 @@
132
132
  "dist/**/*.d.ts"
133
133
  ],
134
134
  "dependencies": {
135
- "@bpmnkit/ascii": "0.0.20",
136
- "@bpmnkit/canvas": "0.0.20",
137
- "@bpmnkit/connector-gen": "0.0.11",
138
- "@bpmnkit/core": "0.0.20",
139
- "@bpmnkit/editor": "0.0.23",
140
- "@bpmnkit/feel": "0.0.16"
135
+ "@bpmnkit/ascii": "0.0.21",
136
+ "@bpmnkit/canvas": "0.0.21",
137
+ "@bpmnkit/connector-gen": "0.0.12",
138
+ "@bpmnkit/core": "0.0.21",
139
+ "@bpmnkit/editor": "0.0.24",
140
+ "@bpmnkit/feel": "0.0.17"
141
141
  },
142
142
  "description": "23 composable canvas plugins for BPMN editors and viewers — minimap, AI chat, process simulation, storage, and more",
143
143
  "keywords": [