@ts-graphviz/core 0.0.0-next-20240301112901 → 0.0.0-next-20240301113953

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,6 +1,6 @@
1
1
  # @ts-graphviz/core
2
2
 
3
- ## 0.0.0-next-20240301112901
3
+ ## 0.0.0-next-20240301113953
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -297,5 +297,5 @@
297
297
  ### Patch Changes
298
298
 
299
299
  - Updated dependencies [[`1e4f57a`](https://github.com/ts-graphviz/ts-graphviz/commit/1e4f57aee8a97fa79240c002ef4925b0fa6a0548)]:
300
- - @ts-graphviz/common@0.0.0-next-20240301112901
301
- - @ts-graphviz/ast@0.0.0-next-20240301112901
300
+ - @ts-graphviz/common@0.0.0-next-20240301113953
301
+ - @ts-graphviz/ast@0.0.0-next-20240301113953
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-graphviz/core",
3
- "version": "0.0.0-next-20240301112901",
3
+ "version": "0.0.0-next-20240301113953",
4
4
  "description": "Graphviz Models for Object-Oriented Programming",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -55,8 +55,8 @@
55
55
  "LICENSE"
56
56
  ],
57
57
  "dependencies": {
58
- "@ts-graphviz/ast": "^0.0.0-next-20240301112901",
59
- "@ts-graphviz/common": "^0.0.0-next-20240301112901"
58
+ "@ts-graphviz/ast": "^0.0.0-next-20240301113953",
59
+ "@ts-graphviz/common": "^0.0.0-next-20240301113953"
60
60
  },
61
61
  "devDependencies": {
62
62
  "typescript": "^5.3.3",