@bpmnkit/plugins 0.0.9 → 0.0.10

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/plugins?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/plugins/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/plugins/CHANGELOG.md)
11
11
  </div>
12
12
 
13
13
  ---
@@ -154,4 +154,4 @@ const ai = createAiBridgePlugin({
154
154
 
155
155
  ## License
156
156
 
157
- [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit
157
+ [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/plugins",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -98,16 +98,17 @@
98
98
  }
99
99
  },
100
100
  "files": [
101
+ "LICENSE",
101
102
  "README.md",
102
103
  "dist/**/*.js",
103
104
  "dist/**/*.d.ts"
104
105
  ],
105
106
  "dependencies": {
106
- "@bpmnkit/ascii": "0.0.9",
107
- "@bpmnkit/core": "0.0.9",
108
- "@bpmnkit/canvas": "0.0.9",
109
- "@bpmnkit/feel": "0.0.9",
110
- "@bpmnkit/editor": "0.0.9"
107
+ "@bpmnkit/ascii": "0.0.10",
108
+ "@bpmnkit/canvas": "0.0.10",
109
+ "@bpmnkit/core": "0.0.10",
110
+ "@bpmnkit/editor": "0.0.10",
111
+ "@bpmnkit/feel": "0.0.10"
111
112
  },
112
113
  "description": "22 composable canvas plugins for BPMN editors and viewers — minimap, AI chat, process simulation, storage, and more",
113
114
  "keywords": [