@bpmnkit/canvas 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 +3 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![license](https://img.shields.io/npm/l/@bpmnkit/canvas?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/canvas/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/canvas/CHANGELOG.md)
11
11
  </div>
12
12
 
13
13
  ---
@@ -129,4 +129,4 @@ const myPlugin: CanvasPlugin = {
129
129
 
130
130
  ## License
131
131
 
132
- [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit
132
+ [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/canvas",
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,12 +11,13 @@
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/core": "0.0.9"
20
+ "@bpmnkit/core": "0.0.10"
20
21
  },
21
22
  "description": "Zero-dependency SVG BPMN viewer with pan/zoom, theming, and a plugin API",
22
23
  "keywords": [