ts-graphviz 3.0.5-next-2175a0b15ee57f675a1fda902b74d8359a5c05cb → 3.0.5-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # ts-graphviz
2
2
 
3
- ## 3.0.5-next-2175a0b15ee57f675a1fda902b74d8359a5c05cb
3
+ ## 3.0.5-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`6966a66`](https://github.com/ts-graphviz/ts-graphviz/commit/6966a6699e87e2c74e7348aa6fdc2c50ae11b308), [`00aaf2f`](https://github.com/ts-graphviz/ts-graphviz/commit/00aaf2ff6ef6fa8b6611ec2a477bc46b76fdebaf)]:
8
- - @ts-graphviz/adapter@3.0.4-next-2175a0b15ee57f675a1fda902b74d8359a5c05cb
9
- - @ts-graphviz/ast@3.0.4-next-2175a0b15ee57f675a1fda902b74d8359a5c05cb
10
- - @ts-graphviz/core@3.0.5-next-2175a0b15ee57f675a1fda902b74d8359a5c05cb
7
+ - Updated dependencies [[`6966a66`](https://github.com/ts-graphviz/ts-graphviz/commit/6966a6699e87e2c74e7348aa6fdc2c50ae11b308), [`00aaf2f`](https://github.com/ts-graphviz/ts-graphviz/commit/00aaf2ff6ef6fa8b6611ec2a477bc46b76fdebaf), [`52e3f1f`](https://github.com/ts-graphviz/ts-graphviz/commit/52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5)]:
8
+ - @ts-graphviz/adapter@3.0.4-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5
9
+ - @ts-graphviz/ast@3.0.4-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5
10
+ - @ts-graphviz/core@3.0.5-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5
11
11
 
12
12
  ## 3.0.4
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-graphviz",
3
- "version": "3.0.5-next-2175a0b15ee57f675a1fda902b74d8359a5c05cb",
3
+ "version": "3.0.5-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5",
4
4
  "description": "Graphviz library for TypeScript",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -45,10 +45,10 @@
45
45
  "./package.json": "./package.json"
46
46
  },
47
47
  "dependencies": {
48
- "@ts-graphviz/adapter": "^3.0.4-next-2175a0b15ee57f675a1fda902b74d8359a5c05cb",
49
- "@ts-graphviz/ast": "^3.0.4-next-2175a0b15ee57f675a1fda902b74d8359a5c05cb",
48
+ "@ts-graphviz/adapter": "^3.0.4-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5",
49
+ "@ts-graphviz/ast": "^3.0.4-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5",
50
50
  "@ts-graphviz/common": "^3.0.3",
51
- "@ts-graphviz/core": "^3.0.5-next-2175a0b15ee57f675a1fda902b74d8359a5c05cb"
51
+ "@ts-graphviz/core": "^3.0.5-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "^5.8.2",