@databutton/firebase-types 1.52.12 → 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,6 +260,7 @@ export interface CodeBlockVersion {
|
|
|
260
260
|
version: string;
|
|
261
261
|
description: string;
|
|
262
262
|
hash?: number;
|
|
263
|
+
createdReason?: "initial" | "autosave" | "restore-version" | "accept-suggestion" | "rename";
|
|
263
264
|
}
|
|
264
265
|
export interface ModuleRef {
|
|
265
266
|
moduleRef: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.14",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@types/inquirer": "9.0.3",
|
|
79
79
|
"@types/jest": "29.5.4",
|
|
80
80
|
"@types/lodash": "4.14.197",
|
|
81
|
-
"@types/node": "18.17.
|
|
81
|
+
"@types/node": "18.17.14",
|
|
82
82
|
"@types/uuid": "8.3.4",
|
|
83
83
|
"ansi-escapes": "6.2.0",
|
|
84
84
|
"archiver": "^5.3.1",
|