@thi.ng/interceptors 3.2.22 → 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 +1 -1
- package/README.md +2 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
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
|
|
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.
|
|
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.
|
|
41
|
+
"@thi.ng/atom": "^5.2.12",
|
|
42
42
|
"@thi.ng/checks": "^3.4.6",
|
|
43
43
|
"@thi.ng/errors": "^2.4.0",
|
|
44
44
|
"@thi.ng/logger": "^1.4.22",
|
|
45
|
-
"@thi.ng/paths": "^5.1.
|
|
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": "
|
|
97
|
+
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
|
|
98
98
|
}
|