@bpmnkit/proxy 0.0.9 → 0.0.11

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 -2
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![license](https://img.shields.io/npm/l/@bpmnkit/proxy?style=flat-square)](https://github.com/bpmnkit/monorepo/blob/main/LICENSE)
8
8
  [![typescript](https://img.shields.io/badge/TypeScript-strict-6244d7?style=flat-square&logo=typescript&logoColor=white)](https://github.com/bpmnkit/monorepo)
9
9
 
10
- [Documentation](https://docs.bpmnkit.com) · [GitHub](https://github.com/bpmnkit/monorepo) · [Changelog](https://github.com/bpmnkit/monorepo/blob/main/apps/proxy/CHANGELOG.md)
10
+ [Website](https://bpmnkit.com) · [Documentation](https://docs.bpmnkit.com) · [GitHub](https://github.com/bpmnkit/monorepo) · [Changelog](https://github.com/bpmnkit/monorepo/blob/main/apps/proxy/CHANGELOG.md)
11
11
  </div>
12
12
 
13
13
  ---
@@ -86,4 +86,4 @@ curl -H "X-Profile: production" http://localhost:3033/api/v2/process-definitions
86
86
 
87
87
  ## License
88
88
 
89
- [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit
89
+ [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit — made by [u11g](https://u11g.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/proxy",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
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": {
@@ -8,6 +8,7 @@
8
8
  "bpmn-mcp": "./dist/mcp-server.js"
9
9
  },
10
10
  "files": [
11
+ "LICENSE",
11
12
  "README.md",
12
13
  "dist/**/*.js"
13
14
  ],
@@ -15,9 +16,9 @@
15
16
  "node": ">=20"
16
17
  },
17
18
  "dependencies": {
18
- "@bpmnkit/api": "0.0.9",
19
- "@bpmnkit/core": "0.0.9",
20
- "@bpmnkit/profiles": "0.0.6"
19
+ "@bpmnkit/api": "0.0.11",
20
+ "@bpmnkit/core": "0.0.11",
21
+ "@bpmnkit/profiles": "0.0.8"
21
22
  },
22
23
  "publishConfig": {
23
24
  "access": "public"