ts-graphviz
Advanced tools
Comparing version 0.0.0-next-20240404020028 to 0.0.0-next-20240427030345
# ts-graphviz | ||
## 0.0.0-next-20240404020028 | ||
## 0.0.0-next-20240427030345 | ||
### Patch Changes | ||
- [#1020](https://github.com/ts-graphviz/ts-graphviz/pull/1020) [`7035af8`](https://github.com/ts-graphviz/ts-graphviz/commit/7035af80c275f8e3dd7e94fa2bfd22de45a96d67) Thanks [@kamiazya](https://github.com/kamiazya)! - Support Node.js v22 | ||
- Updated dependencies [[`7035af8`](https://github.com/ts-graphviz/ts-graphviz/commit/7035af80c275f8e3dd7e94fa2bfd22de45a96d67)]: | ||
- @ts-graphviz/adapter@0.0.0-next-20240427030345 | ||
- @ts-graphviz/ast@0.0.0-next-20240427030345 | ||
- @ts-graphviz/common@0.0.0-next-20240427030345 | ||
- @ts-graphviz/core@0.0.0-next-20240427030345 | ||
## 2.1.1 | ||
### Patch Changes | ||
- [#1003](https://github.com/ts-graphviz/ts-graphviz/pull/1003) [`24f4174`](https://github.com/ts-graphviz/ts-graphviz/commit/24f4174a76eaef50fc7d30ae3401c1b23b00789b) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump vite from 5.1.3 to 5.2.8 | ||
@@ -12,6 +24,6 @@ | ||
- Updated dependencies [[`24f4174`](https://github.com/ts-graphviz/ts-graphviz/commit/24f4174a76eaef50fc7d30ae3401c1b23b00789b), [`fabb8c8`](https://github.com/ts-graphviz/ts-graphviz/commit/fabb8c8b9f3ded57d41d7d4f1d669084ab4e91c9)]: | ||
- @ts-graphviz/core@0.0.0-next-20240404020028 | ||
- @ts-graphviz/common@0.0.0-next-20240404020028 | ||
- @ts-graphviz/ast@0.0.0-next-20240404020028 | ||
- @ts-graphviz/adapter@0.0.0-next-20240404020028 | ||
- @ts-graphviz/core@2.0.2 | ||
- @ts-graphviz/common@2.1.1 | ||
- @ts-graphviz/ast@2.0.2 | ||
- @ts-graphviz/adapter@2.0.2 | ||
@@ -18,0 +30,0 @@ ## 2.1.0 |
{ | ||
"name": "ts-graphviz", | ||
"version": "0.0.0-next-20240404020028", | ||
"version": "0.0.0-next-20240427030345", | ||
"description": "Graphviz library for TypeScript", | ||
@@ -54,6 +54,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@ts-graphviz/adapter": "^0.0.0-next-20240404020028", | ||
"@ts-graphviz/ast": "^0.0.0-next-20240404020028", | ||
"@ts-graphviz/common": "^0.0.0-next-20240404020028", | ||
"@ts-graphviz/core": "^0.0.0-next-20240404020028" | ||
"@ts-graphviz/adapter": "^0.0.0-next-20240427030345", | ||
"@ts-graphviz/ast": "^0.0.0-next-20240427030345", | ||
"@ts-graphviz/common": "^0.0.0-next-20240427030345", | ||
"@ts-graphviz/core": "^0.0.0-next-20240427030345" | ||
}, | ||
@@ -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
69690