@thi.ng/interceptors 3.2.21 → 3.2.23

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
@@ -164,11 +164,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 2.03 KB
164
164
 
165
165
  ## Usage examples
166
166
 
167
- Several demos in this repo's
167
+ Several projects in this repo's
168
168
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
169
- directory are using this package.
170
-
171
- A selection:
169
+ directory are using this package:
172
170
 
173
171
  | Screenshot | Description | Live demo | Source |
174
172
  |:---------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/interceptors",
3
- "version": "3.2.21",
3
+ "version": "3.2.23",
4
4
  "description": "Interceptor based event bus, side effect & immutable state handling",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@thi.ng/api": "^8.9.6",
41
- "@thi.ng/atom": "^5.2.10",
41
+ "@thi.ng/atom": "^5.2.12",
42
42
  "@thi.ng/checks": "^3.4.6",
43
- "@thi.ng/errors": "^2.3.6",
43
+ "@thi.ng/errors": "^2.4.0",
44
44
  "@thi.ng/logger": "^1.4.22",
45
- "@thi.ng/paths": "^5.1.45"
45
+ "@thi.ng/paths": "^5.1.47"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.38.0",
@@ -94,5 +94,5 @@
94
94
  "status": "completed",
95
95
  "year": 2016
96
96
  },
97
- "gitHead": "8d46d9326a9f9b81d65e7e274446f5964f9942ac\n"
97
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
98
98
  }