@ts-graphviz/core 2.0.6 → 2.0.7-next-c043ba9bcc5194a89b976df1609c4e9875300f1e
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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @ts-graphviz/core
|
|
2
2
|
|
|
3
|
+
## 2.0.7-next-c043ba9bcc5194a89b976df1609c4e9875300f1e
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`c043ba9`](https://github.com/ts-graphviz/ts-graphviz/commit/c043ba9bcc5194a89b976df1609c4e9875300f1e)]:
|
|
8
|
+
- @ts-graphviz/ast@2.0.7-next-c043ba9bcc5194a89b976df1609c4e9875300f1e
|
|
9
|
+
|
|
3
10
|
## 2.0.6
|
|
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.
|
|
3
|
+
"version": "2.0.7-next-c043ba9bcc5194a89b976df1609c4e9875300f1e",
|
|
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.
|
|
47
|
+
"@ts-graphviz/ast": "^2.0.7-next-c043ba9bcc5194a89b976df1609c4e9875300f1e",
|
|
48
48
|
"@ts-graphviz/common": "^2.1.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|