@thi.ng/interceptors 3.2.42 → 3.2.43

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**: 2024-02-16T20:01:44Z
3
+ - **Last updated**: 2024-02-19T16:07:07Z
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/api.d.ts CHANGED
@@ -50,5 +50,8 @@ export interface InterceptorContext {
50
50
  [FX_DISPATCH_ASYNC]?: AsyncEffectDef | AsyncEffectDef[];
51
51
  [id: string]: any;
52
52
  }
53
+ /**
54
+ * See [thi.ng/logger](https://docs.thi.ng/umbrella/logger/) for usage.
55
+ */
53
56
  export declare const LOGGER: import("@thi.ng/logger/root").ProxyLogger;
54
57
  //# sourceMappingURL=api.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/interceptors",
3
- "version": "3.2.42",
3
+ "version": "3.2.43",
4
4
  "description": "Interceptor based event bus, side effect & immutable state handling",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,12 +38,12 @@
38
38
  "test": "bun test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.9.23",
42
- "@thi.ng/atom": "^5.2.30",
43
- "@thi.ng/checks": "^3.4.23",
44
- "@thi.ng/errors": "^2.4.16",
45
- "@thi.ng/logger": "^3.0.0",
46
- "@thi.ng/paths": "^5.1.65"
41
+ "@thi.ng/api": "^8.9.24",
42
+ "@thi.ng/atom": "^5.2.31",
43
+ "@thi.ng/checks": "^3.4.24",
44
+ "@thi.ng/errors": "^2.4.17",
45
+ "@thi.ng/logger": "^3.0.1",
46
+ "@thi.ng/paths": "^5.1.66"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.40.1",
@@ -94,5 +94,5 @@
94
94
  "status": "completed",
95
95
  "year": 2016
96
96
  },
97
- "gitHead": "25ee18f7db6d03f0b76787267ab071d16df94888\n"
97
+ "gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n"
98
98
  }