ts-graphviz 3.0.5-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5 → 3.0.5

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-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5
3
+ ## 3.0.5
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), [`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
7
+ - Updated dependencies [[`6966a66`](https://github.com/ts-graphviz/ts-graphviz/commit/6966a6699e87e2c74e7348aa6fdc2c50ae11b308), [`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/adapter@3.0.4
9
+ - @ts-graphviz/ast@3.0.4
10
+ - @ts-graphviz/core@3.0.5
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-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5",
3
+ "version": "3.0.5",
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-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5",
49
- "@ts-graphviz/ast": "^3.0.4-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5",
48
+ "@ts-graphviz/adapter": "^3.0.4",
49
+ "@ts-graphviz/ast": "^3.0.4",
50
50
  "@ts-graphviz/common": "^3.0.3",
51
- "@ts-graphviz/core": "^3.0.5-next-52e3f1ff58a77bf9bd9a0d0b6e29edb20e3700e5"
51
+ "@ts-graphviz/core": "^3.0.5"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "^5.8.2",