@ts-graphviz/adapter
Advanced tools
Comparing version 2.0.4 to 2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af
# @ts-graphviz/adapter | ||
## 2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af | ||
### 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 | ||
- Updated dependencies [[`f48ae4a`](https://github.com/ts-graphviz/ts-graphviz/commit/f48ae4a36fde430cf4a4769189243acd76560946)]: | ||
- @ts-graphviz/common@2.1.4-next-6bb5ab18682daa1410de4a35edc22316487989af | ||
## 2.0.4 | ||
@@ -4,0 +13,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { Layout, Options } from './types.js'; | ||
import { Layout, Options } from './types.js'; | ||
/** | ||
@@ -3,0 +3,0 @@ * createCommandAndArgs creates a command and an array of arguments, based on the given {@link Options}. |
@@ -1,3 +0,3 @@ | ||
import type { Attribute, AttributeKey } from '@ts-graphviz/common'; | ||
import type { Layout, Options } from './types.js'; | ||
import { Attribute, AttributeKey } from '@ts-graphviz/common'; | ||
import { Layout, Options } from './types.js'; | ||
/** | ||
@@ -4,0 +4,0 @@ * escapeValue is a function that escapes a given Attribute value of a given AttributeKey. |
@@ -0,8 +1,5 @@ | ||
import { Layout, Options } from './types.js'; | ||
/// <reference lib="dom" /> | ||
export type * from './types.js'; | ||
/** | ||
* @module @ts-graphviz/adapter | ||
*/ | ||
import type { Layout, Options } from './types.js'; | ||
/** | ||
* Execute the Graphviz dot command and make a Stream of the results. | ||
@@ -9,0 +6,0 @@ */ |
@@ -1,2 +0,2 @@ | ||
import type { Layout, Options } from './types.js'; | ||
import { Layout, Options } from './types.js'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Execute the Graphviz dot command and output the results to a file. |
@@ -1,3 +0,2 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import type { Layout, Options } from './types.js'; | ||
import { Layout, Options } from './types.js'; | ||
/** | ||
@@ -4,0 +3,0 @@ * Execute the Graphviz dot command and make a Stream of the results. |
@@ -1,2 +0,2 @@ | ||
import type { $keywords, $keywordsValidation, EdgeAttributesObject, GraphAttributesObject, NodeAttributesObject, SubgraphAttributesObject } from '@ts-graphviz/common'; | ||
import { $keywords, $keywordsValidation, EdgeAttributesObject, GraphAttributesObject, NodeAttributesObject, SubgraphAttributesObject } from '@ts-graphviz/common'; | ||
export type Format = Format.values; | ||
@@ -3,0 +3,0 @@ export declare namespace Format { |
{ | ||
"name": "@ts-graphviz/adapter", | ||
"version": "2.0.4", | ||
"version": "2.0.5-next-6bb5ab18682daa1410de4a35edc22316487989af", | ||
"description": "Graphviz Runtime adapters for Cross Platform", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ts-graphviz/common": "^2.1.3" | ||
"@ts-graphviz/common": "^2.1.4-next-6bb5ab18682daa1410de4a35edc22316487989af" | ||
}, | ||
@@ -61,3 +61,3 @@ "devDependencies": { | ||
"vite": "^5.2.8", | ||
"vite-plugin-dts": "^3.7.3" | ||
"vite-plugin-dts": "^4.2.1" | ||
}, | ||
@@ -64,0 +64,0 @@ "engines": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
29822
515
1