@nu-art/build-and-install 0.204.79 → 0.204.81

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.
@@ -29,7 +29,7 @@ export type FirebaseEnvConfig<Env extends string> = {
29
29
  storageBucket: string;
30
30
  messagingSenderId: string;
31
31
  appId: string;
32
- measurementId: string;
32
+ measurementId?: string;
33
33
  };
34
34
  };
35
35
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/build-and-install",
3
- "version": "0.204.79",
3
+ "version": "0.204.81",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -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)(this.packageJson.dist);
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);