@databutton/firebase-types 1.34.12 → 1.35.0

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.
@@ -686,4 +686,7 @@ export type SuggestedAction = {
686
686
  type: "compare-code";
687
687
  code: string;
688
688
  };
689
+ export type Appbutler = {
690
+ projectId: string;
691
+ };
689
692
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.34.12",
3
+ "version": "1.35.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {