@ts-graphviz/ast 3.0.5-next-67a316f1e0eac9561c00d9257b6777a079848834 → 3.0.6-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 +11 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @ts-graphviz/ast
2
2
 
3
- ## 3.0.5-next-67a316f1e0eac9561c00d9257b6777a079848834
3
+ ## 3.0.6-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/common@3.0.5-next-984b47df8049ab0ec23269df464c7b7bbdeb9525
11
+
12
+ ## 3.0.5
4
13
 
5
14
  ### Patch Changes
6
15
 
@@ -180,7 +189,7 @@
180
189
  - Follows industry best practices for comment sanitization
181
190
 
182
191
  - Updated dependencies [[`dc3ef34`](https://github.com/ts-graphviz/ts-graphviz/commit/dc3ef34316f5642c416711cb6a50704dbef7bb64)]:
183
- - @ts-graphviz/common@3.0.4-next-67a316f1e0eac9561c00d9257b6777a079848834
192
+ - @ts-graphviz/common@3.0.4
184
193
 
185
194
  ## 3.0.4
186
195
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-graphviz/ast",
3
- "version": "3.0.5-next-67a316f1e0eac9561c00d9257b6777a079848834",
3
+ "version": "3.0.6-next-984b47df8049ab0ec23269df464c7b7bbdeb9525",
4
4
  "description": "Graphviz AST(Abstract Syntax Tree) Utilities",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/ts-graphviz/ts-graphviz#readme",
@@ -33,12 +33,12 @@
33
33
  "./package.json": "./package.json"
34
34
  },
35
35
  "dependencies": {
36
- "@ts-graphviz/common": "^3.0.4-next-67a316f1e0eac9561c00d9257b6777a079848834"
36
+ "@ts-graphviz/common": "^3.0.5-next-984b47df8049ab0ec23269df464c7b7bbdeb9525"
37
37
  },
38
38
  "devDependencies": {
39
39
  "peggy": "^5.0.6",
40
40
  "typescript": "^5.8.2",
41
- "vite": "^7.0.8",
41
+ "vite": "^7.2.2",
42
42
  "vite-plugin-dts": "^4.5.3"
43
43
  },
44
44
  "engines": {