@thi.ng/rstream-query 2.1.68 → 2.1.70

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**: 2023-08-27T11:20:59Z
3
+ - **Last updated**: 2023-10-05T11:44:15Z
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
@@ -17,6 +17,7 @@ This project is part of the
17
17
  - [Dependencies](#dependencies)
18
18
  - [Usage examples](#usage-examples)
19
19
  - [API](#api)
20
+ - [Visualizing a query's dataflow topology](#visualizing-a-querys-dataflow-topology)
20
21
  - [Authors](#authors)
21
22
  - [License](#license)
22
23
 
@@ -207,6 +208,8 @@ addCity("paris", "france");
207
208
  // { answer: 'paris is located in france' } }
208
209
  ```
209
210
 
211
+ ### Visualizing a query's dataflow topology
212
+
210
213
  After setting up the above query and its internal transformations, the
211
214
  generated dataflow topology then looks as follows:
212
215
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-query",
3
- "version": "2.1.68",
3
+ "version": "2.1.70",
4
4
  "description": "@thi.ng/rstream based triple store & reactive query engine",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,15 +35,15 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/api": "^8.9.5",
38
- "@thi.ng/associative": "^6.3.6",
38
+ "@thi.ng/associative": "^6.3.8",
39
39
  "@thi.ng/checks": "^3.4.5",
40
40
  "@thi.ng/equiv": "^2.1.30",
41
41
  "@thi.ng/errors": "^2.3.5",
42
42
  "@thi.ng/logger": "^1.4.21",
43
43
  "@thi.ng/math": "^5.6.1",
44
- "@thi.ng/rstream": "^8.1.6",
45
- "@thi.ng/rstream-dot": "^3.0.18",
46
- "@thi.ng/transducers": "^8.7.0"
44
+ "@thi.ng/rstream": "^8.1.8",
45
+ "@thi.ng/rstream-dot": "^3.0.20",
46
+ "@thi.ng/transducers": "^8.7.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.36.4",
@@ -108,5 +108,5 @@
108
108
  "parent": "@thi.ng/rstream",
109
109
  "year": 2018
110
110
  },
111
- "gitHead": "b2ef5a1b8932d067af4ec2fc7da03d59d6868dc7\n"
111
+ "gitHead": "10d8b3725e96c5d704c759489a89f132892b181e\n"
112
112
  }