@thi.ng/rstream-graph 4.1.187 → 4.1.190

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-21T08:21:58Z
3
+ - **Last updated**: 2025-08-04T09:13:01Z
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
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 209 standalone projects, maintained as part
10
+ > This is one of 210 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-graph",
3
- "version": "4.1.187",
3
+ "version": "4.1.190",
4
4
  "description": "Declarative dataflow graph construction for @thi.ng/rstream",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,19 +39,19 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.32",
43
- "@thi.ng/atom": "^5.3.36",
44
- "@thi.ng/checks": "^3.7.12",
45
- "@thi.ng/errors": "^2.5.38",
46
- "@thi.ng/paths": "^5.2.15",
47
- "@thi.ng/resolve-map": "^7.1.108",
48
- "@thi.ng/rstream": "^9.2.34",
49
- "@thi.ng/transducers": "^9.6.3"
42
+ "@thi.ng/api": "^8.12.1",
43
+ "@thi.ng/atom": "^5.3.39",
44
+ "@thi.ng/checks": "^3.7.15",
45
+ "@thi.ng/errors": "^2.5.41",
46
+ "@thi.ng/paths": "^5.2.18",
47
+ "@thi.ng/resolve-map": "^7.1.111",
48
+ "@thi.ng/rstream": "^9.2.37",
49
+ "@thi.ng/transducers": "^9.6.6"
50
50
  },
51
51
  "devDependencies": {
52
52
  "esbuild": "^0.25.8",
53
- "typedoc": "^0.28.7",
54
- "typescript": "^5.8.3"
53
+ "typedoc": "^0.28.9",
54
+ "typescript": "^5.9.2"
55
55
  },
56
56
  "keywords": [
57
57
  "animation",
@@ -104,5 +104,5 @@
104
104
  ],
105
105
  "year": 2018
106
106
  },
107
- "gitHead": "11747c482773d3da03c8b7848b25a56251ccd759\n"
107
+ "gitHead": "0bcedf8d1dd4f30cd06bb2c668599628f2f0141e\n"
108
108
  }