@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 CHANGED
@@ -680,7 +680,7 @@ function registerFunctions(fetchImpl) {
680
680
  }
681
681
 
682
682
  var name = "@firebase/functions";
683
- var version = "0.7.2-canary.85d2c4d29";
683
+ var version = "0.7.2-canary.88ea06930";
684
684
 
685
685
  /**
686
686
  * @license
@@ -602,7 +602,7 @@ function registerFunctions(fetchImpl) {
602
602
  }
603
603
 
604
604
  const name = "@firebase/functions";
605
- const version = "0.7.2-canary.85d2c4d29";
605
+ const version = "0.7.2-canary.88ea06930";
606
606
 
607
607
  /**
608
608
  * @license
@@ -689,7 +689,7 @@ function registerFunctions(fetchImpl) {
689
689
  }
690
690
 
691
691
  var name = "@firebase/functions";
692
- var version = "0.7.2-canary.85d2c4d29";
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['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.85d2c4d29",
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.1-canary.85d2c4d29"
33
+ "@firebase/app": "0.7.2-canary.88ea06930"
34
34
  },
35
35
  "devDependencies": {
36
- "@firebase/app": "0.7.1-canary.85d2c4d29",
37
- "rollup": "2.56.3",
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.85d2c4d29",
53
- "@firebase/messaging-interop-types": "0.1.0-canary.85d2c4d29",
54
- "@firebase/auth-interop-types": "0.1.6-canary.85d2c4d29",
55
- "@firebase/app-check-interop-types": "0.1.0-canary.85d2c4d29",
56
- "@firebase/util": "1.4.0-canary.85d2c4d29",
57
- "node-fetch": "2.6.2",
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": {