@firebase/functions 0.7.2-canary.85d2c4d29 → 0.7.2-canary.88ea06930
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/dist/index.esm.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/package.json +10 -10
package/dist/index.esm.js
CHANGED
package/dist/index.esm2017.js
CHANGED
package/dist/index.node.cjs.js
CHANGED
|
@@ -689,7 +689,7 @@ function registerFunctions(fetchImpl) {
|
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
var name = "@firebase/functions";
|
|
692
|
-
var version = "0.7.2-canary.
|
|
692
|
+
var version = "0.7.2-canary.88ea06930";
|
|
693
693
|
|
|
694
694
|
/**
|
|
695
695
|
* @license
|
|
@@ -763,7 +763,7 @@ function httpsCallable(functionsInstance, name, options) {
|
|
|
763
763
|
* limitations under the License.
|
|
764
764
|
*/
|
|
765
765
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
766
|
-
registerFunctions(nodeFetch__default[
|
|
766
|
+
registerFunctions(nodeFetch__default["default"]);
|
|
767
767
|
app.registerVersion(name, version, 'node');
|
|
768
768
|
|
|
769
769
|
exports.connectFunctionsEmulator = connectFunctionsEmulator;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/functions",
|
|
3
|
-
"version": "0.7.2-canary.
|
|
3
|
+
"version": "0.7.2-canary.88ea06930",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
},
|
|
31
31
|
"license": "Apache-2.0",
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@firebase/app": "0.7.
|
|
33
|
+
"@firebase/app": "0.7.2-canary.88ea06930"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@firebase/app": "0.7.
|
|
37
|
-
"rollup": "2.
|
|
36
|
+
"@firebase/app": "0.7.2-canary.88ea06930",
|
|
37
|
+
"rollup": "2.57.0",
|
|
38
38
|
"@rollup/plugin-json": "4.1.0",
|
|
39
39
|
"rollup-plugin-typescript2": "0.30.0",
|
|
40
40
|
"typescript": "4.2.2"
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
},
|
|
50
50
|
"typings": "./dist/functions-public.d.ts",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@firebase/component": "0.5.7-canary.
|
|
53
|
-
"@firebase/messaging-interop-types": "0.1.0-canary.
|
|
54
|
-
"@firebase/auth-interop-types": "0.1.6-canary.
|
|
55
|
-
"@firebase/app-check-interop-types": "0.1.0-canary.
|
|
56
|
-
"@firebase/util": "1.4.0-canary.
|
|
57
|
-
"node-fetch": "2.6.
|
|
52
|
+
"@firebase/component": "0.5.7-canary.88ea06930",
|
|
53
|
+
"@firebase/messaging-interop-types": "0.1.0-canary.88ea06930",
|
|
54
|
+
"@firebase/auth-interop-types": "0.1.6-canary.88ea06930",
|
|
55
|
+
"@firebase/app-check-interop-types": "0.1.0-canary.88ea06930",
|
|
56
|
+
"@firebase/util": "1.4.0-canary.88ea06930",
|
|
57
|
+
"node-fetch": "2.6.5",
|
|
58
58
|
"tslib": "^2.1.0"
|
|
59
59
|
},
|
|
60
60
|
"nyc": {
|