serverless-esbuild
Advanced tools
Comparing version 1.43.0 to 1.43.1
@@ -154,6 +154,2 @@ "use strict"; | ||
.filter((result) => typeof result === 'object'); | ||
// dispose of long-running build contexts | ||
Object.entries(this.buildCache).forEach((entry) => { | ||
entry[1].context?.dispose(); | ||
}); | ||
this.log.verbose('Compiling completed.'); | ||
@@ -160,0 +156,0 @@ } |
{ | ||
"name": "serverless-esbuild", | ||
"version": "1.43.0", | ||
"version": "1.43.1", | ||
"description": "Serverless plugin for zero-config JavaScript and TypeScript code bundling using extremely fast esbuild", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
234059
2520