@bpmnkit/casen-worker-http 0.1.5 → 0.1.7

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @bpmnkit/casen-worker-http@0.1.5 build /home/runner/work/monorepo/monorepo/plugins-cli/casen-worker-http
2
+ > @bpmnkit/casen-worker-http@0.1.7 build /home/runner/work/monorepo/monorepo/plugins-cli/casen-worker-http
3
3
  > tsc
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @bpmnkit/casen-worker-http
2
2
 
3
+ ## 0.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 9cd1942: Improvements around AI integration
8
+
9
+ ## 0.1.6
10
+
11
+ ### Patch Changes
12
+
13
+ - dcf850a: Improvements
14
+ - d6d1860: Several bugfixes and feature implementations
15
+
3
16
  ## 0.1.5
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -92,10 +92,12 @@ export default plugin
92
92
  | [`@bpmnkit/plugins`](https://www.npmjs.com/package/@bpmnkit/plugins) | 22 composable canvas plugins |
93
93
  | [`@bpmnkit/api`](https://www.npmjs.com/package/@bpmnkit/api) | Camunda 8 REST API TypeScript client |
94
94
  | [`@bpmnkit/ascii`](https://www.npmjs.com/package/@bpmnkit/ascii) | Render BPMN diagrams as Unicode ASCII art |
95
+ | [`@bpmnkit/docspack`](https://www.npmjs.com/package/@bpmnkit/docspack) | BPMN Kit docs as an offline docspack package for AI agents |
95
96
  | [`@bpmnkit/ui`](https://www.npmjs.com/package/@bpmnkit/ui) | Shared design tokens and UI components |
96
97
  | [`@bpmnkit/profiles`](https://www.npmjs.com/package/@bpmnkit/profiles) | Shared auth, profile storage, and client factories for CLI & proxy |
97
98
  | [`@bpmnkit/operate`](https://www.npmjs.com/package/@bpmnkit/operate) | Monitoring & operations frontend for Camunda clusters |
98
99
  | [`@bpmnkit/connector-gen`](https://www.npmjs.com/package/@bpmnkit/connector-gen) | Generate connector templates from OpenAPI specs |
100
+ | [`@bpmnkit/connectors`](https://www.npmjs.com/package/@bpmnkit/connectors) | Camunda 8 OOTB connector catalog and deterministic template application |
99
101
  | [`@bpmnkit/cli`](https://www.npmjs.com/package/@bpmnkit/cli) | Camunda 8 command-line interface (casen) |
100
102
  | [`@bpmnkit/proxy`](https://www.npmjs.com/package/@bpmnkit/proxy) | Local AI bridge and Camunda API proxy server |
101
103
  | [`@bpmnkit/patterns`](https://www.npmjs.com/package/@bpmnkit/patterns) | Domain process patterns for BPMNKit AIKit |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/casen-worker-http",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "private": false,
5
5
  "description": "Example casen worker plugin — processes HTTP connector jobs using the JSONPlaceholder API",
6
6
  "type": "module",
@@ -41,7 +41,7 @@
41
41
  ]
42
42
  },
43
43
  "devDependencies": {
44
- "@bpmnkit/cli-sdk": "0.0.7"
44
+ "@bpmnkit/cli-sdk": "0.0.9"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsc",