@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.
- package/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](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.
|
|
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.
|
|
41
|
-
"@thi.ng/atom": "^5.2.
|
|
42
|
-
"@thi.ng/checks": "^3.4.
|
|
43
|
-
"@thi.ng/errors": "^2.3.
|
|
44
|
-
"@thi.ng/logger": "^1.4.
|
|
45
|
-
"@thi.ng/paths": "^5.1.
|
|
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.
|
|
49
|
+
"@thi.ng/testament": "^0.3.23",
|
|
50
50
|
"rimraf": "^5.0.1",
|
|
51
51
|
"tools": "^0.0.1",
|
|
52
|
-
"typedoc": "^0.
|
|
53
|
-
"typescript": "^5.
|
|
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": "
|
|
97
|
+
"gitHead": "5929dd20497668496af13415cdf784a4d6f69aa3\n"
|
|
98
98
|
}
|