@databutton/firebase-types 1.39.9 → 1.39.10

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.
@@ -777,4 +777,18 @@ export interface UpgradeRequest {
777
777
  requestedBy: PerformedBy;
778
778
  devxVersion: string;
779
779
  }
780
+ export interface WorkspaceConfig {
781
+ active: string;
782
+ latest: string;
783
+ minimum: string;
784
+ }
785
+ export interface WorkspaceConfigVersion {
786
+ devxVersion: string;
787
+ dbtnControlledRequirements: {
788
+ databutton: string;
789
+ streamlit: string;
790
+ ipykernel: string;
791
+ watchdog: string;
792
+ };
793
+ }
780
794
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.39.9",
3
+ "version": "1.39.10",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {