@databutton/firebase-types 1.7.7 → 1.9.0
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.
|
@@ -215,10 +215,25 @@ export interface Requirements {
|
|
|
215
215
|
installSuccessAt: Timestamp | null;
|
|
216
216
|
installFailedAt: Timestamp | null;
|
|
217
217
|
logs: string | null;
|
|
218
|
+
dbtnControlledRequirementsTxt?: string | null;
|
|
218
219
|
requirementsTxt: string;
|
|
219
220
|
requirementsLock: string | null;
|
|
220
221
|
requirementsHash: string | null;
|
|
221
222
|
}
|
|
223
|
+
export interface ProdxConfig {
|
|
224
|
+
apps: {
|
|
225
|
+
appId: string;
|
|
226
|
+
codeBlockId: string;
|
|
227
|
+
requirementsHash: string;
|
|
228
|
+
}[];
|
|
229
|
+
jobs: {
|
|
230
|
+
jobId: string;
|
|
231
|
+
codeBlockId: string;
|
|
232
|
+
requirementsHash: string;
|
|
233
|
+
}[];
|
|
234
|
+
createdBy: PerformedBySystem;
|
|
235
|
+
generatedByDeploymentRef: string;
|
|
236
|
+
}
|
|
222
237
|
export interface ProjectEvent {
|
|
223
238
|
status: "PENDING" | "FAILURE" | "IN_PROGRESS" | "SUCCESS";
|
|
224
239
|
createdBy: PerformedBy;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -62,22 +62,22 @@
|
|
|
62
62
|
"@firebase/rules-unit-testing": "2.0.5",
|
|
63
63
|
"@sentry/types": "7.17.4",
|
|
64
64
|
"@types/analytics-node": "3.1.9",
|
|
65
|
-
"@types/jest": "29.2.
|
|
66
|
-
"@types/lodash": "4.14.
|
|
65
|
+
"@types/jest": "29.2.2",
|
|
66
|
+
"@types/lodash": "4.14.188",
|
|
67
67
|
"@types/node": "18.7.14",
|
|
68
68
|
"@types/uuid": "8.3.4",
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
70
|
-
"@typescript-eslint/parser": "5.
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "5.42.1",
|
|
70
|
+
"@typescript-eslint/parser": "5.42.1",
|
|
71
71
|
"dotenv": "16.0.3",
|
|
72
|
-
"eslint": "8.
|
|
72
|
+
"eslint": "8.27.0",
|
|
73
73
|
"eslint-config-airbnb-base": "15.0.0",
|
|
74
74
|
"eslint-config-google": "0.14.0",
|
|
75
75
|
"eslint-config-prettier": "8.5.0",
|
|
76
76
|
"eslint-plugin-import": "2.26.0",
|
|
77
|
-
"eslint-plugin-jest": "27.1.
|
|
77
|
+
"eslint-plugin-jest": "27.1.4",
|
|
78
78
|
"eslint-plugin-node": "11.1.0",
|
|
79
79
|
"firebase-functions-test": "2.4.0",
|
|
80
|
-
"firebase-tools": "11.
|
|
80
|
+
"firebase-tools": "11.16.0",
|
|
81
81
|
"jest": "28.1.3",
|
|
82
82
|
"semantic-release": "19.0.5",
|
|
83
83
|
"ts-jest": "28.0.8",
|