@firebase/functions 0.11.9-canary.a97ac88db → 0.11.9-canary.fe447151b

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.
@@ -613,7 +613,7 @@ async function callAtURL(functionsInstance, url, data, options) {
613
613
  }
614
614
 
615
615
  const name = "@firebase/functions";
616
- const version = "0.11.9-canary.a97ac88db";
616
+ const version = "0.11.9-canary.fe447151b";
617
617
 
618
618
  /**
619
619
  * @license
package/dist/index.cjs.js CHANGED
@@ -617,7 +617,7 @@ async function callAtURL(functionsInstance, url, data, options) {
617
617
  }
618
618
 
619
619
  const name = "@firebase/functions";
620
- const version = "0.11.9-canary.a97ac88db";
620
+ const version = "0.11.9-canary.fe447151b";
621
621
 
622
622
  /**
623
623
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/functions",
3
- "version": "0.11.9-canary.a97ac88db",
3
+ "version": "0.11.9-canary.fe447151b",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.cjs.js",
@@ -46,10 +46,10 @@
46
46
  },
47
47
  "license": "Apache-2.0",
48
48
  "peerDependencies": {
49
- "@firebase/app": "0.10.14-canary.a97ac88db"
49
+ "@firebase/app": "0.10.15-canary.fe447151b"
50
50
  },
51
51
  "devDependencies": {
52
- "@firebase/app": "0.10.14-canary.a97ac88db",
52
+ "@firebase/app": "0.10.15-canary.fe447151b",
53
53
  "rollup": "2.79.1",
54
54
  "@rollup/plugin-json": "4.1.0",
55
55
  "rollup-plugin-typescript2": "0.31.2",
@@ -65,11 +65,11 @@
65
65
  },
66
66
  "typings": "./dist/functions-public.d.ts",
67
67
  "dependencies": {
68
- "@firebase/component": "0.6.10-canary.a97ac88db",
69
- "@firebase/messaging-interop-types": "0.2.2-canary.a97ac88db",
70
- "@firebase/auth-interop-types": "0.2.3-canary.a97ac88db",
71
- "@firebase/app-check-interop-types": "0.3.2-canary.a97ac88db",
72
- "@firebase/util": "1.10.1-canary.a97ac88db",
68
+ "@firebase/component": "0.6.10-canary.fe447151b",
69
+ "@firebase/messaging-interop-types": "0.2.2-canary.fe447151b",
70
+ "@firebase/auth-interop-types": "0.2.3-canary.fe447151b",
71
+ "@firebase/app-check-interop-types": "0.3.2-canary.fe447151b",
72
+ "@firebase/util": "1.10.1-canary.fe447151b",
73
73
  "tslib": "^2.1.0"
74
74
  },
75
75
  "nyc": {