@thi.ng/rstream 8.2.3 → 8.2.5

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-10-23T07:37:37Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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
@@ -213,11 +213,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 5.86 KB
213
213
 
214
214
  ## Usage examples
215
215
 
216
- Several demos in this repo's
216
+ Several projects in this repo's
217
217
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
218
- directory are using this package.
219
-
220
- A selection:
218
+ directory are using this package:
221
219
 
222
220
  | Screenshot | Description | Live demo | Source |
223
221
  |:-------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "8.2.3",
3
+ "version": "8.2.5",
4
4
  "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,13 +39,13 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@thi.ng/api": "^8.9.6",
42
- "@thi.ng/arrays": "^2.6.5",
43
- "@thi.ng/associative": "^6.3.14",
44
- "@thi.ng/atom": "^5.2.11",
42
+ "@thi.ng/arrays": "^2.7.1",
43
+ "@thi.ng/associative": "^6.3.16",
44
+ "@thi.ng/atom": "^5.2.12",
45
45
  "@thi.ng/checks": "^3.4.6",
46
46
  "@thi.ng/errors": "^2.4.0",
47
47
  "@thi.ng/logger": "^1.4.22",
48
- "@thi.ng/transducers": "^8.8.5"
48
+ "@thi.ng/transducers": "^8.8.7"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.38.0",
@@ -214,5 +214,5 @@
214
214
  ],
215
215
  "year": 2017
216
216
  },
217
- "gitHead": "fc6e14052ed24bf9196896980ceb9f398b6ea6c1\n"
217
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
218
218
  }