@thi.ng/rstream 7.2.34 → 7.2.35

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-22T21:47:07Z
3
+ - **Last updated**: 2023-01-10T15:20:19Z
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
@@ -890,4 +890,4 @@ If this project contributes to an academic publication, please cite it as:
890
890
 
891
891
  ## License
892
892
 
893
- © 2017 - 2022 Karsten Schmidt // Apache License 2.0
893
+ © 2017 - 2023 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "7.2.34",
3
+ "version": "7.2.35",
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.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"
41
+ "@thi.ng/api": "^8.6.3",
42
+ "@thi.ng/arrays": "^2.5.1",
43
+ "@thi.ng/associative": "^6.2.23",
44
+ "@thi.ng/atom": "^5.1.28",
45
+ "@thi.ng/checks": "^3.3.7",
46
+ "@thi.ng/errors": "^2.2.8",
47
+ "@thi.ng/logger": "^1.4.7",
48
+ "@thi.ng/transducers": "^8.3.30"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.33.7",
52
- "@thi.ng/testament": "^0.3.8",
52
+ "@thi.ng/testament": "^0.3.9",
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": "28bb74c67217a352d673b6efdab234921d4a370e\n"
208
+ "gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
209
209
  }