@ts-graphviz/ast 2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af → 2.0.5-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ts-graphviz/ast
2
2
 
3
- ## 2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af
3
+ ## 2.0.5-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,7 +11,7 @@
11
11
  - [#1179](https://github.com/ts-graphviz/ts-graphviz/pull/1179) [`f48ae4a`](https://github.com/ts-graphviz/ts-graphviz/commit/f48ae4a36fde430cf4a4769189243acd76560946) Thanks [@kamiazya](https://github.com/kamiazya)! - build(deps-dev): bump vite-plugin-dts from 3.9.1 to 4.2.1
12
12
 
13
13
  - Updated dependencies [[`f48ae4a`](https://github.com/ts-graphviz/ts-graphviz/commit/f48ae4a36fde430cf4a4769189243acd76560946)]:
14
- - @ts-graphviz/common@2.1.4-next-6bb5ab18682daa1410de4a35edc22316487989af
14
+ - @ts-graphviz/common@2.1.4-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7
15
15
 
16
16
  ## 2.0.4
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-graphviz/ast",
3
- "version": "2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af",
3
+ "version": "2.0.5-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7",
4
4
  "description": "Graphviz AST(Abstract Syntax Tree) Utilities",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/ts-graphviz/ts-graphviz#readme",
@@ -37,7 +37,7 @@
37
37
  "module": "lib/ast.js",
38
38
  "types": "lib/ast.d.ts",
39
39
  "dependencies": {
40
- "@ts-graphviz/common": "^2.1.4-next-6bb5ab18682daa1410de4a35edc22316487989af"
40
+ "@ts-graphviz/common": "^2.1.4-next-d0b54a18248207de01f60c17dcd24b13ee4f03d7"
41
41
  },
42
42
  "devDependencies": {
43
43
  "peggy": "^4.0.3",