visigraph 0.0.6 → 0.0.7

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "visigraph",
3
- "version": "0.0.6",
4
- "description": "VisiGraph \u2014 validate architecture models and build playable journey sites",
3
+ "version": "0.0.7",
4
+ "description": "VisiGraph \u2014 Bringing your architecture to life",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "bin": {
@@ -36,7 +36,8 @@
36
36
  "access": "public"
37
37
  },
38
38
  "devDependencies": {
39
- "@visigraph/core": "0.0.6",
39
+ "@visigraph/core": "0.0.7",
40
+ "@visigraph/ext-http": "0.0.7",
40
41
  "commander": "^13.1.0",
41
42
  "tsup": "^8.5.1",
42
43
  "yaml": "^2.9.1"