@thi.ng/rstream-graph 4.1.152 → 4.1.154

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/CHANGELOG.md +1 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-11-24T18:15:48Z
3
+ - **Last updated**: 2024-12-12T10:11:58Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-graph",
3
- "version": "4.1.152",
3
+ "version": "4.1.154",
4
4
  "description": "Declarative dataflow graph construction for @thi.ng/rstream",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,19 +36,19 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.13",
40
- "@thi.ng/atom": "^5.3.13",
41
- "@thi.ng/checks": "^3.6.15",
42
- "@thi.ng/errors": "^2.5.19",
43
- "@thi.ng/paths": "^5.1.93",
44
- "@thi.ng/resolve-map": "^7.1.86",
45
- "@thi.ng/rstream": "^9.1.0",
46
- "@thi.ng/transducers": "^9.2.9"
39
+ "@thi.ng/api": "^8.11.14",
40
+ "@thi.ng/atom": "^5.3.14",
41
+ "@thi.ng/checks": "^3.6.16",
42
+ "@thi.ng/errors": "^2.5.20",
43
+ "@thi.ng/paths": "^5.1.94",
44
+ "@thi.ng/resolve-map": "^7.1.87",
45
+ "@thi.ng/rstream": "^9.2.1",
46
+ "@thi.ng/transducers": "^9.2.10"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.48.0",
50
50
  "esbuild": "^0.24.0",
51
- "typedoc": "^0.26.11",
51
+ "typedoc": "^0.27.4",
52
52
  "typescript": "^5.7.2"
53
53
  },
54
54
  "keywords": [
@@ -102,5 +102,5 @@
102
102
  ],
103
103
  "year": 2018
104
104
  },
105
- "gitHead": "7f97d3a454bb605afabf785af1736cb155ecced4\n"
105
+ "gitHead": "34ac95538d96f046090fef5fd3a1dc36d54663d5\n"
106
106
  }