@databutton/firebase-types 1.47.7 → 1.49.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.
@@ -815,14 +815,15 @@ export interface WorkspaceConfig {
815
815
  latest: string;
816
816
  minimum: string;
817
817
  }
818
+ export interface DbtnControllerRequirements {
819
+ databutton: string;
820
+ streamlit: string;
821
+ ipykernel: string;
822
+ watchdog: string;
823
+ }
818
824
  export interface WorkspaceConfigVersion {
819
825
  devxVersion: string;
820
- dbtnControlledRequirements: {
821
- databutton: string;
822
- streamlit: string;
823
- ipykernel: string;
824
- watchdog: string;
825
- };
826
+ dbtnControlledRequirements: DbtnControllerRequirements;
826
827
  }
827
828
  export interface UsageRecordBase {
828
829
  customerId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.47.7",
3
+ "version": "1.49.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {