ts-graphviz 3.0.4-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6 → 3.0.4-next-253319e2db5f787f4bb3d29eae11c75e628584f2

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 +6 -6
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ts-graphviz
2
2
 
3
- ## 3.0.4-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6
3
+ ## 3.0.4-next-253319e2db5f787f4bb3d29eae11c75e628584f2
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -56,11 +56,11 @@
56
56
 
57
57
  - [#1512](https://github.com/ts-graphviz/ts-graphviz/pull/1512) [`de566db`](https://github.com/ts-graphviz/ts-graphviz/commit/de566db993e1f62325f3a4afdbde178b86a96509) Thanks [@anubhav-goel](https://github.com/anubhav-goel)! - Updated broken monorepo package links to valid URLs
58
58
 
59
- - Updated dependencies [[`9d52d28`](https://github.com/ts-graphviz/ts-graphviz/commit/9d52d282031ed173a75ef0fb77ddea9677f78520), [`d74172a`](https://github.com/ts-graphviz/ts-graphviz/commit/d74172a594531f071b7e06c079b6555d867bf683), [`de566db`](https://github.com/ts-graphviz/ts-graphviz/commit/de566db993e1f62325f3a4afdbde178b86a96509), [`48a9fba`](https://github.com/ts-graphviz/ts-graphviz/commit/48a9fba55522d02ea3c4d62321e2555943971b88)]:
60
- - @ts-graphviz/adapter@3.0.3-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6
61
- - @ts-graphviz/ast@3.0.3-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6
62
- - @ts-graphviz/common@3.0.3-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6
63
- - @ts-graphviz/core@3.0.4-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6
59
+ - Updated dependencies [[`9d52d28`](https://github.com/ts-graphviz/ts-graphviz/commit/9d52d282031ed173a75ef0fb77ddea9677f78520), [`d74172a`](https://github.com/ts-graphviz/ts-graphviz/commit/d74172a594531f071b7e06c079b6555d867bf683), [`de566db`](https://github.com/ts-graphviz/ts-graphviz/commit/de566db993e1f62325f3a4afdbde178b86a96509), [`48a9fba`](https://github.com/ts-graphviz/ts-graphviz/commit/48a9fba55522d02ea3c4d62321e2555943971b88), [`9f72aed`](https://github.com/ts-graphviz/ts-graphviz/commit/9f72aededee9c45b32f2e8e7f4c16c561e04d60a)]:
60
+ - @ts-graphviz/adapter@3.0.3-next-253319e2db5f787f4bb3d29eae11c75e628584f2
61
+ - @ts-graphviz/ast@3.0.3-next-253319e2db5f787f4bb3d29eae11c75e628584f2
62
+ - @ts-graphviz/common@3.0.3-next-253319e2db5f787f4bb3d29eae11c75e628584f2
63
+ - @ts-graphviz/core@3.0.4-next-253319e2db5f787f4bb3d29eae11c75e628584f2
64
64
 
65
65
  ## 3.0.2
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-graphviz",
3
- "version": "3.0.4-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6",
3
+ "version": "3.0.4-next-253319e2db5f787f4bb3d29eae11c75e628584f2",
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-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6",
49
- "@ts-graphviz/ast": "^3.0.3-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6",
50
- "@ts-graphviz/common": "^3.0.3-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6",
51
- "@ts-graphviz/core": "^3.0.4-next-f73c0505326c1a836ff6ddc76170bd53d0fdbbd6"
48
+ "@ts-graphviz/adapter": "^3.0.3-next-253319e2db5f787f4bb3d29eae11c75e628584f2",
49
+ "@ts-graphviz/ast": "^3.0.3-next-253319e2db5f787f4bb3d29eae11c75e628584f2",
50
+ "@ts-graphviz/common": "^3.0.3-next-253319e2db5f787f4bb3d29eae11c75e628584f2",
51
+ "@ts-graphviz/core": "^3.0.4-next-253319e2db5f787f4bb3d29eae11c75e628584f2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "^5.8.2",