@databutton/firebase-types 1.7.6 → 1.8.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.
@@ -219,6 +219,20 @@ export interface Requirements {
219
219
  requirementsLock: string | null;
220
220
  requirementsHash: string | null;
221
221
  }
222
+ export interface ProdxConfig {
223
+ apps: {
224
+ appId: string;
225
+ codeBlockId: string;
226
+ requirementsHash: string;
227
+ }[];
228
+ jobs: {
229
+ jobId: string;
230
+ codeBlockId: string;
231
+ requirementsHash: string;
232
+ }[];
233
+ createdBy: PerformedBySystem;
234
+ generatedByDeploymentRef: string;
235
+ }
222
236
  export interface ProjectEvent {
223
237
  status: "PENDING" | "FAILURE" | "IN_PROGRESS" | "SUCCESS";
224
238
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.7.6",
3
+ "version": "1.8.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@sendgrid/mail": "7.7.0",
44
- "@sentry/node": "7.17.2",
45
- "@sentry/tracing": "7.17.2",
44
+ "@sentry/node": "7.17.4",
45
+ "@sentry/tracing": "7.17.4",
46
46
  "@slack/web-api": "6.7.2",
47
47
  "analytics-node": "6.2.0",
48
48
  "capture-website": "3.2.0",
@@ -52,7 +52,7 @@
52
52
  "firebase-functions": "4.0.2",
53
53
  "google-auth-library": "^8.6.0",
54
54
  "intercom-client": "3.1.5",
55
- "ky": "0.32.1",
55
+ "ky": "0.32.2",
56
56
  "ky-universal": "0.11.0",
57
57
  "lodash": "4.17.21",
58
58
  "nanoid": "4.0.0",
@@ -60,24 +60,24 @@
60
60
  },
61
61
  "devDependencies": {
62
62
  "@firebase/rules-unit-testing": "2.0.5",
63
- "@sentry/types": "7.17.2",
63
+ "@sentry/types": "7.17.4",
64
64
  "@types/analytics-node": "3.1.9",
65
- "@types/jest": "29.2.1",
66
- "@types/lodash": "4.14.187",
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.41.0",
70
- "@typescript-eslint/parser": "5.41.0",
69
+ "@typescript-eslint/eslint-plugin": "5.42.0",
70
+ "@typescript-eslint/parser": "5.42.0",
71
71
  "dotenv": "16.0.3",
72
72
  "eslint": "8.26.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.3",
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.15.0",
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",