@databutton/firebase-types 1.12.94 → 1.12.96

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.
@@ -279,7 +279,6 @@ export interface ProjectTemplate {
279
279
  code: string;
280
280
  }[];
281
281
  requirements: {
282
- dbtnControlledRequirementsTxt: string;
283
282
  requirementsTxt: string;
284
283
  };
285
284
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.12.94",
3
+ "version": "1.12.96",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -54,7 +54,7 @@
54
54
  "capture-website": "3.2.0",
55
55
  "cors": "2.8.5",
56
56
  "firebase": "9.15.0",
57
- "firebase-admin": "11.3.0",
57
+ "firebase-admin": "11.4.0",
58
58
  "firebase-functions": "4.1.1",
59
59
  "google-auth-library": "^8.6.0",
60
60
  "intercom-client": "3.1.5",