kymostudio 0.1.0 → 0.1.1

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 -4
package/README.md CHANGED
@@ -7,9 +7,9 @@ Diagram-as-code DSL — declarative architecture diagrams to **animated SVG / We
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- pip install kymo
10
+ pip install kymostudio
11
11
  # or
12
- uv tool install kymo
12
+ uv tool install kymostudio
13
13
  ```
14
14
 
15
15
  ## Usage
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "kymostudio",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Diagram-as-code DSL — browser/Node port (data model + icon library) mirroring the Python source-of-truth at src/python/kymo/",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "author": "rain1024",
8
8
  "keywords": ["diagram", "diagram-as-code", "svg", "architecture", "icons"],
9
- "homepage": "https://github.com/rain1024/kymo#readme",
9
+ "homepage": "https://github.com/kymostudio/kymostudio#readme",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/rain1024/kymo.git"
12
+ "url": "git+https://github.com/kymostudio/kymostudio.git"
13
13
  },
14
14
  "bugs": {
15
- "url": "https://github.com/rain1024/kymo/issues"
15
+ "url": "https://github.com/kymostudio/kymostudio/issues"
16
16
  },
17
17
  "main": "src/js/index.js",
18
18
  "exports": {