ts-graphviz 0.0.0-next-20240301121718 → 0.0.0-next-20240301134326

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 +10 -6
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ts-graphviz
2
2
 
3
- ## 0.0.0-next-20240301121718
3
+ ## 0.0.0-next-20240301134326
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -296,8 +296,12 @@
296
296
 
297
297
  ### Patch Changes
298
298
 
299
- - Updated dependencies [[`1e4f57a`](https://github.com/ts-graphviz/ts-graphviz/commit/1e4f57aee8a97fa79240c002ef4925b0fa6a0548)]:
300
- - @ts-graphviz/adapter@0.0.0-next-20240301121718
301
- - @ts-graphviz/common@0.0.0-next-20240301121718
302
- - @ts-graphviz/core@0.0.0-next-20240301121718
303
- - @ts-graphviz/ast@0.0.0-next-20240301121718
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
+ - [#970](https://github.com/ts-graphviz/ts-graphviz/pull/970) [`54f4565`](https://github.com/ts-graphviz/ts-graphviz/commit/54f45653d89640a16b6baa1a005e963b349fd2cd) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps-dev): bump @types/node from 20.11.20 to 20.11.24
302
+
303
+ - Updated dependencies [[`d579034`](https://github.com/ts-graphviz/ts-graphviz/commit/d579034d3b834eceafa4aa290c0e0d4fd74a5192), [`54f4565`](https://github.com/ts-graphviz/ts-graphviz/commit/54f45653d89640a16b6baa1a005e963b349fd2cd), [`1e4f57a`](https://github.com/ts-graphviz/ts-graphviz/commit/1e4f57aee8a97fa79240c002ef4925b0fa6a0548)]:
304
+ - @ts-graphviz/core@0.0.0-next-20240301134326
305
+ - @ts-graphviz/common@0.0.0-next-20240301134326
306
+ - @ts-graphviz/ast@0.0.0-next-20240301134326
307
+ - @ts-graphviz/adapter@0.0.0-next-20240301134326
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-graphviz",
3
- "version": "0.0.0-next-20240301121718",
3
+ "version": "0.0.0-next-20240301134326",
4
4
  "description": "Graphviz library for TypeScript",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -56,17 +56,17 @@
56
56
  "module": "./lib/ts-graphviz.js",
57
57
  "types": "lib/ts-graphviz.d.ts",
58
58
  "dependencies": {
59
- "@ts-graphviz/ast": "^0.0.0-next-20240301121718",
60
- "@ts-graphviz/adapter": "^0.0.0-next-20240301121718",
61
- "@ts-graphviz/common": "^0.0.0-next-20240301121718",
62
- "@ts-graphviz/core": "^0.0.0-next-20240301121718"
59
+ "@ts-graphviz/adapter": "^0.0.0-next-20240301134326",
60
+ "@ts-graphviz/ast": "^0.0.0-next-20240301134326",
61
+ "@ts-graphviz/common": "^0.0.0-next-20240301134326",
62
+ "@ts-graphviz/core": "^0.0.0-next-20240301134326"
63
63
  },
64
64
  "devDependencies": {
65
65
  "peggy": "^3.0.2",
66
66
  "ts-pegjs": "^4.2.1",
67
67
  "typescript": "^5.3.3",
68
68
  "vite": "^5.1.3",
69
- "vite-plugin-dts": "^3.7.2"
69
+ "vite-plugin-dts": "^3.7.3"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=18"