@databutton/firebase-types 1.21.6 → 1.21.7
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.
|
@@ -541,8 +541,6 @@ export type RequirementsSnapshot = {
|
|
|
541
541
|
requirementsId: string;
|
|
542
542
|
baseRequirementsTxt: string;
|
|
543
543
|
userRequirementsTxt: string;
|
|
544
|
-
pyprojectToml?: string | null;
|
|
545
|
-
pdmLock?: string | null;
|
|
546
544
|
venvHash?: string | null;
|
|
547
545
|
};
|
|
548
546
|
export type Build = {
|