@vercube/serverless 0.0.26 → 0.0.27

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,4 +1,4 @@
1
- import { ServerlessHandler } from "../../ServerlessTypes-WMcCL6v7.mjs";
1
+ import { t as ServerlessHandler } from "../../ServerlessTypes-CIdGp_-x.mjs";
2
2
  import { App } from "@vercube/core";
3
3
  import { APIGatewayProxyEvent, APIGatewayProxyEventV2 } from "aws-lambda";
4
4
 
@@ -1,4 +1,4 @@
1
- import { getHeaderValue, toBuffer } from "../../streams-jCOA2riB.mjs";
1
+ import { n as toBuffer, r as getHeaderValue } from "../../streams-gpVDFRFm.mjs";
2
2
  import { stringifyQuery } from "ufo";
3
3
 
4
4
  //#region src/Utils/content-type.ts
@@ -1,4 +1,4 @@
1
- import { ServerlessHandler } from "../../ServerlessTypes-WMcCL6v7.mjs";
1
+ import { t as ServerlessHandler } from "../../ServerlessTypes-CIdGp_-x.mjs";
2
2
  import { App } from "@vercube/core";
3
3
  import { HttpRequest } from "@azure/functions";
4
4
 
@@ -1,4 +1,4 @@
1
- import { headersToObject, streamToAsyncIterator } from "../../streams-jCOA2riB.mjs";
1
+ import { i as headersToObject, t as streamToAsyncIterator } from "../../streams-gpVDFRFm.mjs";
2
2
 
3
3
  //#region src/Utils/cookies.ts
4
4
  /**
@@ -3,4 +3,4 @@ import { MaybePromise } from "@vercube/core";
3
3
  //#region src/Types/ServerlessTypes.d.ts
4
4
  type ServerlessHandler<Event = unknown, HandlerResponse = unknown> = (event: Event) => MaybePromise<HandlerResponse>;
5
5
  //#endregion
6
- export { ServerlessHandler };
6
+ export { ServerlessHandler as t };
package/dist/index.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- import { ServerlessHandler } from "./ServerlessTypes-WMcCL6v7.mjs";
1
+ import { t as ServerlessHandler } from "./ServerlessTypes-CIdGp_-x.mjs";
2
2
  export { ServerlessHandler };
@@ -105,4 +105,4 @@ function streamToAsyncIterator(readable) {
105
105
  }
106
106
 
107
107
  //#endregion
108
- export { getHeaderValue, headersToObject, streamToAsyncIterator, toBuffer };
108
+ export { headersToObject as i, toBuffer as n, getHeaderValue as r, streamToAsyncIterator as t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercube/serverless",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Serverless module for Vercube framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,12 +36,12 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "ufo": "1.6.1",
39
- "@vercube/di": "0.0.26",
40
- "@vercube/core": "0.0.26"
39
+ "@vercube/core": "0.0.27",
40
+ "@vercube/di": "0.0.27"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@azure/functions": "4.8.0",
44
- "@types/aws-lambda": "8.10.155"
44
+ "@types/aws-lambda": "8.10.157"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"