@ts-graphviz/adapter 0.0.0-next-20240301134107 → 0.0.0-next-20240309054314

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 +16 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,17 @@
1
1
  # @ts-graphviz/adapter
2
2
 
3
- ## 0.0.0-next-20240301134107
3
+ ## 0.0.0-next-20240309054314
4
+
5
+ ### Patch Changes
6
+
7
+ - [#980](https://github.com/ts-graphviz/ts-graphviz/pull/980) [`122336b`](https://github.com/ts-graphviz/ts-graphviz/commit/122336bede1033f73a2a94c82d499fda238f6b2e) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump ossf/scorecard-action from 2.1.2 to 2.3.1
8
+
9
+ - [#982](https://github.com/ts-graphviz/ts-graphviz/pull/982) [`c55f2d0`](https://github.com/ts-graphviz/ts-graphviz/commit/c55f2d0dfa851d318cc16a36499c69c0a34f1588) Thanks [@dependabot](https://github.com/apps/dependabot)! - build(deps): bump actions/checkout from 3.1.0 to 4.1.1
10
+
11
+ - Updated dependencies [[`122336b`](https://github.com/ts-graphviz/ts-graphviz/commit/122336bede1033f73a2a94c82d499fda238f6b2e), [`c55f2d0`](https://github.com/ts-graphviz/ts-graphviz/commit/c55f2d0dfa851d318cc16a36499c69c0a34f1588)]:
12
+ - @ts-graphviz/common@0.0.0-next-20240309054314
13
+
14
+ ## 2.0.0
4
15
 
5
16
  ### Major Changes
6
17
 
@@ -298,5 +309,7 @@
298
309
 
299
310
  - [#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
311
 
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
312
+ - [#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
313
+
314
+ - 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)]:
315
+ - @ts-graphviz/common@2.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-graphviz/adapter",
3
- "version": "0.0.0-next-20240301134107",
3
+ "version": "0.0.0-next-20240309054314",
4
4
  "description": "Graphviz Runtime adapters for Cross Platform",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -51,10 +51,10 @@
51
51
  "module": "./lib/node.js",
52
52
  "types": "./lib/node.d.ts",
53
53
  "dependencies": {
54
- "@ts-graphviz/common": "^0.0.0-next-20240301134107"
54
+ "@ts-graphviz/common": "^0.0.0-next-20240309054314"
55
55
  },
56
56
  "devDependencies": {
57
- "@types/node": "^20.2.1",
57
+ "@types/node": "^20.11.24",
58
58
  "typescript": "^5.3.3",
59
59
  "vite": "^5.1.3",
60
60
  "vite-plugin-dts": "^3.7.3"