ts-graphviz 3.0.6-next-67a316f1e0eac9561c00d9257b6777a079848834 → 3.0.7-next-984b47df8049ab0ec23269df464c7b7bbdeb9525

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 +17 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # ts-graphviz
2
2
 
3
- ## 3.0.6-next-67a316f1e0eac9561c00d9257b6777a079848834
3
+ ## 3.0.7-next-984b47df8049ab0ec23269df464c7b7bbdeb9525
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1539](https://github.com/ts-graphviz/ts-graphviz/pull/1539) [`6d9cfc8`](https://github.com/ts-graphviz/ts-graphviz/commit/6d9cfc8b78a4fab6d8bffff79802c144084e75c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump vite from 7.0.8 to 7.1.12
8
+
9
+ - Updated dependencies [[`6d9cfc8`](https://github.com/ts-graphviz/ts-graphviz/commit/6d9cfc8b78a4fab6d8bffff79802c144084e75c8)]:
10
+ - @ts-graphviz/adapter@3.0.6-next-984b47df8049ab0ec23269df464c7b7bbdeb9525
11
+ - @ts-graphviz/ast@3.0.6-next-984b47df8049ab0ec23269df464c7b7bbdeb9525
12
+ - @ts-graphviz/common@3.0.5-next-984b47df8049ab0ec23269df464c7b7bbdeb9525
13
+ - @ts-graphviz/core@3.0.7-next-984b47df8049ab0ec23269df464c7b7bbdeb9525
14
+
15
+ ## 3.0.6
4
16
 
5
17
  ### Patch Changes
6
18
 
@@ -69,10 +81,10 @@
69
81
  - [#1532](https://github.com/ts-graphviz/ts-graphviz/pull/1532) [`dc3ef34`](https://github.com/ts-graphviz/ts-graphviz/commit/dc3ef34316f5642c416711cb6a50704dbef7bb64) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump vite from 7.0.2 to 7.0.8 in the npm_and_yarn group across 1 directory
70
82
 
71
83
  - Updated dependencies [[`4296b4e`](https://github.com/ts-graphviz/ts-graphviz/commit/4296b4e0cf17f36cc385c2ce93ec7ec89bd4a73a), [`ed770be`](https://github.com/ts-graphviz/ts-graphviz/commit/ed770be7fffc93b9171198c9a84270df7477185d), [`dc3ef34`](https://github.com/ts-graphviz/ts-graphviz/commit/dc3ef34316f5642c416711cb6a50704dbef7bb64), [`11f7126`](https://github.com/ts-graphviz/ts-graphviz/commit/11f7126347816f64f7892c8608b5e3bf1a826670)]:
72
- - @ts-graphviz/ast@3.0.5-next-67a316f1e0eac9561c00d9257b6777a079848834
73
- - @ts-graphviz/adapter@3.0.5-next-67a316f1e0eac9561c00d9257b6777a079848834
74
- - @ts-graphviz/common@3.0.4-next-67a316f1e0eac9561c00d9257b6777a079848834
75
- - @ts-graphviz/core@3.0.6-next-67a316f1e0eac9561c00d9257b6777a079848834
84
+ - @ts-graphviz/ast@3.0.5
85
+ - @ts-graphviz/adapter@3.0.5
86
+ - @ts-graphviz/common@3.0.4
87
+ - @ts-graphviz/core@3.0.6
76
88
 
77
89
  ## 3.0.5
78
90
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-graphviz",
3
- "version": "3.0.6-next-67a316f1e0eac9561c00d9257b6777a079848834",
3
+ "version": "3.0.7-next-984b47df8049ab0ec23269df464c7b7bbdeb9525",
4
4
  "description": "Graphviz library for TypeScript",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -45,14 +45,14 @@
45
45
  "./package.json": "./package.json"
46
46
  },
47
47
  "dependencies": {
48
- "@ts-graphviz/adapter": "^3.0.5-next-67a316f1e0eac9561c00d9257b6777a079848834",
49
- "@ts-graphviz/ast": "^3.0.5-next-67a316f1e0eac9561c00d9257b6777a079848834",
50
- "@ts-graphviz/common": "^3.0.4-next-67a316f1e0eac9561c00d9257b6777a079848834",
51
- "@ts-graphviz/core": "^3.0.6-next-67a316f1e0eac9561c00d9257b6777a079848834"
48
+ "@ts-graphviz/adapter": "^3.0.6-next-984b47df8049ab0ec23269df464c7b7bbdeb9525",
49
+ "@ts-graphviz/ast": "^3.0.6-next-984b47df8049ab0ec23269df464c7b7bbdeb9525",
50
+ "@ts-graphviz/common": "^3.0.5-next-984b47df8049ab0ec23269df464c7b7bbdeb9525",
51
+ "@ts-graphviz/core": "^3.0.7-next-984b47df8049ab0ec23269df464c7b7bbdeb9525"
52
52
  },
53
53
  "devDependencies": {
54
54
  "typescript": "^5.8.2",
55
- "vite": "^7.0.8",
55
+ "vite": "^7.2.2",
56
56
  "vite-plugin-dts": "^4.5.3"
57
57
  },
58
58
  "engines": {