@databutton/firebase-types 1.17.15 → 1.17.16

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.
@@ -407,10 +407,6 @@ export interface ProjectTemplate {
407
407
  code: string;
408
408
  }[];
409
409
  requirementsRef: string;
410
- requirements: {
411
- requirementsTxt: string;
412
- requirementsHash: string;
413
- };
414
410
  }
415
411
  export interface Requirements {
416
412
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.17.15",
3
+ "version": "1.17.16",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {