@firebase/functions 0.7.7-canary.e80d18d65 → 0.7.8

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
@@ -1,5 +1,11 @@
1
1
  # @firebase/functions
2
2
 
3
+ ## 0.7.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d612d6f6e`](https://github.com/firebase/firebase-js-sdk/commit/d612d6f6e4d3113d45427b7df68459c0a3e31a1f) [#5928](https://github.com/firebase/firebase-js-sdk/pull/5928) - Upgrade `node-fetch` dependency due to a security issue.
8
+
3
9
  ## 0.7.7
4
10
 
5
11
  ### Patch Changes
@@ -585,7 +585,7 @@ async function call(functionsInstance, name, data, options) {
585
585
  }
586
586
 
587
587
  const name = "@firebase/functions";
588
- const version = "0.7.7-canary.e80d18d65";
588
+ const version = "0.7.8";
589
589
 
590
590
  /**
591
591
  * @license
package/dist/index.esm.js CHANGED
@@ -661,7 +661,7 @@ function call(functionsInstance, name, data, options) {
661
661
  }
662
662
 
663
663
  var name = "@firebase/functions";
664
- var version = "0.7.7-canary.e80d18d65";
664
+ var version = "0.7.8";
665
665
 
666
666
  /**
667
667
  * @license
@@ -584,7 +584,7 @@ async function call(functionsInstance, name, data, options) {
584
584
  }
585
585
 
586
586
  const name = "@firebase/functions";
587
- const version = "0.7.7-canary.e80d18d65";
587
+ const version = "0.7.8";
588
588
 
589
589
  /**
590
590
  * @license
@@ -670,7 +670,7 @@ function call(functionsInstance, name, data, options) {
670
670
  }
671
671
 
672
672
  var name = "@firebase/functions";
673
- var version = "0.7.7-canary.e80d18d65";
673
+ var version = "0.7.8";
674
674
 
675
675
  /**
676
676
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/functions",
3
- "version": "0.7.7-canary.e80d18d65",
3
+ "version": "0.7.8",
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.7.14-canary.e80d18d65"
45
+ "@firebase/app": "0.x"
46
46
  },
47
47
  "devDependencies": {
48
- "@firebase/app": "0.7.14-canary.e80d18d65",
48
+ "@firebase/app": "0.7.15",
49
49
  "rollup": "2.57.0",
50
50
  "@rollup/plugin-json": "4.1.0",
51
51
  "rollup-plugin-typescript2": "0.30.0",
@@ -61,12 +61,12 @@
61
61
  },
62
62
  "typings": "./dist/functions-public.d.ts",
63
63
  "dependencies": {
64
- "@firebase/component": "0.5.10-canary.e80d18d65",
65
- "@firebase/messaging-interop-types": "0.1.0-canary.e80d18d65",
66
- "@firebase/auth-interop-types": "0.1.6-canary.e80d18d65",
67
- "@firebase/app-check-interop-types": "0.1.0-canary.e80d18d65",
68
- "@firebase/util": "1.4.3-canary.e80d18d65",
69
- "node-fetch": "2.6.5",
64
+ "@firebase/component": "0.5.10",
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.3",
69
+ "node-fetch": "2.6.7",
70
70
  "tslib": "^2.1.0"
71
71
  },
72
72
  "nyc": {