equipped 5.0.12 → 5.0.13
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
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [5.0.13](https://github.com/kevinand11/equipped/compare/v5.0.12...v5.0.13) (2025-07-05)
|
|
6
|
+
|
|
5
7
|
### [5.0.12](https://github.com/kevinand11/equipped/compare/v5.0.11...v5.0.12) (2025-07-05)
|
|
6
8
|
|
|
7
9
|
|
|
@@ -56,8 +56,8 @@ declare const responseLocalStorage: AsyncLocalStorage<Response<{
|
|
|
56
56
|
[x: string]: unknown;
|
|
57
57
|
};
|
|
58
58
|
}>>;
|
|
59
|
-
declare const withRequest: <T extends Pipe<any, any>>(fn: (req: Request<RouteDefToReqRes<RouteDef>>) => T) => Pipe<
|
|
60
|
-
declare const withResponse: <T extends Pipe<any, any>>(fn: (req: Response<RouteDefToReqRes<RouteDef>>) => T) => Pipe<
|
|
59
|
+
declare const withRequest: <T extends Pipe<any, any>>(fn: (req: Request<RouteDefToReqRes<RouteDef>>) => T) => Pipe<valleyed$1.PipeInput<T>, valleyed$1.PipeOutput<T>>;
|
|
60
|
+
declare const withResponse: <T extends Pipe<any, any>>(fn: (req: Response<RouteDefToReqRes<RouteDef>>) => T) => Pipe<valleyed$1.PipeInput<T>, valleyed$1.PipeOutput<T>>;
|
|
61
61
|
|
|
62
62
|
declare const valleyed_incomingFile: typeof incomingFile;
|
|
63
63
|
declare const valleyed_incomingFiles: typeof incomingFiles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "equipped",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"redis": "5.5.6",
|
|
186
186
|
"socket.io": "4.8.1",
|
|
187
187
|
"supertest": "7.1.1",
|
|
188
|
-
"valleyed": "^4.5.
|
|
188
|
+
"valleyed": "^4.5.13"
|
|
189
189
|
},
|
|
190
190
|
"repository": {
|
|
191
191
|
"url": "git://github.com/kevinand11/equipped.git"
|