@ts-graphviz/adapter 3.0.5-next-11f7126347816f64f7892c8608b5e3bf1a826670 → 3.0.5-next-9296372cefd7dcf81ff8d3d827bb124ac56849ec
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 +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @ts-graphviz/adapter
|
|
2
2
|
|
|
3
|
-
## 3.0.5-next-
|
|
3
|
+
## 3.0.5-next-9296372cefd7dcf81ff8d3d827bb124ac56849ec
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [#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
|
|
8
8
|
|
|
9
9
|
- Updated dependencies [[`dc3ef34`](https://github.com/ts-graphviz/ts-graphviz/commit/dc3ef34316f5642c416711cb6a50704dbef7bb64)]:
|
|
10
|
-
- @ts-graphviz/common@3.0.4-next-
|
|
10
|
+
- @ts-graphviz/common@3.0.4-next-9296372cefd7dcf81ff8d3d827bb124ac56849ec
|
|
11
11
|
|
|
12
12
|
## 3.0.4
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ts-graphviz/adapter",
|
|
3
|
-
"version": "3.0.5-next-
|
|
3
|
+
"version": "3.0.5-next-9296372cefd7dcf81ff8d3d827bb124ac56849ec",
|
|
4
4
|
"description": "Graphviz Runtime adapters for Cross Platform",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"graphviz",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"./package.json": "./package.json"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@ts-graphviz/common": "^3.0.4-next-
|
|
49
|
+
"@ts-graphviz/common": "^3.0.4-next-9296372cefd7dcf81ff8d3d827bb124ac56849ec"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "^22.15.30",
|