@serverless/enterprise-plugin
Advanced tools
Comparing version 0.2.2-46-g5794890 to 0.2.2-49-g1ab8839
@@ -144,3 +144,4 @@ "use strict"; | ||
vpc: fn.vpc || {}, | ||
layers: fn.layers || [] | ||
layers: fn.layers || [], | ||
name: fn.name || fnName | ||
} | ||
@@ -170,2 +171,8 @@ }); | ||
}; | ||
} else if (sub[type] instanceof Object) { | ||
Object.assign(subDetails, sub[type]); | ||
} else { | ||
Object.assign(subDetails, { | ||
[type]: sub[type] | ||
}); | ||
} | ||
@@ -172,0 +179,0 @@ |
{ | ||
"name": "@serverless/enterprise-plugin", | ||
"version": "0.2.2-46-g5794890", | ||
"version": "0.2.2-49-g1ab8839", | ||
"description": "The Serverless Enterprise plugin", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
562217
8329
4