ts-graphviz 2.1.4-next-9608151b1325484dbd01d5c902e91555219cc3cb → 2.1.4-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c

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/CHANGELOG.md +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,15 @@
1
1
  # ts-graphviz
2
2
 
3
- ## 2.1.4-next-9608151b1325484dbd01d5c902e91555219cc3cb
3
+ ## 2.1.4-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c
4
4
 
5
5
  ### Patch Changes
6
6
 
7
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
8
 
9
+ - Updated dependencies [[`03bafa0`](https://github.com/ts-graphviz/ts-graphviz/commit/03bafa0e10b43807b5568df4ffba720752a0ac02)]:
10
+ - @ts-graphviz/ast@2.0.5-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c
11
+ - @ts-graphviz/core@2.0.5-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c
12
+
9
13
  ## 2.1.3
10
14
 
11
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-graphviz",
3
- "version": "2.1.4-next-9608151b1325484dbd01d5c902e91555219cc3cb",
3
+ "version": "2.1.4-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c",
4
4
  "description": "Graphviz library for TypeScript",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -51,10 +51,10 @@
51
51
  "module": "./lib/ts-graphviz.js",
52
52
  "types": "lib/ts-graphviz.d.ts",
53
53
  "dependencies": {
54
+ "@ts-graphviz/ast": "^2.0.5-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c",
54
55
  "@ts-graphviz/adapter": "^2.0.4",
55
- "@ts-graphviz/ast": "^2.0.4",
56
56
  "@ts-graphviz/common": "^2.1.3",
57
- "@ts-graphviz/core": "^2.0.4"
57
+ "@ts-graphviz/core": "^2.0.5-next-026e7d1a8f96034e4475bbc8626a8be8fa7b925c"
58
58
  },
59
59
  "devDependencies": {
60
60
  "typescript": "^5.4.5",