@spytecgps/lambda-utils 1.0.0-rc1 → 1.0.0-rc2

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.
@@ -1,15 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //
4
- // export type MiddlewareHandler<
5
- // THandler extends LambdaHandler<any, any>,
6
- // TContext extends LambdaContext = LambdaContext
7
- // > = THandler extends LambdaHandler<infer TEvent, infer TResult> // always true
8
- // ? MiddyInputHandler<TEvent, TResult, TContext>
9
- // : never;
10
- //
11
- // export type MiddlewareHandler<TContext extends LambdaContext = LambdaContext> = MiddyInputHandler<
12
- // TEvent,
13
- // TResult,
14
- // TContext
15
- // >;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/lambda-utils",
3
- "version": "1.0.0-rc1",
3
+ "version": "1.0.0-rc2",
4
4
  "description": "Lambda Utils",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",