@databutton/firebase-types 1.39.8 → 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.
@@ -31,6 +31,7 @@ export interface Profile {
31
31
  websiteUrl?: string;
32
32
  profileCardThemeColors?: string[];
33
33
  heardAboutDatabuttonFrom?: string;
34
+ heardAboutDatabuttonFromComment?: string;
34
35
  announcementsReadAt?: {
35
36
  profileCardsReleased: Timestamp | null;
36
37
  };
@@ -776,4 +777,18 @@ export interface UpgradeRequest {
776
777
  requestedBy: PerformedBy;
777
778
  devxVersion: string;
778
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
+ }
779
794
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.39.8",
3
+ "version": "1.39.10",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -76,7 +76,7 @@
76
76
  "@types/inquirer": "9.0.3",
77
77
  "@types/jest": "29.5.2",
78
78
  "@types/lodash": "4.14.195",
79
- "@types/node": "18.16.9",
79
+ "@types/node": "18.16.18",
80
80
  "@types/uuid": "8.3.4",
81
81
  "ansi-escapes": "6.2.0",
82
82
  "archiver": "^5.3.1",