@databutton/firebase-types 1.37.3 → 1.37.5

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.
@@ -111,6 +111,7 @@ export interface UserSegment {
111
111
  export type FeatureFlag = PartialRolloutFeatureFlag | OnOffFeatureFlag | SegmentFeatureFlag;
112
112
  export type MultipageAppTheme = {
113
113
  name: string;
114
+ createdBy: PerformedBy;
114
115
  primaryColor: string;
115
116
  backgroundColor: string;
116
117
  secondaryBackgroundColor: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.37.3",
3
+ "version": "1.37.5",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {