@databutton/firebase-types 1.27.4 → 1.28.1

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.
@@ -444,9 +444,9 @@ export interface Requirements {
444
444
  installStartedAt?: Timestamp | null;
445
445
  installSuccessAt?: Timestamp | null;
446
446
  installFailedAt?: Timestamp | null;
447
- requirementsLock: string | null;
448
- requirementsHash: string | null;
449
- logs: string | null;
447
+ requirementsLock?: string | null;
448
+ requirementsHash?: string | null;
449
+ logs?: string | null;
450
450
  }
451
451
  export interface ProdxConfig {
452
452
  views?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.27.4",
3
+ "version": "1.28.1",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {