@ts-graphviz/ast 2.0.6-next-d7ff421ec861ca8fdede1a6bdf256f3455fb9797 → 2.0.6-next-57f9d2f1e0ce82621a655765b7e223113ca379ef

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,13 +1,13 @@
1
1
  # @ts-graphviz/ast
2
2
 
3
- ## 2.0.6-next-d7ff421ec861ca8fdede1a6bdf256f3455fb9797
3
+ ## 2.0.6-next-57f9d2f1e0ce82621a655765b7e223113ca379ef
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#1218](https://github.com/ts-graphviz/ts-graphviz/pull/1218) [`d7ff421`](https://github.com/ts-graphviz/ts-graphviz/commit/d7ff421ec861ca8fdede1a6bdf256f3455fb9797) Thanks [@kamiazya](https://github.com/kamiazya)! - Fix AST printing not to be destroyed during stringify even in HTML-Like format
8
8
 
9
9
  - Updated dependencies [[`d7ff421`](https://github.com/ts-graphviz/ts-graphviz/commit/d7ff421ec861ca8fdede1a6bdf256f3455fb9797)]:
10
- - @ts-graphviz/common@2.1.5-next-d7ff421ec861ca8fdede1a6bdf256f3455fb9797
10
+ - @ts-graphviz/common@2.1.5-next-57f9d2f1e0ce82621a655765b7e223113ca379ef
11
11
 
12
12
  ## 2.0.5
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-graphviz/ast",
3
- "version": "2.0.6-next-d7ff421ec861ca8fdede1a6bdf256f3455fb9797",
3
+ "version": "2.0.6-next-57f9d2f1e0ce82621a655765b7e223113ca379ef",
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.5-next-d7ff421ec861ca8fdede1a6bdf256f3455fb9797"
40
+ "@ts-graphviz/common": "^2.1.5-next-57f9d2f1e0ce82621a655765b7e223113ca379ef"
41
41
  },
42
42
  "devDependencies": {
43
43
  "peggy": "^4.0.3",