@firebase/functions 0.7.5-canary.e0fe2b668 → 0.7.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 +6 -0
- package/dist/esm-node/index.node.esm.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @firebase/functions
|
|
2
2
|
|
|
3
|
+
## 0.7.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`3b338dbd8`](https://github.com/firebase/firebase-js-sdk/commit/3b338dbd8cdfdc73267cd052b1852a1358b05eaf) [#5701](https://github.com/firebase/firebase-js-sdk/pull/5701) (fixes [#5692](https://github.com/firebase/firebase-js-sdk/issues/5692)) - Clear pending timeout after promise.race. It allows the process to exit immediately in case the SDK is used in Node.js, otherwise the process will wait for the timeout to finish before exiting.
|
|
8
|
+
|
|
3
9
|
## 0.7.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.esm.js
CHANGED
package/dist/index.esm2017.js
CHANGED
package/dist/index.node.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/functions",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
},
|
|
43
43
|
"license": "Apache-2.0",
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@firebase/app": "0.
|
|
45
|
+
"@firebase/app": "0.x"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@firebase/app": "0.7.
|
|
48
|
+
"@firebase/app": "0.7.8",
|
|
49
49
|
"rollup": "2.57.0",
|
|
50
50
|
"@rollup/plugin-json": "4.1.0",
|
|
51
51
|
"rollup-plugin-typescript2": "0.30.0",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
},
|
|
62
62
|
"typings": "./dist/functions-public.d.ts",
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@firebase/component": "0.5.9
|
|
65
|
-
"@firebase/messaging-interop-types": "0.1.0
|
|
66
|
-
"@firebase/auth-interop-types": "0.1.6
|
|
67
|
-
"@firebase/app-check-interop-types": "0.1.0
|
|
68
|
-
"@firebase/util": "1.4.2
|
|
64
|
+
"@firebase/component": "0.5.9",
|
|
65
|
+
"@firebase/messaging-interop-types": "0.1.0",
|
|
66
|
+
"@firebase/auth-interop-types": "0.1.6",
|
|
67
|
+
"@firebase/app-check-interop-types": "0.1.0",
|
|
68
|
+
"@firebase/util": "1.4.2",
|
|
69
69
|
"node-fetch": "2.6.5",
|
|
70
70
|
"tslib": "^2.1.0"
|
|
71
71
|
},
|