@ts-graphviz/core 3.0.7-next-984b47df8049ab0ec23269df464c7b7bbdeb9525 → 3.0.7-next-cf506102146d4141e9d6b82af57210dda2ec8573

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @ts-graphviz/core
2
2
 
3
- ## 3.0.7-next-984b47df8049ab0ec23269df464c7b7bbdeb9525
3
+ ## 3.0.7-next-cf506102146d4141e9d6b82af57210dda2ec8573
4
4
 
5
5
  ### Patch Changes
6
6
 
7
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
8
 
9
9
  - Updated dependencies [[`6d9cfc8`](https://github.com/ts-graphviz/ts-graphviz/commit/6d9cfc8b78a4fab6d8bffff79802c144084e75c8)]:
10
- - @ts-graphviz/ast@3.0.6-next-984b47df8049ab0ec23269df464c7b7bbdeb9525
11
- - @ts-graphviz/common@3.0.5-next-984b47df8049ab0ec23269df464c7b7bbdeb9525
10
+ - @ts-graphviz/ast@3.0.6-next-cf506102146d4141e9d6b82af57210dda2ec8573
11
+ - @ts-graphviz/common@3.0.5-next-cf506102146d4141e9d6b82af57210dda2ec8573
12
12
 
13
13
  ## 3.0.6
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-graphviz/core",
3
- "version": "3.0.7-next-984b47df8049ab0ec23269df464c7b7bbdeb9525",
3
+ "version": "3.0.7-next-cf506102146d4141e9d6b82af57210dda2ec8573",
4
4
  "description": "Graphviz Models for Object-Oriented Programming",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -39,8 +39,8 @@
39
39
  "./package.json": "./package.json"
40
40
  },
41
41
  "dependencies": {
42
- "@ts-graphviz/ast": "^3.0.6-next-984b47df8049ab0ec23269df464c7b7bbdeb9525",
43
- "@ts-graphviz/common": "^3.0.5-next-984b47df8049ab0ec23269df464c7b7bbdeb9525"
42
+ "@ts-graphviz/ast": "^3.0.6-next-cf506102146d4141e9d6b82af57210dda2ec8573",
43
+ "@ts-graphviz/common": "^3.0.5-next-cf506102146d4141e9d6b82af57210dda2ec8573"
44
44
  },
45
45
  "devDependencies": {
46
46
  "typescript": "^5.8.2",