@dereekb/firebase-server 10.1.4 → 10.1.6
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [10.1.6](https://github.com/dereekb/dbx-components/compare/v10.1.5-dev...v10.1.6) (2024-03-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [10.1.5](https://github.com/dereekb/dbx-components/compare/v10.1.4-dev...v10.1.5) (2024-03-22)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## [10.1.4](https://github.com/dereekb/dbx-components/compare/v10.1.3-dev...v10.1.4) (2024-03-14)
|
|
6
14
|
|
|
7
15
|
|
package/mailgun/package.json
CHANGED
package/package.json
CHANGED
package/test/package.json
CHANGED
|
@@ -2,15 +2,16 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.wrapCloudFunctionV2ForTests = exports.wrapCloudFunctionV1ForTests = exports.firebaseAdminCloudFunctionWrapper = void 0;
|
|
4
4
|
function firebaseAdminCloudFunctionWrapper(instance) {
|
|
5
|
+
const wrapV1CloudFunction = (x) => {
|
|
6
|
+
return instance.wrap(x);
|
|
7
|
+
};
|
|
5
8
|
const wrapper = {
|
|
6
|
-
wrapV1CloudFunction
|
|
7
|
-
return instance.wrap(x);
|
|
8
|
-
},
|
|
9
|
+
wrapV1CloudFunction,
|
|
9
10
|
wrapV2CloudFunction(x) {
|
|
10
11
|
return instance.wrap(x);
|
|
11
12
|
},
|
|
12
13
|
wrapV2CallableRequest(x) {
|
|
13
|
-
const wrappedCloudFunction =
|
|
14
|
+
const wrappedCloudFunction = wrapV1CloudFunction(x);
|
|
14
15
|
return (data, context) => wrappedCloudFunction(Object.assign(Object.assign({}, context), { data }));
|
|
15
16
|
},
|
|
16
17
|
wrapBlockingFunction() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"firebase.function.js","sourceRoot":"","sources":["../../../../../../../packages/firebase-server/test/src/lib/firebase/firebase.function.ts"],"names":[],"mappings":";;;AA8BA,SAAgB,iCAAiC,CAAC,QAAsB;IACtE,MAAM,
|
|
1
|
+
{"version":3,"file":"firebase.function.js","sourceRoot":"","sources":["../../../../../../../packages/firebase-server/test/src/lib/firebase/firebase.function.ts"],"names":[],"mappings":";;;AA8BA,SAAgB,iCAAiC,CAAC,QAAsB;IACtE,MAAM,mBAAmB,GAA6D,CAAC,CAAC,EAAE,EAAE;QAC1F,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAC1B,CAAC,CAAC;IAEF,MAAM,OAAO,GAAsC;QACjD,mBAAmB;QACnB,mBAAmB,CAAC,CAAC;YACnB,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAC1B,CAAC;QACD,qBAAqB,CAAC,CAAC;YACrB,MAAM,oBAAoB,GAAG,mBAAmB,CAAC,CAAC,CAAC,CAAC;YAEpD,OAAO,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,CACvB,oBAAoB,CAAC,gCAChB,OAAO,KACV,IAAI,GACE,CAAC,CAAC;QACd,CAAC;QACD,oBAAoB;YAClB,MAAM,IAAI,KAAK,CAAC,oBAAoB,CAAC,CAAC;QACxC,CAAC;KACF,CAAC;IAEF,OAAO,OAAO,CAAC;AACjB,CAAC;AAzBD,8EAyBC;AAED,SAAgB,2BAA2B,CAAyE,OAA0C,EAAE,MAAiB;IAC/K,OAAO,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,MAAM,EAAE,CAAC,CAAC;AACrD,CAAC;AAFD,kEAEC;AAED,SAAgB,2BAA2B,CAAqG,OAA0C,EAAE,MAAiB;IAC3M,OAAO,GAAG,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,MAAM,EAAE,CAAC,CAAC;AACrD,CAAC;AAFD,kEAEC"}
|