@firebase/functions 0.6.15-canary.eca476ad8 → 0.6.16

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.6.16
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2afff2b61`](https://github.com/firebase/firebase-js-sdk/commit/2afff2b61432561e7beffefb650c506522790f13) [#5948](https://github.com/firebase/firebase-js-sdk/pull/5948) - Update node-fetch version
8
+
3
9
  ## 0.6.15
4
10
 
5
11
  ### Patch Changes
package/dist/index.esm.js CHANGED
@@ -681,7 +681,7 @@ function registerFunctions(instance, fetchImpl) {
681
681
  }
682
682
 
683
683
  var name = "@firebase/functions";
684
- var version = "0.6.15-canary.eca476ad8";
684
+ var version = "0.6.16";
685
685
 
686
686
  /**
687
687
  * @license
@@ -584,7 +584,7 @@ function registerFunctions(instance, fetchImpl) {
584
584
  }
585
585
 
586
586
  const name = "@firebase/functions";
587
- const version = "0.6.15-canary.eca476ad8";
587
+ const version = "0.6.16";
588
588
 
589
589
  /**
590
590
  * @license
@@ -689,7 +689,7 @@ function registerFunctions(instance, fetchImpl) {
689
689
  }
690
690
 
691
691
  var name = "@firebase/functions";
692
- var version = "0.6.15-canary.eca476ad8";
692
+ var version = "0.6.16";
693
693
 
694
694
  /**
695
695
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/functions",
3
- "version": "0.6.15-canary.eca476ad8",
3
+ "version": "0.6.16",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -26,12 +26,12 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "peerDependencies": {
29
- "@firebase/app": "0.6.30-canary.eca476ad8",
30
- "@firebase/app-types": "0.6.3-canary.eca476ad8"
29
+ "@firebase/app": "0.x",
30
+ "@firebase/app-types": "0.x"
31
31
  },
32
32
  "devDependencies": {
33
- "@firebase/app": "0.6.30-canary.eca476ad8",
34
- "@firebase/messaging": "0.8.0-canary.eca476ad8",
33
+ "@firebase/app": "0.6.30",
34
+ "@firebase/messaging": "0.8.0",
35
35
  "rollup": "2.52.2",
36
36
  "rollup-plugin-typescript2": "0.30.0",
37
37
  "typescript": "4.2.2"
@@ -46,10 +46,10 @@
46
46
  },
47
47
  "typings": "dist/index.d.ts",
48
48
  "dependencies": {
49
- "@firebase/component": "0.5.6-canary.eca476ad8",
50
- "@firebase/functions-types": "0.4.0-canary.eca476ad8",
51
- "@firebase/messaging-types": "0.5.0-canary.eca476ad8",
52
- "node-fetch": "2.6.1",
49
+ "@firebase/component": "0.5.6",
50
+ "@firebase/functions-types": "0.4.0",
51
+ "@firebase/messaging-types": "0.5.0",
52
+ "node-fetch": "2.6.7",
53
53
  "tslib": "^2.1.0"
54
54
  },
55
55
  "nyc": {