@ts-graphviz/ast 0.0.0-next-20240301121530 → 0.0.0-next-20240301134107
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 +5 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ts-graphviz/ast
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-20240301134107
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
@@ -296,5 +296,7 @@
|
|
|
296
296
|
|
|
297
297
|
### Patch Changes
|
|
298
298
|
|
|
299
|
-
-
|
|
300
|
-
|
|
299
|
+
- [#966](https://github.com/ts-graphviz/ts-graphviz/pull/966) [`d579034`](https://github.com/ts-graphviz/ts-graphviz/commit/d579034d3b834eceafa4aa290c0e0d4fd74a5192) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump vite-plugin-dts from 3.7.2 to 3.7.3
|
|
300
|
+
|
|
301
|
+
- Updated dependencies [[`d579034`](https://github.com/ts-graphviz/ts-graphviz/commit/d579034d3b834eceafa4aa290c0e0d4fd74a5192), [`1e4f57a`](https://github.com/ts-graphviz/ts-graphviz/commit/1e4f57aee8a97fa79240c002ef4925b0fa6a0548)]:
|
|
302
|
+
- @ts-graphviz/common@0.0.0-next-20240301134107
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ts-graphviz/ast",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20240301134107",
|
|
4
4
|
"description": "Graphviz AST(Abstract Syntax Tree) Utilities",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/ts-graphviz/ts-graphviz#readme",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"module": "lib/ast.js",
|
|
43
43
|
"types": "lib/ast.d.ts",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@ts-graphviz/common": "^0.0.0-next-
|
|
45
|
+
"@ts-graphviz/common": "^0.0.0-next-20240301134107"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"peggy": "^3.0.2",
|
|
49
49
|
"ts-pegjs": "^4.2.1",
|
|
50
50
|
"typescript": "^5.3.3",
|
|
51
51
|
"vite": "^5.1.3",
|
|
52
|
-
"vite-plugin-dts": "^3.7.
|
|
52
|
+
"vite-plugin-dts": "^3.7.3"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=18"
|