@databutton/firebase-types 1.39.5 → 1.39.6

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.
@@ -496,6 +496,7 @@ export interface ProjectTemplate {
496
496
  devxRequirementsId: string;
497
497
  } | null;
498
498
  enableAppbutlers?: boolean;
499
+ targetPoolSize?: number;
499
500
  }
500
501
  export interface Requirements {
501
502
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.39.5",
3
+ "version": "1.39.6",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {