@databutton/firebase-types 1.60.22 → 1.60.24

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.
@@ -870,8 +870,6 @@ export type AppSnapshot<T = ComponentSnapshotBase> = {
870
870
  jobs: JobSnapshot<T>[];
871
871
  modules?: ModuleSnapshot<T>[];
872
872
  backends?: BackendSnapshot<T>[];
873
- uiComponents?: UiComponentSnapshot<T>[];
874
- frontends?: FrontendSnapshot<T>[];
875
873
  };
876
874
  export interface ProjectDeploymentBase<T = ComponentSnapshotBase> extends AppSnapshot<T> {
877
875
  build: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.60.22",
3
+ "version": "1.60.24",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {