@thi.ng/rstream-dot 3.0.148 → 3.0.153

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/package.json +92 -92
  2. package/CHANGELOG.md +0 -44
package/package.json CHANGED
@@ -1,93 +1,93 @@
1
1
  {
2
- "name": "@thi.ng/rstream-dot",
3
- "version": "3.0.148",
4
- "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/rstream-dot",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/rstream": "^9.2.43",
43
- "@thi.ng/strings": "^3.9.22",
44
- "@thi.ng/transducers": "^9.6.10"
45
- },
46
- "devDependencies": {
47
- "esbuild": "^0.25.9",
48
- "typedoc": "^0.28.12",
49
- "typescript": "^5.9.2"
50
- },
51
- "keywords": [
52
- "conversion",
53
- "dataflow",
54
- "fileformat",
55
- "graph",
56
- "graphviz",
57
- "reactive",
58
- "rstream",
59
- "stream",
60
- "topology",
61
- "typescript",
62
- "visualization"
63
- ],
64
- "publishConfig": {
65
- "access": "public"
66
- },
67
- "engines": {
68
- "node": ">=18"
69
- },
70
- "files": [
71
- "./*.js",
72
- "./*.d.ts"
73
- ],
74
- "exports": {
75
- ".": {
76
- "default": "./index.js"
77
- },
78
- "./api": {
79
- "default": "./api.js"
80
- }
81
- },
82
- "thi.ng": {
83
- "alias": "rsdot",
84
- "parent": "@thi.ng/rstream",
85
- "related": [
86
- "dgraph-dot",
87
- "dot"
88
- ],
89
- "tag": "triples",
90
- "year": 2018
91
- },
92
- "gitHead": "fbf4b46ba8a5ecff8c5423f4c2d158d208d20fc8\n"
93
- }
2
+ "name": "@thi.ng/rstream-dot",
3
+ "version": "3.0.153",
4
+ "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/rstream-dot",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/rstream": "^9.3.4",
43
+ "@thi.ng/strings": "^3.9.27",
44
+ "@thi.ng/transducers": "^9.6.15"
45
+ },
46
+ "devDependencies": {
47
+ "esbuild": "^0.25.11",
48
+ "typedoc": "^0.28.14",
49
+ "typescript": "^5.9.3"
50
+ },
51
+ "keywords": [
52
+ "conversion",
53
+ "dataflow",
54
+ "fileformat",
55
+ "graph",
56
+ "graphviz",
57
+ "reactive",
58
+ "rstream",
59
+ "stream",
60
+ "topology",
61
+ "typescript",
62
+ "visualization"
63
+ ],
64
+ "publishConfig": {
65
+ "access": "public"
66
+ },
67
+ "engines": {
68
+ "node": ">=18"
69
+ },
70
+ "files": [
71
+ "./*.js",
72
+ "./*.d.ts"
73
+ ],
74
+ "exports": {
75
+ ".": {
76
+ "default": "./index.js"
77
+ },
78
+ "./api": {
79
+ "default": "./api.js"
80
+ }
81
+ },
82
+ "thi.ng": {
83
+ "alias": "rsdot",
84
+ "parent": "@thi.ng/rstream",
85
+ "related": [
86
+ "dgraph-dot",
87
+ "dot"
88
+ ],
89
+ "tag": "triples",
90
+ "year": 2018
91
+ },
92
+ "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
93
+ }
package/CHANGELOG.md DELETED
@@ -1,44 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-25T11:10:32Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ### [3.0.77](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@3.0.77) (2024-06-21)
15
-
16
- #### ♻️ Refactoring
17
-
18
- - enforce uniform naming convention of internal functions ([56992b2](https://github.com/thi-ng/umbrella/commit/56992b2))
19
-
20
- ### [3.0.65](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@3.0.65) (2024-03-18)
21
-
22
- #### ♻️ Refactoring
23
-
24
- - minor update ([ecbab8f](https://github.com/thi-ng/umbrella/commit/ecbab8f))
25
-
26
- ### [3.0.31](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@3.0.31) (2023-11-09)
27
-
28
- #### ♻️ Refactoring
29
-
30
- - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
31
-
32
- # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-dot@3.0.0) (2023-04-08)
33
-
34
- #### 🛑 Breaking changes
35
-
36
- - add serialize() ([f3bb5ab](https://github.com/thi-ng/umbrella/commit/f3bb5ab))
37
- - BREAKING CHANGE: rename walk() => traverse()
38
- - add serialize() function
39
- - rename WalkState => TraversalState
40
- - update default rank direction from TB => LR
41
-
42
- #### 🩹 Bug fixes
43
-
44
- - update descendants collection ([fdd1ad2](https://github.com/thi-ng/umbrella/commit/fdd1ad2))