serverless-esbuild
Advanced tools
Comparing version 1.48.2 to 1.48.3
@@ -107,3 +107,3 @@ "use strict"; | ||
const pkg = await Promise.resolve().then(() => __importStar(require('esbuild'))); | ||
const context = await pkg?.context(options); | ||
const context = await pkg.context?.(options); | ||
let result = await context?.rebuild(); | ||
@@ -110,0 +110,0 @@ if (!result) { |
{ | ||
"name": "serverless-esbuild", | ||
"version": "1.48.2", | ||
"version": "1.48.3", | ||
"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
244650