@ts-graphviz/ast
Advanced tools
Comparing version 2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02 to 2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af
# @ts-graphviz/ast | ||
## 2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02 | ||
## 2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af | ||
@@ -9,2 +9,9 @@ ### Patch Changes | ||
- [#1183](https://github.com/ts-graphviz/ts-graphviz/pull/1183) [`6bb5ab1`](https://github.com/ts-graphviz/ts-graphviz/commit/6bb5ab18682daa1410de4a35edc22316487989af) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump peggy from 4.0.2 to 4.0.3 | ||
- [#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 | ||
- Updated dependencies [[`f48ae4a`](https://github.com/ts-graphviz/ts-graphviz/commit/f48ae4a36fde430cf4a4769189243acd76560946)]: | ||
- @ts-graphviz/common@2.1.4-next-6bb5ab18682daa1410de4a35edc22316487989af | ||
## 2.0.4 | ||
@@ -11,0 +18,0 @@ |
@@ -1,10 +0,10 @@ | ||
import type { ASTType } from '@ts-graphviz/common'; | ||
import type { AttributeKey } from '@ts-graphviz/common'; | ||
import type { Compass } from '@ts-graphviz/common'; | ||
import type { DotObjectModel } from '@ts-graphviz/common'; | ||
import type { EdgeModel } from '@ts-graphviz/common'; | ||
import type { ModelsContext } from '@ts-graphviz/common'; | ||
import type { NodeModel } from '@ts-graphviz/common'; | ||
import type { RootGraphModel } from '@ts-graphviz/common'; | ||
import type { SubgraphModel } from '@ts-graphviz/common'; | ||
import { ASTType } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import { Compass } from '@ts-graphviz/common'; | ||
import { DotObjectModel } from '@ts-graphviz/common'; | ||
import { EdgeModel } from '@ts-graphviz/common'; | ||
import { ModelsContext } from '@ts-graphviz/common'; | ||
import { NodeModel } from '@ts-graphviz/common'; | ||
import { RootGraphModel } from '@ts-graphviz/common'; | ||
import { SubgraphModel } from '@ts-graphviz/common'; | ||
@@ -11,0 +11,0 @@ declare interface AnyExpectation { |
{ | ||
"name": "@ts-graphviz/ast", | ||
"version": "2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02", | ||
"version": "2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af", | ||
"description": "Graphviz AST(Abstract Syntax Tree) Utilities", | ||
@@ -40,10 +40,10 @@ "keywords": [], | ||
"dependencies": { | ||
"@ts-graphviz/common": "^2.1.3" | ||
"@ts-graphviz/common": "^2.1.4-next-6bb5ab18682daa1410de4a35edc22316487989af" | ||
}, | ||
"devDependencies": { | ||
"peggy": "^4.0.2", | ||
"peggy": "^4.0.3", | ||
"ts-pegjs": "^4.2.1", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.8", | ||
"vite-plugin-dts": "^3.7.3" | ||
"vite-plugin-dts": "^4.2.1" | ||
}, | ||
@@ -50,0 +50,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
284933