ts-graphviz 1.8.2-dev.5d94edc16 → 1.8.2-dev.680a95ab5

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +10 -0
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  The MIT License (MIT)
3
3
 
4
- Copyright (c) 2019-2023 Yuki Yamazaki
4
+ Copyright (c) 2019-2024 Yuki Yamazaki
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -9,6 +9,7 @@
9
9
  [![deno version](https://img.shields.io/badge/deno-^1.28.0-black?logo=deno)](https://github.com/denoland/deno)
10
10
  ![npm](https://img.shields.io/npm/dm/ts-graphviz)
11
11
  [![All Contributors](https://img.shields.io/github/all-contributors/ts-graphviz/ts-graphviz?color=orange)](#contributors)
12
+ [![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)
12
13
 
13
14
  # ts-graphviz
14
15
 
@@ -661,6 +662,15 @@ for developers who need to analyze and visualize complex graph structures, while
661
662
 
662
663
  > **Note** Even just a dollar is enough motivation to develop 😊
663
664
 
665
+ ## ts-graphviz for Enterprise 🏢
666
+
667
+ Available as part of the Tidelift Subscription.
668
+
669
+ The maintainers of ts-graphviz and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open-source dependencies you use to build your applications.
670
+ Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use.
671
+
672
+ [Learn more](https://tidelift.com/subscription/pkg/npm-ts-graphviz?utm_source=npm-ts-graphviz&utm_medium=referral&utm_campaign=enterprise&utm_term=repo).
673
+
664
674
  ## License ⚖️
665
675
 
666
676
  This software is released under the MIT License, see [LICENSE](https://github.com/ts-graphviz/ts-graphviz/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-graphviz",
3
- "version": "1.8.2-dev.5d94edc16",
3
+ "version": "1.8.2-dev.680a95ab5",
4
4
  "author": "kamiazya <yuki@kamiazya.tech>",
5
5
  "description": "Graphviz library for TypeScript.",
6
6
  "homepage": "https://ts-graphviz.github.io/ts-graphviz/",