@databutton/firebase-types 1.39.10 → 1.39.12

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.
@@ -515,6 +515,9 @@ export interface Requirements {
515
515
  requirementsLock?: string | null;
516
516
  requirementsHash?: string | null;
517
517
  logs?: string | null;
518
+ devxVersion?: string;
519
+ workspaceVersion?: string;
520
+ createdReason?: "user-install" | "upgrade-request";
518
521
  }
519
522
  export interface ProdxConfig {
520
523
  views?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.39.10",
3
+ "version": "1.39.12",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {