@thi.ng/interceptors 3.2.18 → 3.2.20

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-08-12T13:14:08Z
3
+ - **Last updated**: 2023-08-27T11:20:59Z
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
@@ -8,7 +8,7 @@
8
8
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
9
9
 
10
10
  This project is part of the
11
- [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
11
+ [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and anti-framework.
12
12
 
13
13
  **Update 12/2022: This package is considered completed and no longer being
14
14
  updated with new features. Please consider using
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/interceptors",
3
- "version": "3.2.18",
3
+ "version": "3.2.20",
4
4
  "description": "Interceptor based event bus, side effect & immutable state handling",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,20 +37,20 @@
37
37
  "test": "testament test"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.9.3",
41
- "@thi.ng/atom": "^5.2.7",
42
- "@thi.ng/checks": "^3.4.3",
43
- "@thi.ng/errors": "^2.3.3",
44
- "@thi.ng/logger": "^1.4.19",
45
- "@thi.ng/paths": "^5.1.42"
40
+ "@thi.ng/api": "^8.9.5",
41
+ "@thi.ng/atom": "^5.2.9",
42
+ "@thi.ng/checks": "^3.4.5",
43
+ "@thi.ng/errors": "^2.3.5",
44
+ "@thi.ng/logger": "^1.4.21",
45
+ "@thi.ng/paths": "^5.1.44"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.36.4",
49
- "@thi.ng/testament": "^0.3.21",
49
+ "@thi.ng/testament": "^0.3.23",
50
50
  "rimraf": "^5.0.1",
51
51
  "tools": "^0.0.1",
52
- "typedoc": "^0.24.8",
53
- "typescript": "^5.1.6"
52
+ "typedoc": "^0.25.0",
53
+ "typescript": "^5.2.2"
54
54
  },
55
55
  "keywords": [
56
56
  "async",
@@ -94,5 +94,5 @@
94
94
  "status": "completed",
95
95
  "year": 2016
96
96
  },
97
- "gitHead": "399f8c53d66b9b763d16c21bb59f145df5f59514\n"
97
+ "gitHead": "5929dd20497668496af13415cdf784a4d6f69aa3\n"
98
98
  }