@databutton/firebase-types 1.52.13 → 1.52.14

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.
@@ -260,7 +260,7 @@ export interface CodeBlockVersion {
260
260
  version: string;
261
261
  description: string;
262
262
  hash?: number;
263
- createdReason?: "autosave" | "restore-version" | "accept-suggestion";
263
+ createdReason?: "initial" | "autosave" | "restore-version" | "accept-suggestion" | "rename";
264
264
  }
265
265
  export interface ModuleRef {
266
266
  moduleRef: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.52.13",
3
+ "version": "1.52.14",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {