@dereekb/firebase-server 13.5.0 → 13.5.2
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.
- package/mailgun/package.json +9 -9
- package/model/index.cjs.js +2 -2
- package/model/index.esm.js +2 -2
- package/model/package.json +9 -9
- package/oidc/index.cjs.js +1 -1
- package/oidc/index.esm.js +1 -1
- package/oidc/package.json +10 -10
- package/package.json +10 -10
- package/test/package.json +10 -10
- package/zoho/package.json +9 -9
package/mailgun/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/firebase-server/mailgun",
|
|
3
|
-
"version": "13.5.
|
|
3
|
+
"version": "13.5.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@dereekb/analytics": "13.5.
|
|
6
|
-
"@dereekb/firebase": "13.5.
|
|
7
|
-
"@dereekb/firebase-server": "13.5.
|
|
8
|
-
"@dereekb/date": "13.5.
|
|
9
|
-
"@dereekb/nestjs": "13.5.
|
|
10
|
-
"@dereekb/model": "13.5.
|
|
11
|
-
"@dereekb/rxjs": "13.5.
|
|
12
|
-
"@dereekb/util": "13.5.
|
|
5
|
+
"@dereekb/analytics": "13.5.2",
|
|
6
|
+
"@dereekb/firebase": "13.5.2",
|
|
7
|
+
"@dereekb/firebase-server": "13.5.2",
|
|
8
|
+
"@dereekb/date": "13.5.2",
|
|
9
|
+
"@dereekb/nestjs": "13.5.2",
|
|
10
|
+
"@dereekb/model": "13.5.2",
|
|
11
|
+
"@dereekb/rxjs": "13.5.2",
|
|
12
|
+
"@dereekb/util": "13.5.2"
|
|
13
13
|
},
|
|
14
14
|
"exports": {
|
|
15
15
|
"./package.json": "./package.json",
|
package/model/index.cjs.js
CHANGED
|
@@ -770,7 +770,7 @@ function _ts_generator$e(thisArg, body) {
|
|
|
770
770
|
3,
|
|
771
771
|
2
|
|
772
772
|
];
|
|
773
|
-
nonNotificationBoxRecipientUids =
|
|
773
|
+
nonNotificationBoxRecipientUids = Array.from(nonNotificationBoxUidRecipientConfigs.keys());
|
|
774
774
|
notificationUserDocuments = firebase.loadDocumentsForIds(notificationUserAccessor, nonNotificationBoxRecipientUids);
|
|
775
775
|
return [
|
|
776
776
|
4,
|
|
@@ -1768,7 +1768,7 @@ var MAX_NOTIFICATION_BOXES_TO_UPDATE_PER_BATCH = 50;
|
|
|
1768
1768
|
notificationBoxConfigsToSyncInThisBatchMap = util.makeModelMap(notificationBoxConfigsToSyncInThisBatch, function(x) {
|
|
1769
1769
|
return x.nb;
|
|
1770
1770
|
});
|
|
1771
|
-
notificationBoxIdsToSyncInThisBatch =
|
|
1771
|
+
notificationBoxIdsToSyncInThisBatch = Array.from(notificationBoxConfigsToSyncInThisBatchMap.keys());
|
|
1772
1772
|
notificationBoxDocuments = firebase.loadDocumentsForIds(notificationBoxCollection.documentAccessorForTransaction(transaction), notificationBoxIdsToSyncInThisBatch);
|
|
1773
1773
|
return [
|
|
1774
1774
|
4,
|
package/model/index.esm.js
CHANGED
|
@@ -768,7 +768,7 @@ function _ts_generator$e(thisArg, body) {
|
|
|
768
768
|
3,
|
|
769
769
|
2
|
|
770
770
|
];
|
|
771
|
-
nonNotificationBoxRecipientUids =
|
|
771
|
+
nonNotificationBoxRecipientUids = Array.from(nonNotificationBoxUidRecipientConfigs.keys());
|
|
772
772
|
notificationUserDocuments = loadDocumentsForIds(notificationUserAccessor, nonNotificationBoxRecipientUids);
|
|
773
773
|
return [
|
|
774
774
|
4,
|
|
@@ -1766,7 +1766,7 @@ var MAX_NOTIFICATION_BOXES_TO_UPDATE_PER_BATCH = 50;
|
|
|
1766
1766
|
notificationBoxConfigsToSyncInThisBatchMap = makeModelMap(notificationBoxConfigsToSyncInThisBatch, function(x) {
|
|
1767
1767
|
return x.nb;
|
|
1768
1768
|
});
|
|
1769
|
-
notificationBoxIdsToSyncInThisBatch =
|
|
1769
|
+
notificationBoxIdsToSyncInThisBatch = Array.from(notificationBoxConfigsToSyncInThisBatchMap.keys());
|
|
1770
1770
|
notificationBoxDocuments = loadDocumentsForIds(notificationBoxCollection.documentAccessorForTransaction(transaction), notificationBoxIdsToSyncInThisBatch);
|
|
1771
1771
|
return [
|
|
1772
1772
|
4,
|
package/model/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/firebase-server/model",
|
|
3
|
-
"version": "13.5.
|
|
3
|
+
"version": "13.5.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@dereekb/analytics": "13.5.
|
|
6
|
-
"@dereekb/date": "13.5.
|
|
7
|
-
"@dereekb/firebase": "13.5.
|
|
8
|
-
"@dereekb/firebase-server": "13.5.
|
|
9
|
-
"@dereekb/model": "13.5.
|
|
10
|
-
"@dereekb/nestjs": "13.5.
|
|
11
|
-
"@dereekb/rxjs": "13.5.
|
|
12
|
-
"@dereekb/util": "13.5.
|
|
5
|
+
"@dereekb/analytics": "13.5.2",
|
|
6
|
+
"@dereekb/date": "13.5.2",
|
|
7
|
+
"@dereekb/firebase": "13.5.2",
|
|
8
|
+
"@dereekb/firebase-server": "13.5.2",
|
|
9
|
+
"@dereekb/model": "13.5.2",
|
|
10
|
+
"@dereekb/nestjs": "13.5.2",
|
|
11
|
+
"@dereekb/rxjs": "13.5.2",
|
|
12
|
+
"@dereekb/util": "13.5.2",
|
|
13
13
|
"@nestjs/common": "^11.1.17",
|
|
14
14
|
"@nestjs/config": "^4.0.3",
|
|
15
15
|
"archiver": "^7.0.0",
|
package/oidc/index.cjs.js
CHANGED
|
@@ -3018,7 +3018,7 @@ var DEFAULT_OIDC_CODE_CHALLENGE_METHODS = [
|
|
|
3018
3018
|
this.config = config;
|
|
3019
3019
|
this.providerConfig = accountService.providerConfig;
|
|
3020
3020
|
this.scopesSupported = Object.keys(this.providerConfig.claims);
|
|
3021
|
-
this.claimsSupported =
|
|
3021
|
+
this.claimsSupported = Array.from(new Set(Object.values(this.providerConfig.claims).flat()));
|
|
3022
3022
|
this.tokenEndpointAuthMethodsSupported = (_this_config_tokenEndpointAuthMethods = this.config.tokenEndpointAuthMethods) !== null && _this_config_tokenEndpointAuthMethods !== void 0 ? _this_config_tokenEndpointAuthMethods : _to_consumable_array$3(DEFAULT_OIDC_TOKEN_ENDPOINT_AUTH_METHODS);
|
|
3023
3023
|
var appUrl = envService.appUrl;
|
|
3024
3024
|
this.appLoginUrl = util.websiteUrlFromPaths(appUrl, [
|
package/oidc/index.esm.js
CHANGED
|
@@ -3016,7 +3016,7 @@ var DEFAULT_OIDC_CODE_CHALLENGE_METHODS = [
|
|
|
3016
3016
|
this.config = config;
|
|
3017
3017
|
this.providerConfig = accountService.providerConfig;
|
|
3018
3018
|
this.scopesSupported = Object.keys(this.providerConfig.claims);
|
|
3019
|
-
this.claimsSupported =
|
|
3019
|
+
this.claimsSupported = Array.from(new Set(Object.values(this.providerConfig.claims).flat()));
|
|
3020
3020
|
this.tokenEndpointAuthMethodsSupported = (_this_config_tokenEndpointAuthMethods = this.config.tokenEndpointAuthMethods) !== null && _this_config_tokenEndpointAuthMethods !== void 0 ? _this_config_tokenEndpointAuthMethods : _to_consumable_array$3(DEFAULT_OIDC_TOKEN_ENDPOINT_AUTH_METHODS);
|
|
3021
3021
|
var appUrl = envService.appUrl;
|
|
3022
3022
|
this.appLoginUrl = websiteUrlFromPaths(appUrl, [
|
package/oidc/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/firebase-server/oidc",
|
|
3
|
-
"version": "13.5.
|
|
3
|
+
"version": "13.5.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@dereekb/analytics": "13.5.
|
|
6
|
-
"@dereekb/date": "13.5.
|
|
7
|
-
"@dereekb/firebase": "13.5.
|
|
8
|
-
"@dereekb/firebase-server": "13.5.
|
|
9
|
-
"@dereekb/model": "13.5.
|
|
10
|
-
"@dereekb/nestjs": "13.5.
|
|
11
|
-
"@dereekb/rxjs": "13.5.
|
|
12
|
-
"@dereekb/util": "13.5.
|
|
13
|
-
"@dereekb/zoho": "13.5.
|
|
5
|
+
"@dereekb/analytics": "13.5.2",
|
|
6
|
+
"@dereekb/date": "13.5.2",
|
|
7
|
+
"@dereekb/firebase": "13.5.2",
|
|
8
|
+
"@dereekb/firebase-server": "13.5.2",
|
|
9
|
+
"@dereekb/model": "13.5.2",
|
|
10
|
+
"@dereekb/nestjs": "13.5.2",
|
|
11
|
+
"@dereekb/rxjs": "13.5.2",
|
|
12
|
+
"@dereekb/util": "13.5.2",
|
|
13
|
+
"@dereekb/zoho": "13.5.2",
|
|
14
14
|
"@nestjs/common": "^11.1.17",
|
|
15
15
|
"@nestjs/config": "^4.0.3",
|
|
16
16
|
"express": "^5.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/firebase-server",
|
|
3
|
-
"version": "13.5.
|
|
3
|
+
"version": "13.5.2",
|
|
4
4
|
"exports": {
|
|
5
5
|
"./test": {
|
|
6
6
|
"module": "./test/index.esm.js",
|
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
"main": "./index.cjs.js",
|
|
44
44
|
"types": "./src/index.d.ts",
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@dereekb/analytics": "13.5.
|
|
47
|
-
"@dereekb/date": "13.5.
|
|
48
|
-
"@dereekb/dbx-core": "13.5.
|
|
49
|
-
"@dereekb/firebase": "13.5.
|
|
50
|
-
"@dereekb/model": "13.5.
|
|
51
|
-
"@dereekb/nestjs": "13.5.
|
|
52
|
-
"@dereekb/rxjs": "13.5.
|
|
53
|
-
"@dereekb/util": "13.5.
|
|
54
|
-
"@dereekb/zoho": "13.5.
|
|
46
|
+
"@dereekb/analytics": "13.5.2",
|
|
47
|
+
"@dereekb/date": "13.5.2",
|
|
48
|
+
"@dereekb/dbx-core": "13.5.2",
|
|
49
|
+
"@dereekb/firebase": "13.5.2",
|
|
50
|
+
"@dereekb/model": "13.5.2",
|
|
51
|
+
"@dereekb/nestjs": "13.5.2",
|
|
52
|
+
"@dereekb/rxjs": "13.5.2",
|
|
53
|
+
"@dereekb/util": "13.5.2",
|
|
54
|
+
"@dereekb/zoho": "13.5.2",
|
|
55
55
|
"@google-cloud/firestore": "^7.11.6",
|
|
56
56
|
"@google-cloud/storage": "^7.19.0",
|
|
57
57
|
"@nestjs/common": "^11.1.17",
|
package/test/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/firebase-server/test",
|
|
3
|
-
"version": "13.5.
|
|
3
|
+
"version": "13.5.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@dereekb/analytics": "13.5.
|
|
6
|
-
"@dereekb/date": "13.5.
|
|
7
|
-
"@dereekb/firebase": "13.5.
|
|
8
|
-
"@dereekb/firebase-server": "13.5.
|
|
9
|
-
"@dereekb/model": "13.5.
|
|
10
|
-
"@dereekb/nestjs": "13.5.
|
|
11
|
-
"@dereekb/rxjs": "13.5.
|
|
12
|
-
"@dereekb/util": "13.5.
|
|
5
|
+
"@dereekb/analytics": "13.5.2",
|
|
6
|
+
"@dereekb/date": "13.5.2",
|
|
7
|
+
"@dereekb/firebase": "13.5.2",
|
|
8
|
+
"@dereekb/firebase-server": "13.5.2",
|
|
9
|
+
"@dereekb/model": "13.5.2",
|
|
10
|
+
"@dereekb/nestjs": "13.5.2",
|
|
11
|
+
"@dereekb/rxjs": "13.5.2",
|
|
12
|
+
"@dereekb/util": "13.5.2",
|
|
13
13
|
"@google-cloud/firestore": "^7.11.6",
|
|
14
14
|
"@google-cloud/storage": "^7.19.0",
|
|
15
15
|
"@nestjs/common": "^11.1.17",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"make-error": "^1.3.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@dereekb/nestjs": "13.5.
|
|
24
|
+
"@dereekb/nestjs": "13.5.2"
|
|
25
25
|
},
|
|
26
26
|
"exports": {
|
|
27
27
|
"./package.json": "./package.json",
|
package/zoho/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/firebase-server/zoho",
|
|
3
|
-
"version": "13.5.
|
|
3
|
+
"version": "13.5.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@dereekb/analytics": "13.5.
|
|
6
|
-
"@dereekb/date": "13.5.
|
|
7
|
-
"@dereekb/model": "13.5.
|
|
8
|
-
"@dereekb/nestjs": "13.5.
|
|
9
|
-
"@dereekb/rxjs": "13.5.
|
|
10
|
-
"@dereekb/firebase": "13.5.
|
|
11
|
-
"@dereekb/util": "13.5.
|
|
12
|
-
"@dereekb/zoho": "13.5.
|
|
5
|
+
"@dereekb/analytics": "13.5.2",
|
|
6
|
+
"@dereekb/date": "13.5.2",
|
|
7
|
+
"@dereekb/model": "13.5.2",
|
|
8
|
+
"@dereekb/nestjs": "13.5.2",
|
|
9
|
+
"@dereekb/rxjs": "13.5.2",
|
|
10
|
+
"@dereekb/firebase": "13.5.2",
|
|
11
|
+
"@dereekb/util": "13.5.2",
|
|
12
|
+
"@dereekb/zoho": "13.5.2"
|
|
13
13
|
},
|
|
14
14
|
"exports": {
|
|
15
15
|
"./package.json": "./package.json",
|