@thi.ng/dgraph-dot 2.1.43 → 2.1.45

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-14T13:27:19Z
3
+ - **Last updated**: 2023-03-27T19:05:49Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import type { Fn } from "@thi.ng/api";
2
2
  import type { DGraph } from "@thi.ng/dgraph";
3
- import { GraphAttribs, Node } from "@thi.ng/dot";
3
+ import { type GraphAttribs, type Node } from "@thi.ng/dot";
4
4
  export interface DGraphDotOpts<T> {
5
5
  /**
6
6
  * Graph visualization attributes. See
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { serializeGraph } from "@thi.ng/dot";
1
+ import { serializeGraph, } from "@thi.ng/dot";
2
2
  /**
3
3
  * Takes a [`DGraph`](https://docs.thi.ng/umbrella/dgraph/classes/DGraph.html)
4
4
  * and object of visualization & serialization options. Returns Graphviz DOT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dgraph-dot",
3
- "version": "2.1.43",
3
+ "version": "2.1.45",
4
4
  "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,17 +34,17 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.4",
38
- "@thi.ng/dgraph": "^2.1.43",
39
- "@thi.ng/dot": "^2.1.31"
37
+ "@thi.ng/api": "^8.7.5",
38
+ "@thi.ng/dgraph": "^2.1.45",
39
+ "@thi.ng/dot": "^2.1.32"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.34.4",
43
- "@thi.ng/testament": "^0.3.13",
44
- "rimraf": "^4.4.0",
43
+ "@thi.ng/testament": "^0.3.14",
44
+ "rimraf": "^4.4.1",
45
45
  "tools": "^0.0.1",
46
- "typedoc": "^0.23.26",
47
- "typescript": "^4.9.5"
46
+ "typedoc": "^0.23.28",
47
+ "typescript": "^5.0.2"
48
48
  },
49
49
  "keywords": [
50
50
  "2d",
@@ -75,5 +75,5 @@
75
75
  "parent": "@thi.ng/dgraph",
76
76
  "year": 2020
77
77
  },
78
- "gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
78
+ "gitHead": "83b15b34326d480cbca0472b20390d4d3bbb792a\n"
79
79
  }