@databutton/firebase-types 1.28.4 → 1.28.6

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.
@@ -419,11 +419,11 @@ export interface ProjectTemplate {
419
419
  }[];
420
420
  /** @deprecated Use requirements */
421
421
  requirementsRef: string;
422
- requirements?: {
423
- requirementsHash: string;
422
+ requirements: {
424
423
  dbtnControlledRequirementsTxt: string;
425
424
  requirementsTxt: string;
426
- } | null;
425
+ venvHash: string;
426
+ };
427
427
  /** @deprecated Use build */
428
428
  buildRef?: string | null;
429
429
  build?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.28.4",
3
+ "version": "1.28.6",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {