@jill64/types-lambda
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "@jill64/types-lambda", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Unofficial AWS Lambda type definition", |
@@ -1,4 +0,3 @@ | ||
export type { OriginRequestHandler } from './handler/OriginRequestHandler.js' | ||
export type { OriginResponseHandler } from './handler/OriginResponseHandler.js' | ||
export type { ViewerRequestHandler } from './handler/ViewerRequestHandler.js' | ||
export type { ViewerResponseHandler } from './handler/ViewerResponseHandler.js' | ||
export type * from './handler/index.js' | ||
export type * from './event/index.js' | ||
export type * from './field/index.js' |
@@ -1,3 +0,3 @@ | ||
export * from './edge/index.js' | ||
export * from './lambda/index.js' | ||
export type * from './edge/index.js' | ||
export type * from './lambda/index.js' | ||
export * from './streaming/index.js' |
export type { LambdaHandler } from './LambdaHandler.js' | ||
export type { LambdaRequestContext } from './LambdaRequestContext.js' | ||
export type { LambdaRequestPayload } from './LambdaRequestPayload.js' | ||
export type { LambdaResponseCallback } from './LambdaResponseCallback.js' | ||
export type { LambdaResponsePayload } from './LambdaResponsePayload.js' |
@@ -0,1 +1,3 @@ | ||
export type { ResponseStream } from './ResponseStream.js' | ||
export type { ResponseStreamMetadata } from './ResponseStreamMetadata.js' | ||
export { awslambda } from './awslambda.js' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39711
40
954