kymostudio 0.2.1 → 0.2.2

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # kymostudio
2
2
 
3
3
  Diagram-as-code: turn a declarative `.diagram` DSL — or a standard BPMN 2.0
4
- `.bpmn` file — into **animated SVG / WebP** (also Figma / Excalidraw).
4
+ `.bpmn` file — into **animated SVG / WebP**.
5
5
 
6
6
  ## Install
7
7
 
@@ -66,10 +66,10 @@ npm test # build, then node --test
66
66
  npm run build-manifest # scan ../../icons and (re)write icons-manifest.json
67
67
  ```
68
68
 
69
- The icon set lives at the repo root in [`../../icons/`](../../icons/);
69
+ The icon set lives at the repo root in [`icons/`](https://github.com/kymostudio/kymostudio/tree/main/icons);
70
70
  `icons-manifest.json` is generated from it and bundled into the published
71
71
  package alongside the compiled `dist/`.
72
72
 
73
73
  ## License
74
74
 
75
- Apache License 2.0 — see [`LICENSE`](./LICENSE).
75
+ Apache License 2.0 — see [`LICENSE`](https://github.com/kymostudio/kymostudio/blob/main/packages/js/LICENSE).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kymostudio",
3
- "version": "0.2.1",
4
- "description": "Diagram-as-code for browser/Node data model, icon library, SVG renderer, and BPMN 2.0 importer. Independent, dependency-free TypeScript implementation.",
3
+ "version": "0.2.2",
4
+ "description": "Diagram-as-code: turn a declarative .diagram DSL or a standard BPMN 2.0 .bpmn file into animated SVG / WebP.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "author": "rain1024",