ts-graphviz
Advanced tools
Comparing version 2.1.4-next-9608151b1325484dbd01d5c902e91555219cc3cb to 2.1.4-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9
# ts-graphviz | ||
## 2.1.4-next-9608151b1325484dbd01d5c902e91555219cc3cb | ||
## 2.1.4-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9 | ||
@@ -9,2 +9,12 @@ ### Patch Changes | ||
- [#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 | ||
- [#1214](https://github.com/ts-graphviz/ts-graphviz/pull/1214) [`b3a3323`](https://github.com/ts-graphviz/ts-graphviz/commit/b3a3323c70e72c87b7728684a5862b5d6e54fbb9) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump vite from 5.2.8 to 5.4.8 | ||
- 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), [`b3a3323`](https://github.com/ts-graphviz/ts-graphviz/commit/b3a3323c70e72c87b7728684a5862b5d6e54fbb9)]: | ||
- @ts-graphviz/ast@2.0.5-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9 | ||
- @ts-graphviz/adapter@2.0.5-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9 | ||
- @ts-graphviz/common@2.1.4-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9 | ||
- @ts-graphviz/core@2.0.5-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9 | ||
## 2.1.3 | ||
@@ -11,0 +21,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { Attribute } from '@ts-graphviz/common'; | ||
import { Attribute } from '@ts-graphviz/common'; | ||
export declare const attribute: Attribute.keys; |
@@ -1,3 +0,3 @@ | ||
import { type ConvertToModelOptions, type ParseOptions } from '@ts-graphviz/ast'; | ||
import type { EdgeModel, NodeModel, RootGraphModel, SubgraphModel } from '@ts-graphviz/common'; | ||
import { ConvertToModelOptions, ParseOptions } from '@ts-graphviz/ast'; | ||
import { EdgeModel, NodeModel, RootGraphModel, SubgraphModel } from '@ts-graphviz/common'; | ||
export interface FromDotOptions<T extends 'Dot' | 'Graph' | 'Node' | 'Edge' | 'Subgraph'> { | ||
@@ -4,0 +4,0 @@ parse?: ParseOptions<T>; |
@@ -1,3 +0,3 @@ | ||
import { type ModelsContext } from '@ts-graphviz/common'; | ||
import type { ModelFactory } from './types.js'; | ||
import { ModelsContext } from '@ts-graphviz/common'; | ||
import { ModelFactory } from './types.js'; | ||
export declare function ModelFactoryBuilder(this: ModelsContext, directed: boolean, strictMode: boolean): ModelFactory; | ||
@@ -4,0 +4,0 @@ export declare function createModelFactories(strict: boolean, context?: ModelsContext): Readonly<{ |
@@ -1,6 +0,6 @@ | ||
import { type ModelsContext } from '@ts-graphviz/common'; | ||
import type { ModelFactories, ModelFactoriesWithStrict } from './types.js'; | ||
export declare const digraph: import("./types.js").ModelFactory; | ||
export declare const graph: import("./types.js").ModelFactory; | ||
import { ModelsContext } from '@ts-graphviz/common'; | ||
import { ModelFactories, ModelFactoriesWithStrict } from './types.js'; | ||
export declare const digraph: import('./types.js').ModelFactory; | ||
export declare const graph: import('./types.js').ModelFactory; | ||
export declare const strict: ModelFactories; | ||
export declare function withContext(models: Partial<ModelsContext>): ModelFactoriesWithStrict; |
@@ -1,3 +0,3 @@ | ||
import { type ConvertFromModelOptions, type PrintOptions } from '@ts-graphviz/ast'; | ||
import type { DotObjectModel } from '@ts-graphviz/common'; | ||
import { ConvertFromModelOptions, PrintOptions } from '@ts-graphviz/ast'; | ||
import { DotObjectModel } from '@ts-graphviz/common'; | ||
export interface ToDotOptions { | ||
@@ -4,0 +4,0 @@ convert?: ConvertFromModelOptions; |
@@ -1,2 +0,2 @@ | ||
import type { GraphAttributesObject, RootGraphModel } from '@ts-graphviz/common'; | ||
import { GraphAttributesObject, RootGraphModel } from '@ts-graphviz/common'; | ||
export interface ModelFactory { | ||
@@ -3,0 +3,0 @@ (id?: string, attributes?: GraphAttributesObject, callback?: (g: RootGraphModel) => void): RootGraphModel; |
{ | ||
"name": "ts-graphviz", | ||
"version": "2.1.4-next-9608151b1325484dbd01d5c902e91555219cc3cb", | ||
"version": "2.1.4-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9", | ||
"description": "Graphviz library for TypeScript", | ||
@@ -54,11 +54,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@ts-graphviz/adapter": "^2.0.4", | ||
"@ts-graphviz/ast": "^2.0.4", | ||
"@ts-graphviz/common": "^2.1.3", | ||
"@ts-graphviz/core": "^2.0.4" | ||
"@ts-graphviz/adapter": "^2.0.5-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9", | ||
"@ts-graphviz/ast": "^2.0.5-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9", | ||
"@ts-graphviz/common": "^2.1.4-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9", | ||
"@ts-graphviz/core": "^2.0.5-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.8", | ||
"vite-plugin-dts": "^3.7.3" | ||
"vite": "^5.4.8", | ||
"vite-plugin-dts": "^4.2.1" | ||
}, | ||
@@ -65,0 +65,0 @@ "engines": { |
@@ -661,2 +661,4 @@ <div align="center"> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Madd0g"><img src="https://avatars.githubusercontent.com/u/1171003?v=4?s=100" width="100px;" alt="Madd0g"/><br /><sub><b>Madd0g</b></sub></a><br /><a href="https://github.com/ts-graphviz/ts-graphviz/issues?q=author%3AMadd0g" title="Bug reports">🐛</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/j4k0xb"><img src="https://avatars.githubusercontent.com/u/55899582?v=4?s=100" width="100px;" alt="j4k0xb"/><br /><sub><b>j4k0xb</b></sub></a><br /><a href="https://github.com/ts-graphviz/ts-graphviz/issues?q=author%3Aj4k0xb" title="Bug reports">🐛</a></td> | ||
<td align="center" valign="top" width="14.28%"><a href="https://github.com/haved"><img src="https://avatars.githubusercontent.com/u/3748845?v=4?s=100" width="100px;" alt="HKrogstie"/><br /><sub><b>HKrogstie</b></sub></a><br /><a href="https://github.com/ts-graphviz/ts-graphviz/issues?q=author%3Ahaved" title="Bug reports">🐛</a></td> | ||
</tr> | ||
@@ -663,0 +665,0 @@ </tbody> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75935
717
Updated@ts-graphviz/adapter@^2.0.5-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9
Updated@ts-graphviz/ast@^2.0.5-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9
Updated@ts-graphviz/common@^2.1.4-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9
Updated@ts-graphviz/core@^2.0.5-next-b3a3323c70e72c87b7728684a5862b5d6e54fbb9