@bpmnkit/operate 0.0.11 → 0.0.12

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 +3 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -113,6 +113,9 @@ interface OperateApi {
113
113
  | [`@bpmnkit/connector-gen`](https://www.npmjs.com/package/@bpmnkit/connector-gen) | Generate connector templates from OpenAPI specs |
114
114
  | [`@bpmnkit/cli`](https://www.npmjs.com/package/@bpmnkit/cli) | Camunda 8 command-line interface (casen) |
115
115
  | [`@bpmnkit/proxy`](https://www.npmjs.com/package/@bpmnkit/proxy) | Local AI bridge and Camunda API proxy server |
116
+ | [`@bpmnkit/cli-sdk`](https://www.npmjs.com/package/@bpmnkit/cli-sdk) | Plugin authoring SDK for the casen CLI |
117
+ | [`@bpmnkit/create-casen-plugin`](https://www.npmjs.com/package/@bpmnkit/create-casen-plugin) | Scaffold a new casen CLI plugin in seconds |
118
+ | [`@bpmnkit/casen-report`](https://www.npmjs.com/package/@bpmnkit/casen-report) | HTML reports from Camunda 8 incident and SLA data |
116
119
 
117
120
  ## License
118
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/operate",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Monitoring and operations frontend for Camunda 8 clusters — real-time SSE, zero dependencies",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -18,11 +18,11 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@bpmnkit/api": "0.0.12",
22
- "@bpmnkit/canvas": "0.0.13",
23
- "@bpmnkit/core": "0.0.13",
24
- "@bpmnkit/plugins": "0.0.14",
25
- "@bpmnkit/ui": "0.0.8"
21
+ "@bpmnkit/api": "0.0.13",
22
+ "@bpmnkit/canvas": "0.0.14",
23
+ "@bpmnkit/core": "0.0.14",
24
+ "@bpmnkit/plugins": "0.0.15",
25
+ "@bpmnkit/ui": "0.0.9"
26
26
  },
27
27
  "keywords": [
28
28
  "bpmn",