@databutton/firebase-types 1.52.13 → 1.52.15
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;
|
|
@@ -422,7 +422,7 @@ export interface DbtnControlledRequirementsConfig {
|
|
|
422
422
|
lastUpdatedBy: PerformedBy;
|
|
423
423
|
currentRequirements?: Requirements;
|
|
424
424
|
}
|
|
425
|
-
export declare
|
|
425
|
+
export declare enum ProjectLifeStage {
|
|
426
426
|
Creating = "creating",
|
|
427
427
|
Active = "active",
|
|
428
428
|
Hibernating = "hibernating",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.15",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"cli:local": "ts-node-esm -T local-scripts/main.ts",
|
|
25
25
|
"cli": "ts-node-esm -T functions/cli/main.ts",
|
|
26
26
|
"cli:login": "gcloud iam service-accounts keys create ~/.config/gcloud/databutton-firebase-cli.json --iam-account=firebase-adminsdk-4ay2f@databutton.iam.gserviceaccount.com",
|
|
27
|
-
"lint": "
|
|
28
|
-
"format": "
|
|
27
|
+
"lint": "biome check functions test && tsc --noEmit",
|
|
28
|
+
"format": "biome format functions test",
|
|
29
29
|
"ts-lint": "tsc --noEmit",
|
|
30
30
|
"prepublishOnly": "tsc && rm lib/index.js",
|
|
31
31
|
"build": "tsc",
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"uuid": "8.3.2"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
+
"@biomejs/biome": "1.1.2",
|
|
72
73
|
"@firebase/rules-unit-testing": "2.0.7",
|
|
73
74
|
"@sentry/types": "7.66.0",
|
|
74
75
|
"@types/analytics-node": "3.1.11",
|
|
@@ -90,7 +91,6 @@
|
|
|
90
91
|
"inquirer": "9.2.10",
|
|
91
92
|
"jest": "29.6.4",
|
|
92
93
|
"p-queue": "^7.3.4",
|
|
93
|
-
"rome": "11.0.0",
|
|
94
94
|
"semantic-release": "19.0.5",
|
|
95
95
|
"ts-jest": "29.1.1",
|
|
96
96
|
"ts-node": "10.9.1",
|