@databutton/firebase-types 1.34.10 → 1.34.12

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.
@@ -184,12 +184,7 @@ export interface CodeBlock {
184
184
  controlTakenBy?: PerformedBy | null;
185
185
  }
186
186
  export interface CodeBlockCheckpoint {
187
- codeBlockVersion: {
188
- ref: string;
189
- createdAtUtc: Timestamp;
190
- createdBy: PerformedBy | null;
191
- name: string | null;
192
- };
187
+ codeBlockVersionRef: string;
193
188
  createdBy: PerformedBy;
194
189
  createdReason: "automatic" | "deploy";
195
190
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.34.10",
3
+ "version": "1.34.12",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -55,7 +55,7 @@
55
55
  "capture-website": "3.2.0",
56
56
  "cors": "2.8.5",
57
57
  "firebase": "9.21.0",
58
- "firebase-admin": "11.7.0",
58
+ "firebase-admin": "11.8.0",
59
59
  "firebase-functions": "4.3.1",
60
60
  "google-auth-library": "^8.6.0",
61
61
  "intercom-client": "3.2.1",
@@ -73,7 +73,7 @@
73
73
  "@types/inquirer": "9.0.3",
74
74
  "@types/jest": "29.5.1",
75
75
  "@types/lodash": "4.14.194",
76
- "@types/node": "18.16.3",
76
+ "@types/node": "18.16.9",
77
77
  "@types/uuid": "8.3.4",
78
78
  "ansi-escapes": "6.2.0",
79
79
  "cli-progress": "^3.12.0",