ts-graphviz 2.1.3 → 2.1.4-next-03bafa0e10b43807b5568df4ffba720752a0ac02

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # ts-graphviz
2
2
 
3
+ ## 2.1.4-next-03bafa0e10b43807b5568df4ffba720752a0ac02
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1205](https://github.com/ts-graphviz/ts-graphviz/pull/1205) [`9608151`](https://github.com/ts-graphviz/ts-graphviz/commit/9608151b1325484dbd01d5c902e91555219cc3cb) Thanks [@kamiazya](https://github.com/kamiazya)! - Update CI Badge URL
8
+
9
+ - Updated dependencies [[`03bafa0`](https://github.com/ts-graphviz/ts-graphviz/commit/03bafa0e10b43807b5568df4ffba720752a0ac02)]:
10
+ - @ts-graphviz/ast@2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02
11
+ - @ts-graphviz/core@2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02
12
+
3
13
  ## 2.1.3
4
14
 
5
15
  ### Patch Changes
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
4
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
5
- [![GitHub Action](https://github.com/ts-graphviz/ts-graphviz/workflows/CI/badge.svg)](https://github.com/ts-graphviz/ts-graphviz/actions?workflow=CI)
5
+ [![CI](https://github.com/ts-graphviz/ts-graphviz/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/ts-graphviz/ts-graphviz/actions/workflows/ci.yaml)
6
6
  [![All Contributors](https://img.shields.io/github/all-contributors/ts-graphviz/ts-graphviz?color=orange)](#contributors-)
7
7
 
8
8
  [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8396/badge)](https://www.bestpractices.dev/projects/8396)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-graphviz",
3
- "version": "2.1.3",
3
+ "version": "2.1.4-next-03bafa0e10b43807b5568df4ffba720752a0ac02",
4
4
  "description": "Graphviz library for TypeScript",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -52,9 +52,9 @@
52
52
  "types": "lib/ts-graphviz.d.ts",
53
53
  "dependencies": {
54
54
  "@ts-graphviz/adapter": "^2.0.4",
55
- "@ts-graphviz/ast": "^2.0.4",
55
+ "@ts-graphviz/ast": "^2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02",
56
56
  "@ts-graphviz/common": "^2.1.3",
57
- "@ts-graphviz/core": "^2.0.4"
57
+ "@ts-graphviz/core": "^2.0.5-next-03bafa0e10b43807b5568df4ffba720752a0ac02"
58
58
  },
59
59
  "devDependencies": {
60
60
  "typescript": "^5.4.5",