ts-graphviz 2.1.5-next-f7881a94c6de8c3385e5fef675608e505da10c5f → 2.1.6-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 +13 -5
- package/README.md +1 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
# ts-graphviz
|
|
2
2
|
|
|
3
|
-
## 2.1.
|
|
3
|
+
## 2.1.6-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
|
+
- @ts-graphviz/core@2.0.7-next-c043ba9bcc5194a89b976df1609c4e9875300f1e
|
|
10
|
+
|
|
11
|
+
## 2.1.5
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
7
15
|
- Updated dependencies [[`d7ff421`](https://github.com/ts-graphviz/ts-graphviz/commit/d7ff421ec861ca8fdede1a6bdf256f3455fb9797), [`d7ff421`](https://github.com/ts-graphviz/ts-graphviz/commit/d7ff421ec861ca8fdede1a6bdf256f3455fb9797)]:
|
|
8
|
-
- @ts-graphviz/ast@2.0.6
|
|
9
|
-
- @ts-graphviz/common@2.1.5
|
|
10
|
-
- @ts-graphviz/core@2.0.6
|
|
11
|
-
- @ts-graphviz/adapter@2.0.6
|
|
16
|
+
- @ts-graphviz/ast@2.0.6
|
|
17
|
+
- @ts-graphviz/common@2.1.5
|
|
18
|
+
- @ts-graphviz/core@2.0.6
|
|
19
|
+
- @ts-graphviz/adapter@2.0.6
|
|
12
20
|
|
|
13
21
|
## 2.1.4
|
|
14
22
|
|
package/README.md
CHANGED
|
@@ -660,6 +660,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
660
660
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Madd0g"><img src="https://avatars.githubusercontent.com/u/1171003?v=4?s=100" width="100px;" alt="Madd0g"/><br /><sub><b>Madd0g</b></sub></a><br /><a href="https://github.com/ts-graphviz/ts-graphviz/issues?q=author%3AMadd0g" title="Bug reports">🐛</a></td>
|
|
661
661
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/j4k0xb"><img src="https://avatars.githubusercontent.com/u/55899582?v=4?s=100" width="100px;" alt="j4k0xb"/><br /><sub><b>j4k0xb</b></sub></a><br /><a href="https://github.com/ts-graphviz/ts-graphviz/issues?q=author%3Aj4k0xb" title="Bug reports">🐛</a></td>
|
|
662
662
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/haved"><img src="https://avatars.githubusercontent.com/u/3748845?v=4?s=100" width="100px;" alt="HKrogstie"/><br /><sub><b>HKrogstie</b></sub></a><br /><a href="https://github.com/ts-graphviz/ts-graphviz/issues?q=author%3Ahaved" title="Bug reports">🐛</a></td>
|
|
663
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/septatrix"><img src="https://avatars.githubusercontent.com/u/24257556?v=4?s=100" width="100px;" alt="Nils K"/><br /><sub><b>Nils K</b></sub></a><br /><a href="https://github.com/ts-graphviz/ts-graphviz/issues?q=author%3Aseptatrix" title="Bug reports">🐛</a></td>
|
|
663
664
|
</tr>
|
|
664
665
|
</tbody>
|
|
665
666
|
</table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ts-graphviz",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6-next-c043ba9bcc5194a89b976df1609c4e9875300f1e",
|
|
4
4
|
"description": "Graphviz library for TypeScript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"graphviz",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"module": "./lib/ts-graphviz.js",
|
|
52
52
|
"types": "lib/ts-graphviz.d.ts",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@ts-graphviz/adapter": "^2.0.6
|
|
55
|
-
"@ts-graphviz/ast": "^2.0.
|
|
56
|
-
"@ts-graphviz/common": "^2.1.5
|
|
57
|
-
"@ts-graphviz/core": "^2.0.
|
|
54
|
+
"@ts-graphviz/adapter": "^2.0.6",
|
|
55
|
+
"@ts-graphviz/ast": "^2.0.7-next-c043ba9bcc5194a89b976df1609c4e9875300f1e",
|
|
56
|
+
"@ts-graphviz/common": "^2.1.5",
|
|
57
|
+
"@ts-graphviz/core": "^2.0.7-next-c043ba9bcc5194a89b976df1609c4e9875300f1e"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"typescript": "^5.4.5",
|