ts-graphviz
Advanced tools
Comparing version 0.0.0-next-20240427034057 to 0.0.0-next-20240427043626
# ts-graphviz | ||
## 0.0.0-next-20240427034057 | ||
## 0.0.0-next-20240427043626 | ||
@@ -15,8 +15,10 @@ ### Patch Changes | ||
- Updated dependencies [[`4b3c7d4`](https://github.com/ts-graphviz/ts-graphviz/commit/4b3c7d46e49a18ca05d6ecacbfa13d550039419f), [`70bbd56`](https://github.com/ts-graphviz/ts-graphviz/commit/70bbd5673da3b83c3655e5f0d23454af6a8dc1d1), [`fb6789b`](https://github.com/ts-graphviz/ts-graphviz/commit/fb6789b82ce3bc890fa93a59b7d3fb3dc6417b5e), [`7035af8`](https://github.com/ts-graphviz/ts-graphviz/commit/7035af80c275f8e3dd7e94fa2bfd22de45a96d67)]: | ||
- @ts-graphviz/core@0.0.0-next-20240427034057 | ||
- @ts-graphviz/common@0.0.0-next-20240427034057 | ||
- @ts-graphviz/ast@0.0.0-next-20240427034057 | ||
- @ts-graphviz/adapter@0.0.0-next-20240427034057 | ||
- [#1025](https://github.com/ts-graphviz/ts-graphviz/pull/1025) [`54f6569`](https://github.com/ts-graphviz/ts-graphviz/commit/54f6569c58a91410da97177a6735a1e414467ddd) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump vitest and @vitest/coverage-istanbul | ||
- Updated dependencies [[`4b3c7d4`](https://github.com/ts-graphviz/ts-graphviz/commit/4b3c7d46e49a18ca05d6ecacbfa13d550039419f), [`70bbd56`](https://github.com/ts-graphviz/ts-graphviz/commit/70bbd5673da3b83c3655e5f0d23454af6a8dc1d1), [`fb6789b`](https://github.com/ts-graphviz/ts-graphviz/commit/fb6789b82ce3bc890fa93a59b7d3fb3dc6417b5e), [`7035af8`](https://github.com/ts-graphviz/ts-graphviz/commit/7035af80c275f8e3dd7e94fa2bfd22de45a96d67), [`54f6569`](https://github.com/ts-graphviz/ts-graphviz/commit/54f6569c58a91410da97177a6735a1e414467ddd)]: | ||
- @ts-graphviz/core@0.0.0-next-20240427043626 | ||
- @ts-graphviz/common@0.0.0-next-20240427043626 | ||
- @ts-graphviz/ast@0.0.0-next-20240427043626 | ||
- @ts-graphviz/adapter@0.0.0-next-20240427043626 | ||
## 2.1.1 | ||
@@ -23,0 +25,0 @@ |
{ | ||
"name": "ts-graphviz", | ||
"version": "0.0.0-next-20240427034057", | ||
"version": "0.0.0-next-20240427043626", | ||
"description": "Graphviz library for TypeScript", | ||
@@ -54,6 +54,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@ts-graphviz/adapter": "^0.0.0-next-20240427034057", | ||
"@ts-graphviz/ast": "^0.0.0-next-20240427034057", | ||
"@ts-graphviz/common": "^0.0.0-next-20240427034057", | ||
"@ts-graphviz/core": "^0.0.0-next-20240427034057" | ||
"@ts-graphviz/adapter": "^0.0.0-next-20240427043626", | ||
"@ts-graphviz/ast": "^0.0.0-next-20240427043626", | ||
"@ts-graphviz/common": "^0.0.0-next-20240427043626", | ||
"@ts-graphviz/core": "^0.0.0-next-20240427043626" | ||
}, | ||
@@ -60,0 +60,0 @@ "devDependencies": { |
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
71249