@ts-graphviz/ast 3.0.5-next-4296b4e0cf17f36cc385c2ce93ec7ec89bd4a73a → 3.0.5-next-67a316f1e0eac9561c00d9257b6777a079848834
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,6 +1,6 @@
|
|
|
1
1
|
# @ts-graphviz/ast
|
|
2
2
|
|
|
3
|
-
## 3.0.5-next-
|
|
3
|
+
## 3.0.5-next-67a316f1e0eac9561c00d9257b6777a079848834
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
- Follows industry best practices for comment sanitization
|
|
181
181
|
|
|
182
182
|
- Updated dependencies [[`dc3ef34`](https://github.com/ts-graphviz/ts-graphviz/commit/dc3ef34316f5642c416711cb6a50704dbef7bb64)]:
|
|
183
|
-
- @ts-graphviz/common@3.0.4-next-
|
|
183
|
+
- @ts-graphviz/common@3.0.4-next-67a316f1e0eac9561c00d9257b6777a079848834
|
|
184
184
|
|
|
185
185
|
## 3.0.4
|
|
186
186
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ts-graphviz/ast",
|
|
3
|
-
"version": "3.0.5-next-
|
|
3
|
+
"version": "3.0.5-next-67a316f1e0eac9561c00d9257b6777a079848834",
|
|
4
4
|
"description": "Graphviz AST(Abstract Syntax Tree) Utilities",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/ts-graphviz/ts-graphviz#readme",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"./package.json": "./package.json"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ts-graphviz/common": "^3.0.4-next-
|
|
36
|
+
"@ts-graphviz/common": "^3.0.4-next-67a316f1e0eac9561c00d9257b6777a079848834"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"peggy": "^5.0.6",
|