ts-graphviz
Advanced tools
Comparing version 0.0.0-next-20240428052616 to 0.0.0-next-20240523163516
# ts-graphviz | ||
## 0.0.0-next-20240428052616 | ||
## 0.0.0-next-20240523163516 | ||
### Patch Changes | ||
- [#1057](https://github.com/ts-graphviz/ts-graphviz/pull/1057) [`7705b1d`](https://github.com/ts-graphviz/ts-graphviz/commit/7705b1d08612aef83e1c35bc3ee4ffc922247a27) Thanks [@kamiazya](https://github.com/kamiazya)! - Update README | ||
## 2.1.2 | ||
### Patch Changes | ||
- [#1018](https://github.com/ts-graphviz/ts-graphviz/pull/1018) [`4b3c7d4`](https://github.com/ts-graphviz/ts-graphviz/commit/4b3c7d46e49a18ca05d6ecacbfa13d550039419f) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump lefthook from 1.6.7 to 1.6.10 | ||
@@ -18,6 +24,6 @@ | ||
- 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-20240428052616 | ||
- @ts-graphviz/common@0.0.0-next-20240428052616 | ||
- @ts-graphviz/ast@0.0.0-next-20240428052616 | ||
- @ts-graphviz/adapter@0.0.0-next-20240428052616 | ||
- @ts-graphviz/core@2.0.3 | ||
- @ts-graphviz/common@2.1.2 | ||
- @ts-graphviz/ast@2.0.3 | ||
- @ts-graphviz/adapter@2.0.3 | ||
@@ -24,0 +30,0 @@ ## 2.1.1 |
{ | ||
"name": "ts-graphviz", | ||
"version": "0.0.0-next-20240428052616", | ||
"version": "0.0.0-next-20240523163516", | ||
"description": "Graphviz library for TypeScript", | ||
@@ -54,6 +54,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@ts-graphviz/adapter": "^0.0.0-next-20240428052616", | ||
"@ts-graphviz/ast": "^0.0.0-next-20240428052616", | ||
"@ts-graphviz/common": "^0.0.0-next-20240428052616", | ||
"@ts-graphviz/core": "^0.0.0-next-20240428052616" | ||
"@ts-graphviz/adapter": "^2.0.3", | ||
"@ts-graphviz/ast": "^2.0.3", | ||
"@ts-graphviz/common": "^2.1.2", | ||
"@ts-graphviz/core": "^2.0.3" | ||
}, | ||
@@ -60,0 +60,0 @@ "devDependencies": { |
<div align="center"> | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d6485f9858ed4b3e8ef76611a2896bc4)](https://app.codacy.com/gh/ts-graphviz/ts-graphviz?utm_source=github.com&utm_medium=referral&utm_content=ts-graphviz/ts-graphviz&utm_campaign=Badge_Grade_Settings) | ||
[![GitHub Action](https://github.com/kamiazya/ts-graphviz/workflows/NodeCI/badge.svg)](https://github.com/kamiazya/ts-graphviz/actions?workflow=NodeCI) | ||
[![npm version](https://badge.fury.io/js/ts-graphviz.svg)](https://badge.fury.io/js/ts-graphviz) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) | ||
[![GitHub Action](https://github.com/ts-graphviz/ts-graphviz/workflows/CI/badge.svg)](https://github.com/ts-graphviz/ts-graphviz/actions?workflow=CI) | ||
[![All Contributors](https://img.shields.io/github/all-contributors/ts-graphviz/ts-graphviz?color=orange)](#contributors-) | ||
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8396/badge)](https://www.bestpractices.dev/projects/8396) | ||
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/ts-graphviz/ts-graphviz/badge)](https://scorecard.dev/viewer/?uri=github.com/ts-graphviz/ts-graphviz) | ||
[![Tidelift](https://tidelift.com/badges/package/npm/ts-graphviz?style=flat)](https://tidelift.com/subscription/pkg/npm-ts-graphviz?utm_source=npm-ts-graphviz&utm_medium=readme) | ||
[![npm version](https://badge.fury.io/js/ts-graphviz.svg)](https://badge.fury.io/js/ts-graphviz) | ||
![node version](https://img.shields.io/node/v/ts-graphviz) | ||
[![deno version](https://img.shields.io/badge/deno-^1.28.0-black?logo=deno)](https://github.com/denoland/deno) | ||
![npm](https://img.shields.io/npm/dm/ts-graphviz) | ||
[![All Contributors](https://img.shields.io/github/all-contributors/ts-graphviz/ts-graphviz?color=orange)](#contributors) | ||
[![Tidelift](https://tidelift.com/badges/package/npm/ts-graphviz?style=flat)](https://tidelift.com/subscription/pkg/npm-ts-graphviz?utm_source=npm-ts-graphviz&utm_medium=readme) | ||
@@ -25,4 +27,6 @@ # ts-graphviz | ||
[![Refarence](https://img.shields.io/badge/-Refarence-3178C6?logo=TypeScript&style=flat&logoColor=fff)](https://ts-graphviz.github.io/ts-graphviz/) | ||
[![Suponser](https://img.shields.io/badge/-Suponser-fff?logo=GitHub%20Sponsors&style=flat)](https://github.com/sponsors/kamiazya) | ||
[![Sponsor](https://img.shields.io/badge/-GitHub%20Sponsor-fff?logo=GitHub%20Sponsors&style=flat)](https://github.com/sponsors/ts-graphviz) | ||
[![OpenCollective](https://img.shields.io/badge/-OpenCollective-7FADF2?logo=opencollective&style=flat&logoColor=white)](https://opencollective.com/ts-graphviz) | ||
[![format: Biome](https://img.shields.io/badge/format%20with-Biome-F7B911?logo=biome&style=flat)](https://biomejs.dev/) | ||
@@ -685,8 +689,12 @@ [![test: Vitest](https://img.shields.io/badge/tested%20with-Vitest-6E9F18?logo=vitest&style=flat)](https://vitest.dev/) | ||
Please support [ts-graphviz](https://github.com/sponsors/ts-graphviz). | ||
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor](https://opencollective.com/ts-graphviz) | ||
Our goal for ts-graphviz is to attract 10 sponsors who can provide ongoing support to help cover development and maintenance costs, | ||
and help us continue expanding and improving the library. By achieving this goal, we can ensure that ts-graphviz remains a valuable resource | ||
for developers who need to analyze and visualize complex graph structures, while also fostering a strong and supportive community of users and sponsors. | ||
![OpenCollective Sponsors](https://opencollective.com/ts-graphviz/sponsors.svg) | ||
Thank you to all our backers! 🙏 [Become a backer](https://opencollective.com/ts-graphviz) | ||
![OpenCollective Backers](https://opencollective.com/ts-graphviz/backer.svg) | ||
Please support ts-graphviz on [Open Collective](https://opencollective.com/ts-graphviz) or [GitHub Sponsors](https://github.com/sponsors/ts-graphviz). | ||
> **Note** Even just a dollar is enough motivation to develop 😊 | ||
@@ -693,0 +701,0 @@ |
71626
712
+ Added@ts-graphviz/adapter@2.0.6(transitive)
+ Added@ts-graphviz/ast@2.0.6(transitive)
+ Added@ts-graphviz/common@2.1.5(transitive)
+ Added@ts-graphviz/core@2.0.6(transitive)
- Removed@ts-graphviz/adapter@0.0.0-pr956-20240225163634(transitive)
- Removed@ts-graphviz/ast@0.0.0-pr956-20240225163634(transitive)
- Removed@ts-graphviz/common@0.0.0-pr956-20240225163634(transitive)
- Removed@ts-graphviz/core@0.0.0-pr956-20240225163634(transitive)
Updated@ts-graphviz/adapter@^2.0.3
Updated@ts-graphviz/ast@^2.0.3
Updated@ts-graphviz/common@^2.1.2
Updated@ts-graphviz/core@^2.0.3