@thi.ng/dgraph-dot 2.1.93 → 2.1.95
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 +1 -1
- package/README.md +11 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
- [Status](#status)
|
|
20
20
|
- [Installation](#installation)
|
|
21
21
|
- [Dependencies](#dependencies)
|
|
22
|
+
- [Usage examples](#usage-examples)
|
|
22
23
|
- [API](#api)
|
|
23
24
|
- [Authors](#authors)
|
|
24
25
|
- [License](#license)
|
|
@@ -69,6 +70,16 @@ Package sizes (brotli'd, pre-treeshake): ESM: 228 bytes
|
|
|
69
70
|
- [@thi.ng/dgraph](https://github.com/thi-ng/umbrella/tree/develop/packages/dgraph)
|
|
70
71
|
- [@thi.ng/dot](https://github.com/thi-ng/umbrella/tree/develop/packages/dot)
|
|
71
72
|
|
|
73
|
+
## Usage examples
|
|
74
|
+
|
|
75
|
+
One project in this repo's
|
|
76
|
+
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
77
|
+
directory is using this package:
|
|
78
|
+
|
|
79
|
+
| Screenshot | Description | Live demo | Source |
|
|
80
|
+
|:--------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------|
|
|
81
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-system-bus.png" width="240"/> | Declarative component-based system with central rstream-based pubsub event bus | [Demo](https://demo.thi.ng/umbrella/rstream-system-bus/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-system-bus) |
|
|
82
|
+
|
|
72
83
|
## API
|
|
73
84
|
|
|
74
85
|
[Generated API docs](https://docs.thi.ng/umbrella/dgraph-dot/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/dgraph-dot",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.95",
|
|
4
4
|
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"test": "bun test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.9.
|
|
39
|
-
"@thi.ng/dgraph": "^2.1.
|
|
40
|
-
"@thi.ng/dot": "^2.1.
|
|
38
|
+
"@thi.ng/api": "^8.9.22",
|
|
39
|
+
"@thi.ng/dgraph": "^2.1.94",
|
|
40
|
+
"@thi.ng/dot": "^2.1.60"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@microsoft/api-extractor": "^7.39.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"parent": "@thi.ng/dgraph",
|
|
76
76
|
"year": 2020
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "ce8202c237a367c4038d41919a8acf75e1122507\n"
|
|
79
79
|
}
|