@ts-graphviz/core 2.0.7-next-c043ba9bcc5194a89b976df1609c4e9875300f1e → 2.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/CHANGELOG.md +2 -2
- package/LICENSE +1 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @ts-graphviz/core
|
|
2
2
|
|
|
3
|
-
## 2.0.7
|
|
3
|
+
## 2.0.7
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [[`c043ba9`](https://github.com/ts-graphviz/ts-graphviz/commit/c043ba9bcc5194a89b976df1609c4e9875300f1e)]:
|
|
8
|
-
- @ts-graphviz/ast@2.0.7
|
|
8
|
+
- @ts-graphviz/ast@2.0.7
|
|
9
9
|
|
|
10
10
|
## 2.0.6
|
|
11
11
|
|
package/LICENSE
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
1
|
The MIT License (MIT)
|
|
3
2
|
|
|
4
|
-
Copyright (c) 2019-
|
|
3
|
+
Copyright (c) 2019-2025 Yuki Yamazaki
|
|
5
4
|
|
|
6
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ts-graphviz/core",
|
|
3
|
-
"version": "2.0.7
|
|
3
|
+
"version": "2.0.7",
|
|
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.7
|
|
47
|
+
"@ts-graphviz/ast": "^2.0.7",
|
|
48
48
|
"@ts-graphviz/common": "^2.1.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|