ts-graphviz 2.1.4-next-9608151b1325484dbd01d5c902e91555219cc3cb → 2.1.4-next-03bafa0e10b43807b5568df4ffba720752a0ac02
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 +5 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
# ts-graphviz
|
|
2
2
|
|
|
3
|
-
## 2.1.4-next-
|
|
3
|
+
## 2.1.4-next-03bafa0e10b43807b5568df4ffba720752a0ac02
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [#1205](https://github.com/ts-graphviz/ts-graphviz/pull/1205) [`9608151`](https://github.com/ts-graphviz/ts-graphviz/commit/9608151b1325484dbd01d5c902e91555219cc3cb) Thanks [@kamiazya](https://github.com/kamiazya)! - Update CI Badge URL
|
|
8
8
|
|
|
9
|
+
- Updated dependencies [[`03bafa0`](https://github.com/ts-graphviz/ts-graphviz/commit/03bafa0e10b43807b5568df4ffba720752a0ac02)]:
|
|
10
|
+
- @ts-graphviz/ast@2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02
|
|
11
|
+
- @ts-graphviz/core@2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02
|
|
12
|
+
|
|
9
13
|
## 2.1.3
|
|
10
14
|
|
|
11
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-graphviz",
|
|
3
|
-
"version": "2.1.4-next-
|
|
3
|
+
"version": "2.1.4-next-03bafa0e10b43807b5568df4ffba720752a0ac02",
|
|
4
4
|
"description": "Graphviz library for TypeScript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"graphviz",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"types": "lib/ts-graphviz.d.ts",
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@ts-graphviz/adapter": "^2.0.4",
|
|
55
|
-
"@ts-graphviz/ast": "^2.0.
|
|
55
|
+
"@ts-graphviz/ast": "^2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02",
|
|
56
56
|
"@ts-graphviz/common": "^2.1.3",
|
|
57
|
-
"@ts-graphviz/core": "^2.0.
|
|
57
|
+
"@ts-graphviz/core": "^2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"typescript": "^5.4.5",
|