@thi.ng/rstream 9.3.9 → 9.3.11
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/README.md +2 -2
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 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
|
>
|
|
@@ -1009,4 +1009,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
1009
1009
|
|
|
1010
1010
|
## License
|
|
1011
1011
|
|
|
1012
|
-
© 2017 -
|
|
1012
|
+
© 2017 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.11",
|
|
4
4
|
"description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@thi.ng/api": "^8.12.
|
|
47
|
-
"@thi.ng/arrays": "^2.14.
|
|
48
|
-
"@thi.ng/associative": "^7.1.
|
|
49
|
-
"@thi.ng/atom": "^5.3.
|
|
50
|
-
"@thi.ng/checks": "^3.8.
|
|
51
|
-
"@thi.ng/errors": "^2.
|
|
52
|
-
"@thi.ng/logger": "^3.2.
|
|
53
|
-
"@thi.ng/transducers": "^9.6.
|
|
46
|
+
"@thi.ng/api": "^8.12.12",
|
|
47
|
+
"@thi.ng/arrays": "^2.14.5",
|
|
48
|
+
"@thi.ng/associative": "^7.1.24",
|
|
49
|
+
"@thi.ng/atom": "^5.3.53",
|
|
50
|
+
"@thi.ng/checks": "^3.8.2",
|
|
51
|
+
"@thi.ng/errors": "^2.6.1",
|
|
52
|
+
"@thi.ng/logger": "^3.2.11",
|
|
53
|
+
"@thi.ng/transducers": "^9.6.21"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/node": "^24.10.1",
|
|
@@ -222,5 +222,5 @@
|
|
|
222
222
|
],
|
|
223
223
|
"year": 2017
|
|
224
224
|
},
|
|
225
|
-
"gitHead": "
|
|
225
|
+
"gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
|
|
226
226
|
}
|