ts-graphviz
Advanced tools
Comparing version 0.0.0-next-20240301121718 to 0.0.0-next-20240301134107
# ts-graphviz | ||
## 0.0.0-next-20240301121718 | ||
## 0.0.0-next-20240301134107 | ||
@@ -299,6 +299,8 @@ ### Major Changes | ||
- Updated dependencies [[`1e4f57a`](https://github.com/ts-graphviz/ts-graphviz/commit/1e4f57aee8a97fa79240c002ef4925b0fa6a0548)]: | ||
- @ts-graphviz/adapter@0.0.0-next-20240301121718 | ||
- @ts-graphviz/common@0.0.0-next-20240301121718 | ||
- @ts-graphviz/core@0.0.0-next-20240301121718 | ||
- @ts-graphviz/ast@0.0.0-next-20240301121718 | ||
- [#966](https://github.com/ts-graphviz/ts-graphviz/pull/966) [`d579034`](https://github.com/ts-graphviz/ts-graphviz/commit/d579034d3b834eceafa4aa290c0e0d4fd74a5192) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump vite-plugin-dts from 3.7.2 to 3.7.3 | ||
- Updated dependencies [[`d579034`](https://github.com/ts-graphviz/ts-graphviz/commit/d579034d3b834eceafa4aa290c0e0d4fd74a5192), [`1e4f57a`](https://github.com/ts-graphviz/ts-graphviz/commit/1e4f57aee8a97fa79240c002ef4925b0fa6a0548)]: | ||
- @ts-graphviz/core@0.0.0-next-20240301134107 | ||
- @ts-graphviz/common@0.0.0-next-20240301134107 | ||
- @ts-graphviz/ast@0.0.0-next-20240301134107 | ||
- @ts-graphviz/adapter@0.0.0-next-20240301134107 |
{ | ||
"name": "ts-graphviz", | ||
"version": "0.0.0-next-20240301121718", | ||
"version": "0.0.0-next-20240301134107", | ||
"description": "Graphviz library for TypeScript", | ||
@@ -59,6 +59,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@ts-graphviz/ast": "^0.0.0-next-20240301121718", | ||
"@ts-graphviz/adapter": "^0.0.0-next-20240301121718", | ||
"@ts-graphviz/common": "^0.0.0-next-20240301121718", | ||
"@ts-graphviz/core": "^0.0.0-next-20240301121718" | ||
"@ts-graphviz/adapter": "^0.0.0-next-20240301134107", | ||
"@ts-graphviz/ast": "^0.0.0-next-20240301134107", | ||
"@ts-graphviz/common": "^0.0.0-next-20240301134107", | ||
"@ts-graphviz/core": "^0.0.0-next-20240301134107" | ||
}, | ||
@@ -70,3 +70,3 @@ "devDependencies": { | ||
"vite": "^5.1.3", | ||
"vite-plugin-dts": "^3.7.2" | ||
"vite-plugin-dts": "^3.7.3" | ||
}, | ||
@@ -73,0 +73,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
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
63464