@love-rox/kumihimo-vue 0.1.0 → 0.2.0

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,8 +28,9 @@ const { svg, diagram, diagnostics, pending, error } = useKumihimo(() => src.valu
28
28
  Accepts values, refs or getters, and keeps the previous diagram on screen through a
29
29
  recompile.
30
30
 
31
- See the [project README](https://github.com/Love-Rox/kumihimo#readme) for the language and
32
- the other packages.
31
+ See [kumihimo.love-rox.cc](https://kumihimo.love-rox.cc/en) for the guide and an editor you
32
+ can type into, or the [project README](https://github.com/Love-Rox/kumihimo#readme) for the
33
+ other packages.
33
34
 
34
35
  ## License
35
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@love-rox/kumihimo-vue",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Vue 3 component and composable rendering kumihimo AV signal flow diagrams (系統図)",
5
5
  "keywords": [
6
6
  "av",
@@ -42,7 +42,7 @@
42
42
  "provenance": true
43
43
  },
44
44
  "dependencies": {
45
- "@love-rox/kumihimo-core": "0.1.0"
45
+ "@love-rox/kumihimo-core": "0.2.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@vue/test-utils": "^2.4.6",