ts-graphviz 1.5.6-dev.29eb2444f → 1.5.6-dev.afd5830bd

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -650,9 +650,13 @@ See [CONTRIBUTING.md](https://github.com/ts-graphviz/ts-graphviz/blob/main/CONTR
650
650
 
651
651
  ### Financial Support 💸
652
652
 
653
- Please support core member [kamiazya](https://github.com/sponsors/kamiazya).
653
+ Please support [ts-graphviz](https://github.com/sponsors/ts-graphviz).
654
654
 
655
- > **Note** Even just a dollar is enough motivation for me to develop 😊
655
+ Our goal for ts-graphviz is to attract 10 sponsors who can provide ongoing support to help cover development and maintenance costs,
656
+ and help us continue expanding and improving the library. By achieving this goal, we can ensure that ts-graphviz remains a valuable resource
657
+ for developers who need to analyze and visualize complex graph structures, while also fostering a strong and supportive community of users and sponsors.
658
+
659
+ > **Note** Even just a dollar is enough motivation to develop 😊
656
660
 
657
661
  ## License ⚖️
658
662
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-graphviz",
3
- "version": "1.5.6-dev.29eb2444f",
3
+ "version": "1.5.6-dev.afd5830bd",
4
4
  "author": "kamiazya <yuki@kamiazya.tech>",
5
5
  "description": "Graphviz library for TypeScript.",
6
6
  "homepage": "https://ts-graphviz.github.io/ts-graphviz/",