@bpmnkit/editor 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 +4 -3
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![license](https://img.shields.io/npm/l/@bpmnkit/editor?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/editor/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/editor/CHANGELOG.md)
11
11
  </div>
12
12
 
13
13
  ---
@@ -122,4 +122,4 @@ interface SideDock {
122
122
 
123
123
  ## License
124
124
 
125
- [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit
125
+ [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/editor",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -11,13 +11,14 @@
11
11
  }
12
12
  },
13
13
  "files": [
14
+ "LICENSE",
14
15
  "README.md",
15
16
  "dist/**/*.js",
16
17
  "dist/**/*.d.ts"
17
18
  ],
18
19
  "dependencies": {
19
- "@bpmnkit/canvas": "0.0.9",
20
- "@bpmnkit/core": "0.0.9"
20
+ "@bpmnkit/canvas": "0.0.10",
21
+ "@bpmnkit/core": "0.0.10"
21
22
  },
22
23
  "description": "Full-featured interactive BPMN editor with undo/redo, HUD, and side-dock UI",
23
24
  "keywords": [