@databutton/firebase-types 1.21.7 → 1.22.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.
@@ -613,4 +613,8 @@ export type ProjectDeploymentBase<T = ComponentSnapshotBase> = {
613
613
  };
614
614
  };
615
615
  export type ProjectDeployment = ProjectDeploymentBase;
616
+ export type AdminRequirementsConfig = {
617
+ currentRef: string;
618
+ currentRequirements: Requirements;
619
+ };
616
620
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.21.7",
3
+ "version": "1.22.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -67,17 +67,20 @@
67
67
  "@firebase/rules-unit-testing": "2.0.7",
68
68
  "@sentry/types": "7.42.0",
69
69
  "@types/analytics-node": "3.1.10",
70
+ "@types/cli-progress": "^3.11.0",
70
71
  "@types/inquirer": "9.0.3",
71
72
  "@types/jest": "29.4.0",
72
73
  "@types/lodash": "4.14.191",
73
74
  "@types/node": "18.7.14",
74
75
  "@types/uuid": "8.3.4",
75
76
  "ansi-escapes": "6.0.0",
77
+ "cli-progress": "^3.12.0",
76
78
  "dotenv": "16.0.3",
77
79
  "firebase-functions-test": "2.4.0",
78
80
  "firebase-tools": "11.24.1",
79
81
  "inquirer": "9.1.4",
80
82
  "jest": "29.5.0",
83
+ "p-queue": "^7.3.4",
81
84
  "rome": "11.0.0",
82
85
  "semantic-release": "19.0.5",
83
86
  "ts-jest": "29.0.5",