@databutton/firebase-types 1.39.0 → 1.39.2

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.
@@ -491,6 +491,7 @@ export interface ProjectTemplate {
491
491
  /** @deprecated Use build */
492
492
  buildRef?: string | null;
493
493
  build?: {
494
+ image?: string;
494
495
  requirementsSnapshots: RequirementsSnapshot[];
495
496
  devxRequirementsId: string;
496
497
  } | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.39.0",
3
+ "version": "1.39.2",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -57,7 +57,7 @@
57
57
  "cors": "2.8.5",
58
58
  "firebase": "9.22.1",
59
59
  "firebase-admin": "11.8.0",
60
- "firebase-functions": "4.4.0",
60
+ "firebase-functions": "4.4.1",
61
61
  "google-auth-library": "^8.6.0",
62
62
  "intercom-client": "3.2.1",
63
63
  "ky": "0.33.3",