@thi.ng/dot 2.1.129 → 2.1.131
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/README.md +15 -14
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
|
-
<!-- Please see: https://
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/dot)
|
|
6
6
|

|
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
10
|
> This is one of 214 standalone projects, maintained as part
|
|
11
|
-
> of the [@thi.ng/umbrella](https://
|
|
11
|
+
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
14
|
-
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
-
>
|
|
14
|
+
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
+
> me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
|
|
16
|
+
> Thank you! ❤️
|
|
16
17
|
|
|
17
18
|
- [About](#about)
|
|
18
19
|
- [Status](#status)
|
|
@@ -29,9 +30,9 @@
|
|
|
29
30
|
objects and serialization to DOT format.
|
|
30
31
|
|
|
31
32
|
Provides several
|
|
32
|
-
[interfaces](https://
|
|
33
|
+
[interfaces](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/dot/src/api.ts)
|
|
33
34
|
covering a large subset of GraphViz options and
|
|
34
|
-
[functions](https://
|
|
35
|
+
[functions](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/dot/src/serialize.ts)
|
|
35
36
|
to serialize whole graphs (incl. subgraphs), nodes or edges. Supports
|
|
36
37
|
both directed and undirected graphs.
|
|
37
38
|
|
|
@@ -43,12 +44,12 @@ details.
|
|
|
43
44
|
|
|
44
45
|
**BETA** - possibly breaking changes forthcoming
|
|
45
46
|
|
|
46
|
-
[Search or submit any issues for this package](https://
|
|
47
|
+
[Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bdot%5D)
|
|
47
48
|
|
|
48
49
|
## Related packages
|
|
49
50
|
|
|
50
|
-
- [@thi.ng/adjacency](https://
|
|
51
|
-
- [@thi.ng/dgraph](https://
|
|
51
|
+
- [@thi.ng/adjacency](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/adjacency) - Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs
|
|
52
|
+
- [@thi.ng/dgraph](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/dgraph) - Type-agnostic directed acyclic graph (DAG) & graph operations
|
|
52
53
|
|
|
53
54
|
## Installation
|
|
54
55
|
|
|
@@ -80,8 +81,8 @@ Package sizes (brotli'd, pre-treeshake): ESM: 671 bytes
|
|
|
80
81
|
|
|
81
82
|
## Dependencies
|
|
82
83
|
|
|
83
|
-
- [@thi.ng/api](https://
|
|
84
|
-
- [@thi.ng/checks](https://
|
|
84
|
+
- [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
|
|
85
|
+
- [@thi.ng/checks](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/checks)
|
|
85
86
|
|
|
86
87
|
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
87
88
|
|
|
@@ -89,10 +90,10 @@ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
|
89
90
|
|
|
90
91
|
[Generated API docs](https://docs.thi.ng/umbrella/dot/)
|
|
91
92
|
|
|
92
|
-

|
|
93
94
|
|
|
94
95
|
The source code of this example is also available in
|
|
95
|
-
[/test/example.ts](https://
|
|
96
|
+
[/test/example.ts](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/dot/test/example.ts).
|
|
96
97
|
|
|
97
98
|
```ts
|
|
98
99
|
import { serializeGraph } from "@thi.ng/dot";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/dot",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.131",
|
|
4
4
|
"description": "Graphviz document abstraction & serialization to DOT format",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://
|
|
11
|
+
"url": "git+https://codeberg.org/thi.ng/umbrella.git",
|
|
12
12
|
"directory": "packages/dot"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://thi.ng/dot",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/checks": "^3.8.
|
|
43
|
+
"@thi.ng/api": "^8.12.18",
|
|
44
|
+
"@thi.ng/checks": "^3.8.8"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"esbuild": "^0.27.2",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"tag": "graphviz",
|
|
89
89
|
"year": 2018
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
|
|
92
92
|
}
|