serverless-esbuild
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -34,4 +34,3 @@ "use strict"; | ||
this.packExternalModules = packExternalModules_1.packExternalModules.bind(this); | ||
const concatUniq = ramda_1.compose(ramda_1.uniq, ramda_1.concat); | ||
const withDefaultOptions = ramda_1.mergeWith(concatUniq, DEFAULT_BUILD_OPTIONS); | ||
const withDefaultOptions = ramda_1.mergeRight(DEFAULT_BUILD_OPTIONS); | ||
this.buildOptions = withDefaultOptions((_b = (_a = this.serverless.service.custom) === null || _a === void 0 ? void 0 : _a.esbuild) !== null && _b !== void 0 ? _b : {}); | ||
@@ -38,0 +37,0 @@ this.hooks = { |
{ | ||
"name": "serverless-esbuild", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "MIT", | ||
@@ -45,3 +45,3 @@ "author": "Victor Korzunin", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@types/fs-extra": "^8.1.0", | ||
"@types/fs-extra": "^9.0.1", | ||
"@types/jest": "^25.2.2", | ||
@@ -51,4 +51,4 @@ "@types/node": "^12.12.38", | ||
"@types/serverless": "^1.67.2", | ||
"@typescript-eslint/eslint-plugin": "^2.33.0", | ||
"@typescript-eslint/parser": "^2.33.0", | ||
"@typescript-eslint/eslint-plugin": "^2.34.0", | ||
"@typescript-eslint/parser": "^2.34.0", | ||
"eslint": "^6.8.0", | ||
@@ -58,10 +58,10 @@ "husky": "^4.2.5", | ||
"mock-fs": "^4.12.0", | ||
"semantic-release": "^17.0.7", | ||
"semantic-release": "^17.0.8", | ||
"ts-jest": "^25.5.1", | ||
"typescript": "^3.9.2" | ||
"typescript": "^3.9.5" | ||
}, | ||
"dependencies": { | ||
"esbuild": "^0.5.3", | ||
"fs-extra": "^9.0.0", | ||
"globby": "^11.0.0", | ||
"esbuild": "^0.5.9", | ||
"fs-extra": "^9.0.1", | ||
"globby": "^11.0.1", | ||
"lodash.now": "^4.0.2", | ||
@@ -68,0 +68,0 @@ "lodash.remove": "^4.7.0", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
41418
731
Updatedesbuild@^0.5.9
Updatedfs-extra@^9.0.1
Updatedglobby@^11.0.1