@nu-art/build-and-install 0.204.79 → 0.204.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -199,7 +199,7 @@ class Unit_FirebaseFunctionsApp extends core_1.Unit_TypescriptLib {
|
|
|
199
199
|
return;
|
|
200
200
|
const packageJsonConverter = (pj) => {
|
|
201
201
|
var _a;
|
|
202
|
-
const finalPJ = (0, ts_common_1.deepClone)(
|
|
202
|
+
const finalPJ = (0, ts_common_1.deepClone)(pj);
|
|
203
203
|
(_a = finalPJ.dependencies) !== null && _a !== void 0 ? _a : (finalPJ.dependencies = {});
|
|
204
204
|
(0, ts_common_1._keys)(finalPJ.dependencies).reduce((acc, packageName) => {
|
|
205
205
|
const unit = dependencyUnits.find(unit => unit.packageJson.template.name === packageName);
|