@thi.ng/rstream 7.2.32 → 7.2.34

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-20T16:33:11Z
3
+ - **Last updated**: 2022-12-22T21:47:07Z
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
@@ -45,7 +45,7 @@ This project is part of the
45
45
 
46
46
  ## About
47
47
 
48
- Reactive streams & subscription primitives for constructing dataflow graphs / pipelines
48
+ Reactive streams & subscription primitives for constructing dataflow graphs / pipelines.
49
49
 
50
50
  This library provides & uses three key building blocks for reactive
51
51
  programming:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "7.2.32",
3
+ "version": "7.2.34",
4
4
  "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,18 +38,18 @@
38
38
  "test": "testament test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.6.1",
42
- "@thi.ng/arrays": "^2.4.6",
43
- "@thi.ng/associative": "^6.2.20",
44
- "@thi.ng/atom": "^5.1.26",
45
- "@thi.ng/checks": "^3.3.5",
46
- "@thi.ng/errors": "^2.2.6",
47
- "@thi.ng/logger": "^1.4.5",
48
- "@thi.ng/transducers": "^8.3.27"
41
+ "@thi.ng/api": "^8.6.2",
42
+ "@thi.ng/arrays": "^2.5.0",
43
+ "@thi.ng/associative": "^6.2.22",
44
+ "@thi.ng/atom": "^5.1.27",
45
+ "@thi.ng/checks": "^3.3.6",
46
+ "@thi.ng/errors": "^2.2.7",
47
+ "@thi.ng/logger": "^1.4.6",
48
+ "@thi.ng/transducers": "^8.3.29"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.33.7",
52
- "@thi.ng/testament": "^0.3.7",
52
+ "@thi.ng/testament": "^0.3.8",
53
53
  "rimraf": "^3.0.2",
54
54
  "tools": "^0.0.1",
55
55
  "typedoc": "^0.23.22",
@@ -205,5 +205,5 @@
205
205
  ],
206
206
  "year": 2017
207
207
  },
208
- "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
208
+ "gitHead": "28bb74c67217a352d673b6efdab234921d4a370e\n"
209
209
  }