@nu-art/build-and-install 0.204.93 → 0.204.94

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.
@@ -33,6 +33,9 @@ export type FirebaseEnvConfig<Env extends string> = {
33
33
  };
34
34
  };
35
35
  };
36
+ otherConfig?: {
37
+ [ModuleName: string]: any;
38
+ };
36
39
  };
37
40
  export type FirebasePackageConfig<Env extends string = string> = {
38
41
  envs: FirebaseEnvConfig<Env>[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/build-and-install",
3
- "version": "0.204.93",
3
+ "version": "0.204.94",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "TacB0sS",