@databutton/firebase-types 1.12.31 → 1.12.33
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.
|
@@ -213,6 +213,9 @@ export interface DbtnControlledRequirementsConfig {
|
|
|
213
213
|
}
|
|
214
214
|
export interface Project {
|
|
215
215
|
createdAt: Timestamp;
|
|
216
|
+
/**
|
|
217
|
+
* @deprecated No longer in use
|
|
218
|
+
*/
|
|
216
219
|
isPublic: boolean;
|
|
217
220
|
markedForDeletionAt: Timestamp | null;
|
|
218
221
|
markedForDeletionBy?: PerformedBy | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.33",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -37,14 +37,15 @@
|
|
|
37
37
|
"deploy:rules": "firebase deploy --only firestore:rules",
|
|
38
38
|
"deploy:functions": "firebase deploy --only functions",
|
|
39
39
|
"export:config": "firebase functions:config:get > .runtimeconfig.json",
|
|
40
|
+
"export:indexes": "firebase firestore:indexes",
|
|
40
41
|
"logs": "firebase functions:log",
|
|
41
42
|
"jest": "jest",
|
|
42
43
|
"semantic-release": "semantic-release"
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
46
|
"@sendgrid/mail": "7.7.0",
|
|
46
|
-
"@sentry/node": "7.
|
|
47
|
-
"@sentry/tracing": "7.
|
|
47
|
+
"@sentry/node": "7.21.1",
|
|
48
|
+
"@sentry/tracing": "7.21.1",
|
|
48
49
|
"@slack/web-api": "6.8.0",
|
|
49
50
|
"analytics-node": "6.2.0",
|
|
50
51
|
"capture-website": "3.2.0",
|
|
@@ -62,7 +63,7 @@
|
|
|
62
63
|
},
|
|
63
64
|
"devDependencies": {
|
|
64
65
|
"@firebase/rules-unit-testing": "2.0.5",
|
|
65
|
-
"@sentry/types": "7.
|
|
66
|
+
"@sentry/types": "7.21.1",
|
|
66
67
|
"@types/analytics-node": "3.1.9",
|
|
67
68
|
"@types/jest": "29.2.3",
|
|
68
69
|
"@types/lodash": "4.14.190",
|