koa-ts-core 0.0.24 → 0.0.25

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.
@@ -0,0 +1,7 @@
1
+ import { Middleware } from "koa";
2
+ /**
3
+ * 把请求参数挂载到 ctx.extra 上
4
+ * @param ctx
5
+ */
6
+ declare const requestParamsMiddleware: Middleware;
7
+ export default requestParamsMiddleware;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koa-ts-core",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "koa-ts-core",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",