@thi.ng/dgraph-dot 2.1.94 → 2.1.96

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**: 2024-01-30T21:37:19Z
3
+ - **Last updated**: 2024-02-10T08:59:56Z
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/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
  <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ > [!IMPORTANT]
4
+ > ‼️ Announcing the thi.ng user survey 2024 📋
5
+ >
6
+ > [Please participate in the survey here!](https://forms.gle/XacbSDEmQMPZg8197)\
7
+ > (open until end of February)
8
+ >
9
+ > **To achieve a better sample size, I'd highly appreciate if you could
10
+ > circulate the link to this survey in your own networks.**
11
+ >
12
+ > [Discussion](https://github.com/thi-ng/umbrella/discussions/447)
3
13
 
4
14
  # ![@thi.ng/dgraph-dot](https://media.thi.ng/umbrella/banners-20230807/thing-dgraph-dot.svg?f014a3fb)
5
15
 
@@ -19,6 +29,7 @@
19
29
  - [Status](#status)
20
30
  - [Installation](#installation)
21
31
  - [Dependencies](#dependencies)
32
+ - [Usage examples](#usage-examples)
22
33
  - [API](#api)
23
34
  - [Authors](#authors)
24
35
  - [License](#license)
@@ -69,6 +80,16 @@ Package sizes (brotli'd, pre-treeshake): ESM: 228 bytes
69
80
  - [@thi.ng/dgraph](https://github.com/thi-ng/umbrella/tree/develop/packages/dgraph)
70
81
  - [@thi.ng/dot](https://github.com/thi-ng/umbrella/tree/develop/packages/dot)
71
82
 
83
+ ## Usage examples
84
+
85
+ One project in this repo's
86
+ [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
87
+ directory is using this package:
88
+
89
+ | Screenshot | Description | Live demo | Source |
90
+ |:--------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------|
91
+ | <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) |
92
+
72
93
  ## API
73
94
 
74
95
  [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.94",
3
+ "version": "2.1.96",
4
4
  "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,15 +35,15 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.22",
39
- "@thi.ng/dgraph": "^2.1.93",
40
- "@thi.ng/dot": "^2.1.60"
38
+ "@thi.ng/api": "^8.9.23",
39
+ "@thi.ng/dgraph": "^2.1.95",
40
+ "@thi.ng/dot": "^2.1.61"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.39.0",
44
- "esbuild": "^0.19.10",
43
+ "@microsoft/api-extractor": "^7.40.1",
44
+ "esbuild": "^0.20.0",
45
45
  "rimraf": "^5.0.5",
46
- "typedoc": "^0.25.4",
46
+ "typedoc": "^0.25.7",
47
47
  "typescript": "^5.3.3"
48
48
  },
49
49
  "keywords": [
@@ -75,5 +75,5 @@
75
75
  "parent": "@thi.ng/dgraph",
76
76
  "year": 2020
77
77
  },
78
- "gitHead": "a86521dfac00768f7e51a607209325eb72004730\n"
78
+ "gitHead": "e5e7d5c6ed2eadee7a91d59cbd0c86ce880ab1c5\n"
79
79
  }