@databutton/firebase-types 1.12.25 → 1.12.27

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.
@@ -216,7 +216,10 @@ export interface Project {
216
216
  name: string;
217
217
  owner: string;
218
218
  projectCardColor: string;
219
- projectUrl: string;
219
+ /**
220
+ * @deprecated No longer in use
221
+ */
222
+ projectUrl?: string;
220
223
  current_deployment_id?: string;
221
224
  shouldShowStartGuide?: boolean;
222
225
  about?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.12.25",
3
+ "version": "1.12.27",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {