ts-graphviz 3.0.4 → 3.0.5-next-6966a6699e87e2c74e7348aa6fdc2c50ae11b308

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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # ts-graphviz
2
2
 
3
+ ## 3.0.5-next-6966a6699e87e2c74e7348aa6fdc2c50ae11b308
4
+
5
+ ### Patch Changes
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-6966a6699e87e2c74e7348aa6fdc2c50ae11b308
9
+ - @ts-graphviz/ast@3.0.4-next-6966a6699e87e2c74e7348aa6fdc2c50ae11b308
10
+ - @ts-graphviz/core@3.0.5-next-6966a6699e87e2c74e7348aa6fdc2c50ae11b308
11
+
3
12
  ## 3.0.4
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-graphviz",
3
- "version": "3.0.4",
3
+ "version": "3.0.5-next-6966a6699e87e2c74e7348aa6fdc2c50ae11b308",
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.3",
49
- "@ts-graphviz/ast": "^3.0.3",
48
+ "@ts-graphviz/adapter": "^3.0.4-next-6966a6699e87e2c74e7348aa6fdc2c50ae11b308",
49
+ "@ts-graphviz/ast": "^3.0.4-next-6966a6699e87e2c74e7348aa6fdc2c50ae11b308",
50
50
  "@ts-graphviz/common": "^3.0.3",
51
- "@ts-graphviz/core": "^3.0.4"
51
+ "@ts-graphviz/core": "^3.0.5-next-6966a6699e87e2c74e7348aa6fdc2c50ae11b308"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "^5.8.2",