@ts-graphviz/core 2.0.4 → 2.0.5-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c

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/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ts-graphviz/core
2
2
 
3
+ ## 2.0.5-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`03bafa0`](https://github.com/ts-graphviz/ts-graphviz/commit/03bafa0e10b43807b5568df4ffba720752a0ac02)]:
8
+ - @ts-graphviz/ast@2.0.5-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c
9
+
3
10
  ## 2.0.4
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-graphviz/core",
3
- "version": "2.0.4",
3
+ "version": "2.0.5-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c",
4
4
  "description": "Graphviz Models for Object-Oriented Programming",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -44,7 +44,7 @@
44
44
  "module": "lib/core.js",
45
45
  "types": "lib/core.d.ts",
46
46
  "dependencies": {
47
- "@ts-graphviz/ast": "^2.0.4",
47
+ "@ts-graphviz/ast": "^2.0.5-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c",
48
48
  "@ts-graphviz/common": "^2.1.3"
49
49
  },
50
50
  "devDependencies": {