@ts-graphviz/core 3.0.5-next-c4a08b9f6bbe9104a461d5dc599ca307f6940f7c → 3.0.6-next-dc3ef34316f5642c416711cb6a50704dbef7bb64
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 +12 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,21 @@
|
|
|
1
1
|
# @ts-graphviz/core
|
|
2
2
|
|
|
3
|
-
## 3.0.
|
|
3
|
+
## 3.0.6-next-dc3ef34316f5642c416711cb6a50704dbef7bb64
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1532](https://github.com/ts-graphviz/ts-graphviz/pull/1532) [`dc3ef34`](https://github.com/ts-graphviz/ts-graphviz/commit/dc3ef34316f5642c416711cb6a50704dbef7bb64) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump vite from 7.0.2 to 7.0.8 in the npm_and_yarn group across 1 directory
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`ed770be`](https://github.com/ts-graphviz/ts-graphviz/commit/ed770be7fffc93b9171198c9a84270df7477185d), [`dc3ef34`](https://github.com/ts-graphviz/ts-graphviz/commit/dc3ef34316f5642c416711cb6a50704dbef7bb64)]:
|
|
10
|
+
- @ts-graphviz/ast@3.0.5-next-dc3ef34316f5642c416711cb6a50704dbef7bb64
|
|
11
|
+
- @ts-graphviz/common@3.0.4-next-dc3ef34316f5642c416711cb6a50704dbef7bb64
|
|
12
|
+
|
|
13
|
+
## 3.0.5
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
6
16
|
|
|
7
17
|
- Updated dependencies [[`c4a08b9`](https://github.com/ts-graphviz/ts-graphviz/commit/c4a08b9f6bbe9104a461d5dc599ca307f6940f7c), [`00aaf2f`](https://github.com/ts-graphviz/ts-graphviz/commit/00aaf2ff6ef6fa8b6611ec2a477bc46b76fdebaf), [`52e3f1f`](https://github.com/ts-graphviz/ts-graphviz/commit/52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5)]:
|
|
8
|
-
- @ts-graphviz/ast@3.0.4
|
|
18
|
+
- @ts-graphviz/ast@3.0.4
|
|
9
19
|
|
|
10
20
|
## 3.0.4
|
|
11
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ts-graphviz/core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.6-next-dc3ef34316f5642c416711cb6a50704dbef7bb64",
|
|
4
4
|
"description": "Graphviz Models for Object-Oriented Programming",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"graphviz",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"./package.json": "./package.json"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@ts-graphviz/ast": "^3.0.
|
|
43
|
-
"@ts-graphviz/common": "^3.0.
|
|
42
|
+
"@ts-graphviz/ast": "^3.0.5-next-dc3ef34316f5642c416711cb6a50704dbef7bb64",
|
|
43
|
+
"@ts-graphviz/common": "^3.0.4-next-dc3ef34316f5642c416711cb6a50704dbef7bb64"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"typescript": "^5.8.2",
|
|
47
|
-
"vite": "^7.0.
|
|
47
|
+
"vite": "^7.0.8",
|
|
48
48
|
"vite-plugin-dts": "^4.5.3"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|