@databutton/firebase-types 1.72.50 → 1.72.51

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.
@@ -908,6 +908,8 @@ export interface ProjectTemplateRequirementsSnapshot {
908
908
  export interface ProjectTemplateBuildSnapshot {
909
909
  devxImage?: string;
910
910
  prodxImage?: string;
911
+ devxVersion?: string;
912
+ workspaceVersion?: string;
911
913
  image?: string | null;
912
914
  }
913
915
  export interface ProjectTemplate {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.72.50",
3
+ "version": "1.72.51",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {