@bpmnkit/ascii 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/ascii?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/ascii/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/ascii/CHANGELOG.md)
11
11
  </div>
12
12
 
13
13
  ---
@@ -94,4 +94,4 @@ interface RenderOptions {
94
94
 
95
95
  ## License
96
96
 
97
- [MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit
97
+ [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/ascii",
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": "Render BPMN diagrams as Unicode box-drawing ASCII art — perfect for terminals and docs",
22
23
  "keywords": [