@thi.ng/rstream 8.3.16 → 8.3.18

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-13T14:04:31Z
3
+ - **Last updated**: 2024-03-27T09:53:45Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "8.3.16",
3
+ "version": "8.3.18",
4
4
  "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,21 +40,21 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.9.30",
44
- "@thi.ng/arrays": "^2.8.11",
45
- "@thi.ng/associative": "^6.3.51",
46
- "@thi.ng/atom": "^5.2.40",
47
- "@thi.ng/checks": "^3.5.4",
48
- "@thi.ng/errors": "^2.5.1",
49
- "@thi.ng/logger": "^3.0.6",
50
- "@thi.ng/transducers": "^8.9.15"
43
+ "@thi.ng/api": "^8.9.31",
44
+ "@thi.ng/arrays": "^2.9.0",
45
+ "@thi.ng/associative": "^6.3.53",
46
+ "@thi.ng/atom": "^5.2.41",
47
+ "@thi.ng/checks": "^3.5.5",
48
+ "@thi.ng/errors": "^2.5.2",
49
+ "@thi.ng/logger": "^3.0.7",
50
+ "@thi.ng/transducers": "^8.9.17"
51
51
  },
52
52
  "devDependencies": {
53
- "@microsoft/api-extractor": "^7.42.3",
54
- "esbuild": "^0.20.1",
53
+ "@microsoft/api-extractor": "^7.43.0",
54
+ "esbuild": "^0.20.2",
55
55
  "rimraf": "^5.0.5",
56
56
  "typedoc": "^0.25.12",
57
- "typescript": "^5.4.2"
57
+ "typescript": "^5.4.3"
58
58
  },
59
59
  "keywords": [
60
60
  "async",
@@ -215,5 +215,5 @@
215
215
  ],
216
216
  "year": 2017
217
217
  },
218
- "gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\n"
218
+ "gitHead": "db5f5a5d1b223a8e6b4999d67836678038fd3560\n"
219
219
  }