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