@databutton/firebase-types 1.39.12 → 1.40.0

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.
@@ -651,6 +651,7 @@ export type Build = {
651
651
  image?: string;
652
652
  eventRef?: string | null;
653
653
  triggeredByRequirementsRef?: string | null;
654
+ workspaceVersion?: string | null;
654
655
  };
655
656
  type WithDocRef<T> = T & {
656
657
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.39.12",
3
+ "version": "1.40.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {