@thi.ng/interceptors 3.2.4 → 3.2.6

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-02-05T14:42:21Z
3
+ - **Last updated**: 2023-02-10T14:03:10Z
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
@@ -150,7 +150,7 @@ For Node.js REPL:
150
150
  const interceptors = await import("@thi.ng/interceptors");
151
151
  ```
152
152
 
153
- Package sizes (brotli'd, pre-treeshake): ESM: 2.04 KB
153
+ Package sizes (brotli'd, pre-treeshake): ESM: 2.03 KB
154
154
 
155
155
  ## Dependencies
156
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/interceptors",
3
- "version": "3.2.4",
3
+ "version": "3.2.6",
4
4
  "description": "Interceptor based event bus, side effect & immutable state handling",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,16 +37,16 @@
37
37
  "test": "testament test"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.7.0",
41
- "@thi.ng/atom": "^5.1.29",
42
- "@thi.ng/checks": "^3.3.8",
43
- "@thi.ng/errors": "^2.2.9",
44
- "@thi.ng/logger": "^1.4.8",
45
- "@thi.ng/paths": "^5.1.29"
40
+ "@thi.ng/api": "^8.7.2",
41
+ "@thi.ng/atom": "^5.1.31",
42
+ "@thi.ng/checks": "^3.3.9",
43
+ "@thi.ng/errors": "^2.2.11",
44
+ "@thi.ng/logger": "^1.4.9",
45
+ "@thi.ng/paths": "^5.1.31"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.34.2",
49
- "@thi.ng/testament": "^0.3.10",
49
+ "@thi.ng/testament": "^0.3.11",
50
50
  "rimraf": "^4.1.2",
51
51
  "tools": "^0.0.1",
52
52
  "typedoc": "^0.23.24",
@@ -94,5 +94,5 @@
94
94
  "status": "completed",
95
95
  "year": 2016
96
96
  },
97
- "gitHead": "50ba9c87676fac60c46d2bc0e4d2c7711a374a68\n"
97
+ "gitHead": "cafa4ecea90fb681949dc3885a5bd6ddefa38b51\n"
98
98
  }