@thi.ng/dot 2.1.130 → 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.
Files changed (2) hide show
  1. package/README.md +15 -14
  2. 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://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/dot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-dot.svg?a41a297b)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/dot](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-dot.svg?a41a297b)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/dot.svg)](https://www.npmjs.com/package/@thi.ng/dot)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/dot.svg)
@@ -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://github.com/thi-ng/umbrella/) monorepo
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 me on
15
- > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
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://github.com/thi-ng/umbrella/tree/develop/packages/dot/src/api.ts)
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://github.com/thi-ng/umbrella/tree/develop/packages/dot/src/serialize.ts)
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://github.com/thi-ng/umbrella/issues?q=%5Bdot%5D+in%3Atitle)
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://github.com/thi-ng/umbrella/tree/develop/packages/adjacency) - Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs
51
- - [@thi.ng/dgraph](https://github.com/thi-ng/umbrella/tree/develop/packages/dgraph) - Type-agnostic directed acyclic graph (DAG) & graph operations
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://github.com/thi-ng/umbrella/tree/develop/packages/api)
84
- - [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
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
- ![example graph](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/dot/dot-example.png)
93
+ ![example graph](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/dot/dot-example.png)
93
94
 
94
95
  The source code of this example is also available in
95
- [/test/example.ts](https://github.com/thi-ng/umbrella/tree/develop/packages/dot/test/example.ts).
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.130",
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://github.com/thi-ng/umbrella.git",
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.17",
44
- "@thi.ng/checks": "^3.8.7"
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": "1107498d31504dc63d1a457b5def387d7a134f69\n"
91
+ "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
92
92
  }