@thi.ng/rstream-query 2.1.105 → 2.1.107

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-02-22T11:59:16Z
3
+ - **Last updated**: 2024-02-25T14:07:53Z
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/convert.d.ts CHANGED
@@ -15,6 +15,8 @@
15
15
  *
16
16
  * @example
17
17
  * ```ts
18
+ * import { asTriples } from "@thi.ng/rstream-query";
19
+ *
18
20
  * src = {
19
21
  * "@thi.ng/rstream-query": {
20
22
  * type: "project",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-query",
3
- "version": "2.1.105",
3
+ "version": "2.1.107",
4
4
  "description": "@thi.ng/rstream based triple store & reactive query engine",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,16 +35,16 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.25",
39
- "@thi.ng/associative": "^6.3.41",
38
+ "@thi.ng/api": "^8.9.26",
39
+ "@thi.ng/associative": "^6.3.43",
40
40
  "@thi.ng/checks": "^3.5.0",
41
41
  "@thi.ng/equiv": "^2.1.49",
42
42
  "@thi.ng/errors": "^2.4.18",
43
- "@thi.ng/logger": "^3.0.2",
44
- "@thi.ng/math": "^5.10.2",
45
- "@thi.ng/rstream": "^8.3.6",
46
- "@thi.ng/rstream-dot": "^3.0.55",
47
- "@thi.ng/transducers": "^8.9.5"
43
+ "@thi.ng/logger": "^3.0.3",
44
+ "@thi.ng/math": "^5.10.3",
45
+ "@thi.ng/rstream": "^8.3.8",
46
+ "@thi.ng/rstream-dot": "^3.0.57",
47
+ "@thi.ng/transducers": "^8.9.7"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.40.1",
@@ -108,5 +108,5 @@
108
108
  "parent": "@thi.ng/rstream",
109
109
  "year": 2018
110
110
  },
111
- "gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n"
111
+ "gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n"
112
112
  }