@ts-graphviz/core
Advanced tools
Comparing version 2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02 to 2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af
# @ts-graphviz/core | ||
## 2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02 | ||
## 2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af | ||
### Patch Changes | ||
- Updated dependencies [[`03bafa0`](https://github.com/ts-graphviz/ts-graphviz/commit/03bafa0e10b43807b5568df4ffba720752a0ac02)]: | ||
- @ts-graphviz/ast@2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02 | ||
- [#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 [[`03bafa0`](https://github.com/ts-graphviz/ts-graphviz/commit/03bafa0e10b43807b5568df4ffba720752a0ac02), [`6bb5ab1`](https://github.com/ts-graphviz/ts-graphviz/commit/6bb5ab18682daa1410de4a35edc22316487989af), [`f48ae4a`](https://github.com/ts-graphviz/ts-graphviz/commit/f48ae4a36fde430cf4a4769189243acd76560946)]: | ||
- @ts-graphviz/ast@2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af | ||
- @ts-graphviz/common@2.1.4-next-6bb5ab18682daa1410de4a35edc22316487989af | ||
## 2.0.4 | ||
@@ -11,0 +14,0 @@ |
@@ -1,8 +0,8 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import type { AttributeKey } from '@ts-graphviz/common'; | ||
import type { AttributeListKind } from '@ts-graphviz/common'; | ||
import type { AttributeListModel } from '@ts-graphviz/common'; | ||
import type { Attributes } from '@ts-graphviz/common'; | ||
import type { AttributesEntities } from '@ts-graphviz/common'; | ||
import type { AttributesObject } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import { AttributeListKind } from '@ts-graphviz/common'; | ||
import { AttributeListModel } from '@ts-graphviz/common'; | ||
import { Attributes } from '@ts-graphviz/common'; | ||
import { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributesObject } from '@ts-graphviz/common'; | ||
@@ -9,0 +9,0 @@ /** |
@@ -1,6 +0,6 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import type { AttributeKey } from '@ts-graphviz/common'; | ||
import type { Attributes } from '@ts-graphviz/common'; | ||
import type { AttributesEntities } from '@ts-graphviz/common'; | ||
import type { AttributesObject } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import { Attributes } from '@ts-graphviz/common'; | ||
import { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributesObject } from '@ts-graphviz/common'; | ||
@@ -7,0 +7,0 @@ /** |
@@ -1,7 +0,7 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import type { AttributeKey } from '@ts-graphviz/common'; | ||
import type { Attributes } from '@ts-graphviz/common'; | ||
import type { AttributesEntities } from '@ts-graphviz/common'; | ||
import type { AttributesGroupModel } from '@ts-graphviz/common'; | ||
import type { AttributesObject } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import { Attributes } from '@ts-graphviz/common'; | ||
import { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributesGroupModel } from '@ts-graphviz/common'; | ||
import { AttributesObject } from '@ts-graphviz/common'; | ||
@@ -8,0 +8,0 @@ /** |
@@ -1,10 +0,10 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import type { AttributeListKind } from '@ts-graphviz/common'; | ||
import type { AttributeListModel } from '@ts-graphviz/common'; | ||
import type { Attributes } from '@ts-graphviz/common'; | ||
import type { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributeListKind } from '@ts-graphviz/common'; | ||
import { AttributeListModel } from '@ts-graphviz/common'; | ||
import { Attributes } from '@ts-graphviz/common'; | ||
import { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributesGroupModel } from '@ts-graphviz/common'; | ||
import type { AttributesObject } from '@ts-graphviz/common'; | ||
import type { ClusterSubgraphAttributeKey } from '@ts-graphviz/common'; | ||
import { AttributesObject } from '@ts-graphviz/common'; | ||
import { ClusterSubgraphAttributeKey } from '@ts-graphviz/common'; | ||
import { EdgeAttributeKey } from '@ts-graphviz/common'; | ||
@@ -15,14 +15,14 @@ import { EdgeAttributesObject } from '@ts-graphviz/common'; | ||
import { EdgeTargetTuple } from '@ts-graphviz/common'; | ||
import type { ForwardRefNode } from '@ts-graphviz/common'; | ||
import type { GraphAttributeKey } from '@ts-graphviz/common'; | ||
import type { GraphAttributesObject } from '@ts-graphviz/common'; | ||
import { ForwardRefNode } from '@ts-graphviz/common'; | ||
import { GraphAttributeKey } from '@ts-graphviz/common'; | ||
import { GraphAttributesObject } from '@ts-graphviz/common'; | ||
import { GraphBaseModel } from '@ts-graphviz/common'; | ||
import { GraphCommonAttributes } from '@ts-graphviz/common'; | ||
import { ModelsContext } from '@ts-graphviz/common'; | ||
import type { NodeAttributeKey } from '@ts-graphviz/common'; | ||
import { NodeAttributeKey } from '@ts-graphviz/common'; | ||
import { NodeAttributesObject } from '@ts-graphviz/common'; | ||
import { NodeModel } from '@ts-graphviz/common'; | ||
import type { Port } from '@ts-graphviz/common'; | ||
import type { RootGraphModel } from '@ts-graphviz/common'; | ||
import type { SubgraphAttributeKey } from '@ts-graphviz/common'; | ||
import { Port } from '@ts-graphviz/common'; | ||
import { RootGraphModel } from '@ts-graphviz/common'; | ||
import { SubgraphAttributeKey } from '@ts-graphviz/common'; | ||
import { SubgraphAttributesObject } from '@ts-graphviz/common'; | ||
@@ -29,0 +29,0 @@ import { SubgraphModel } from '@ts-graphviz/common'; |
@@ -1,11 +0,11 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import type { Attributes } from '@ts-graphviz/common'; | ||
import type { AttributesEntities } from '@ts-graphviz/common'; | ||
import type { AttributesObject } from '@ts-graphviz/common'; | ||
import { Attributes } from '@ts-graphviz/common'; | ||
import { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributesObject } from '@ts-graphviz/common'; | ||
import { EdgeAttributesObject } from '@ts-graphviz/common'; | ||
import { EdgeModel } from '@ts-graphviz/common'; | ||
import { EdgeTargetLikeTuple } from '@ts-graphviz/common'; | ||
import type { GraphAttributeKey } from '@ts-graphviz/common'; | ||
import type { GraphAttributesObject } from '@ts-graphviz/common'; | ||
import { GraphAttributeKey } from '@ts-graphviz/common'; | ||
import { GraphAttributesObject } from '@ts-graphviz/common'; | ||
import { GraphBaseModel } from '@ts-graphviz/common'; | ||
@@ -16,3 +16,3 @@ import { GraphCommonAttributes } from '@ts-graphviz/common'; | ||
import { NodeModel } from '@ts-graphviz/common'; | ||
import type { RootGraphModel } from '@ts-graphviz/common'; | ||
import { RootGraphModel } from '@ts-graphviz/common'; | ||
import { SubgraphAttributesObject } from '@ts-graphviz/common'; | ||
@@ -19,0 +19,0 @@ import { SubgraphModel } from '@ts-graphviz/common'; |
@@ -1,11 +0,11 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import type { Attributes } from '@ts-graphviz/common'; | ||
import type { AttributesEntities } from '@ts-graphviz/common'; | ||
import type { AttributesObject } from '@ts-graphviz/common'; | ||
import { Attributes } from '@ts-graphviz/common'; | ||
import { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributesObject } from '@ts-graphviz/common'; | ||
import { EdgeAttributesObject } from '@ts-graphviz/common'; | ||
import { EdgeModel } from '@ts-graphviz/common'; | ||
import { EdgeTargetLikeTuple } from '@ts-graphviz/common'; | ||
import type { GraphAttributeKey } from '@ts-graphviz/common'; | ||
import type { GraphAttributesObject } from '@ts-graphviz/common'; | ||
import { GraphAttributeKey } from '@ts-graphviz/common'; | ||
import { GraphAttributesObject } from '@ts-graphviz/common'; | ||
import { GraphBaseModel } from '@ts-graphviz/common'; | ||
@@ -16,3 +16,3 @@ import { GraphCommonAttributes } from '@ts-graphviz/common'; | ||
import { NodeModel } from '@ts-graphviz/common'; | ||
import type { RootGraphModel } from '@ts-graphviz/common'; | ||
import { RootGraphModel } from '@ts-graphviz/common'; | ||
import { SubgraphAttributesObject } from '@ts-graphviz/common'; | ||
@@ -19,0 +19,0 @@ import { SubgraphModel } from '@ts-graphviz/common'; |
@@ -1,6 +0,6 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import type { Attributes } from '@ts-graphviz/common'; | ||
import type { AttributesEntities } from '@ts-graphviz/common'; | ||
import type { AttributesObject } from '@ts-graphviz/common'; | ||
import { Attributes } from '@ts-graphviz/common'; | ||
import { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributesObject } from '@ts-graphviz/common'; | ||
import { EdgeAttributesObject } from '@ts-graphviz/common'; | ||
@@ -7,0 +7,0 @@ import { EdgeModel } from '@ts-graphviz/common'; |
@@ -1,12 +0,12 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import type { AttributeKey } from '@ts-graphviz/common'; | ||
import type { Attributes } from '@ts-graphviz/common'; | ||
import type { AttributesEntities } from '@ts-graphviz/common'; | ||
import type { AttributesGroupModel } from '@ts-graphviz/common'; | ||
import type { AttributesObject } from '@ts-graphviz/common'; | ||
import type { ForwardRefNode } from '@ts-graphviz/common'; | ||
import type { NodeAttributeKey } from '@ts-graphviz/common'; | ||
import type { NodeAttributesObject } from '@ts-graphviz/common'; | ||
import type { NodeModel } from '@ts-graphviz/common'; | ||
import type { Port } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import { Attributes } from '@ts-graphviz/common'; | ||
import { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributesGroupModel } from '@ts-graphviz/common'; | ||
import { AttributesObject } from '@ts-graphviz/common'; | ||
import { ForwardRefNode } from '@ts-graphviz/common'; | ||
import { NodeAttributeKey } from '@ts-graphviz/common'; | ||
import { NodeAttributesObject } from '@ts-graphviz/common'; | ||
import { NodeModel } from '@ts-graphviz/common'; | ||
import { Port } from '@ts-graphviz/common'; | ||
@@ -13,0 +13,0 @@ /** |
@@ -1,11 +0,11 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import type { Attributes } from '@ts-graphviz/common'; | ||
import type { AttributesEntities } from '@ts-graphviz/common'; | ||
import type { AttributesObject } from '@ts-graphviz/common'; | ||
import { Attributes } from '@ts-graphviz/common'; | ||
import { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributesObject } from '@ts-graphviz/common'; | ||
import { EdgeAttributesObject } from '@ts-graphviz/common'; | ||
import { EdgeModel } from '@ts-graphviz/common'; | ||
import { EdgeTargetLikeTuple } from '@ts-graphviz/common'; | ||
import type { GraphAttributeKey } from '@ts-graphviz/common'; | ||
import type { GraphAttributesObject } from '@ts-graphviz/common'; | ||
import { GraphAttributeKey } from '@ts-graphviz/common'; | ||
import { GraphAttributesObject } from '@ts-graphviz/common'; | ||
import { GraphBaseModel } from '@ts-graphviz/common'; | ||
@@ -16,3 +16,3 @@ import { GraphCommonAttributes } from '@ts-graphviz/common'; | ||
import { NodeModel } from '@ts-graphviz/common'; | ||
import type { RootGraphModel } from '@ts-graphviz/common'; | ||
import { RootGraphModel } from '@ts-graphviz/common'; | ||
import { SubgraphAttributesObject } from '@ts-graphviz/common'; | ||
@@ -19,0 +19,0 @@ import { SubgraphModel } from '@ts-graphviz/common'; |
@@ -1,7 +0,7 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
import { AttributeKey } from '@ts-graphviz/common'; | ||
import type { Attributes } from '@ts-graphviz/common'; | ||
import type { AttributesEntities } from '@ts-graphviz/common'; | ||
import type { AttributesObject } from '@ts-graphviz/common'; | ||
import type { ClusterSubgraphAttributeKey } from '@ts-graphviz/common'; | ||
import { Attributes } from '@ts-graphviz/common'; | ||
import { AttributesEntities } from '@ts-graphviz/common'; | ||
import { AttributesObject } from '@ts-graphviz/common'; | ||
import { ClusterSubgraphAttributeKey } from '@ts-graphviz/common'; | ||
import { EdgeAttributesObject } from '@ts-graphviz/common'; | ||
@@ -15,3 +15,3 @@ import { EdgeModel } from '@ts-graphviz/common'; | ||
import { NodeModel } from '@ts-graphviz/common'; | ||
import type { SubgraphAttributeKey } from '@ts-graphviz/common'; | ||
import { SubgraphAttributeKey } from '@ts-graphviz/common'; | ||
import { SubgraphAttributesObject } from '@ts-graphviz/common'; | ||
@@ -18,0 +18,0 @@ import { SubgraphModel } from '@ts-graphviz/common'; |
{ | ||
"name": "@ts-graphviz/core", | ||
"version": "2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02", | ||
"version": "2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af", | ||
"description": "Graphviz Models for Object-Oriented Programming", | ||
@@ -47,4 +47,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@ts-graphviz/ast": "^2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02", | ||
"@ts-graphviz/common": "^2.1.3" | ||
"@ts-graphviz/common": "^2.1.4-next-6bb5ab18682daa1410de4a35edc22316487989af", | ||
"@ts-graphviz/ast": "^2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af" | ||
}, | ||
@@ -54,3 +54,3 @@ "devDependencies": { | ||
"vite": "^5.2.8", | ||
"vite-plugin-dts": "^3.7.3" | ||
"vite-plugin-dts": "^4.2.1" | ||
}, | ||
@@ -57,0 +57,0 @@ "engines": { |
85594