serverless-esbuild
Advanced tools
Comparing version
@@ -113,3 +113,3 @@ "use strict"; | ||
// delete the temporary folder | ||
fs_extra_1.default.rmdirSync(tempDirPath, { recursive: true }); | ||
fs_extra_1.default.removeSync(tempDirPath); | ||
} | ||
@@ -137,3 +137,3 @@ else { | ||
// delete the temporary folder | ||
fs_extra_1.default.rmdirSync(tempDirPath, { recursive: true }); | ||
fs_extra_1.default.removeSync(tempDirPath); | ||
resolve(); | ||
@@ -140,0 +140,0 @@ }); |
{ | ||
"name": "serverless-esbuild", | ||
"description": "Serverless plugin for zero-config JavaScript and TypeScript code bundling using extremely fast esbuild", | ||
"version": "1.27.0", | ||
"version": "1.27.1", | ||
"license": "MIT", | ||
@@ -20,2 +20,3 @@ "author": "Victor Korzunin", | ||
"test": "jest --passWithNoTests", | ||
"test:e2e": "make -f e2e/Makefile", | ||
"lint": "eslint .", | ||
@@ -72,3 +73,3 @@ "prepare": "husky install" | ||
"chokidar": "^3.4.3", | ||
"fs-extra": "^9.0.1", | ||
"fs-extra": "^10.1.0", | ||
"globby": "^11.0.1", | ||
@@ -75,0 +76,0 @@ "p-map": "^4.0.0", |
90446
0+ Added
- Removed
- Removed
Updated