@ts-graphviz/ast
Advanced tools
Comparing version 0.0.0-next-20240427032031 to 0.0.0-next-20240427032940
# @ts-graphviz/ast | ||
## 0.0.0-next-20240427032031 | ||
## 0.0.0-next-20240427032940 | ||
@@ -11,6 +11,8 @@ ### Patch Changes | ||
- [#1023](https://github.com/ts-graphviz/ts-graphviz/pull/1023) [`fb6789b`](https://github.com/ts-graphviz/ts-graphviz/commit/fb6789b82ce3bc890fa93a59b7d3fb3dc6417b5e) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump typescript from 5.3.3 to 5.4.5 | ||
- [#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 [[`4b3c7d4`](https://github.com/ts-graphviz/ts-graphviz/commit/4b3c7d46e49a18ca05d6ecacbfa13d550039419f), [`70bbd56`](https://github.com/ts-graphviz/ts-graphviz/commit/70bbd5673da3b83c3655e5f0d23454af6a8dc1d1), [`7035af8`](https://github.com/ts-graphviz/ts-graphviz/commit/7035af80c275f8e3dd7e94fa2bfd22de45a96d67)]: | ||
- @ts-graphviz/common@0.0.0-next-20240427032031 | ||
- 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/common@0.0.0-next-20240427032940 | ||
@@ -17,0 +19,0 @@ ## 2.0.2 |
{ | ||
"name": "@ts-graphviz/ast", | ||
"version": "0.0.0-next-20240427032031", | ||
"version": "0.0.0-next-20240427032940", | ||
"description": "Graphviz AST(Abstract Syntax Tree) Utilities", | ||
@@ -40,3 +40,3 @@ "keywords": [], | ||
"dependencies": { | ||
"@ts-graphviz/common": "^0.0.0-next-20240427032031" | ||
"@ts-graphviz/common": "^0.0.0-next-20240427032940" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
"ts-pegjs": "^4.2.1", | ||
"typescript": "^5.3.3", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.8", | ||
@@ -49,0 +49,0 @@ "vite-plugin-dts": "^3.7.3" |
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
308309