@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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.21.6",
3
+ "version": "1.21.7",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {