@databutton/firebase-types 1.60.17 → 1.60.19

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