@databutton/firebase-types 1.21.3 → 1.21.5

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.
@@ -543,6 +543,7 @@ export type RequirementsV2 = {
543
543
  pyprojectToml?: string | null;
544
544
  pdmLock?: string | null;
545
545
  venvHash?: string | null;
546
+ oldVenvHash?: string | null;
546
547
  };
547
548
  export type Build = {
548
549
  projectId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.21.3",
3
+ "version": "1.21.5",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {