@bpmnkit/operate 0.0.6 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![license](https://img.shields.io/npm/l/@bpmnkit/operate?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/packages/operate/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/packages/operate/CHANGELOG.md)
11
11
  </div>
12
12
 
13
13
  ---
@@ -116,4 +116,4 @@ interface OperateApi {
116
116
 
117
117
  ## License
118
118
 
119
- [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit
119
+ [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/operate",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
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",
@@ -12,16 +12,17 @@
12
12
  }
13
13
  },
14
14
  "files": [
15
+ "LICENSE",
15
16
  "README.md",
16
17
  "dist/**/*.js",
17
18
  "dist/**/*.d.ts"
18
19
  ],
19
20
  "dependencies": {
20
- "@bpmnkit/api": "0.0.9",
21
- "@bpmnkit/canvas": "0.0.9",
22
- "@bpmnkit/core": "0.0.9",
23
- "@bpmnkit/plugins": "0.0.9",
24
- "@bpmnkit/ui": "0.0.5"
21
+ "@bpmnkit/api": "0.0.10",
22
+ "@bpmnkit/canvas": "0.0.10",
23
+ "@bpmnkit/core": "0.0.10",
24
+ "@bpmnkit/plugins": "0.0.10",
25
+ "@bpmnkit/ui": "0.0.6"
25
26
  },
26
27
  "keywords": [
27
28
  "bpmn",