@firebase/functions 0.13.1-canary.e6415ddee → 0.13.1-canary.efc0117ae

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.
@@ -857,7 +857,7 @@ function createResponseStream(reader, resultResolver, resultRejecter, signal) {
857
857
  }
858
858
 
859
859
  const name = "@firebase/functions";
860
- const version = "0.13.1-canary.e6415ddee";
860
+ const version = "0.13.1-canary.efc0117ae";
861
861
 
862
862
  /**
863
863
  * @license
package/dist/index.cjs.js CHANGED
@@ -861,7 +861,7 @@ function createResponseStream(reader, resultResolver, resultRejecter, signal) {
861
861
  }
862
862
 
863
863
  const name = "@firebase/functions";
864
- const version = "0.13.1-canary.e6415ddee";
864
+ const version = "0.13.1-canary.efc0117ae";
865
865
 
866
866
  /**
867
867
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/functions",
3
- "version": "0.13.1-canary.e6415ddee",
3
+ "version": "0.13.1-canary.efc0117ae",
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.14.6-canary.e6415ddee"
49
+ "@firebase/app": "0.14.6-canary.efc0117ae"
50
50
  },
51
51
  "devDependencies": {
52
- "@firebase/app": "0.14.6-canary.e6415ddee",
52
+ "@firebase/app": "0.14.6-canary.efc0117ae",
53
53
  "rollup": "2.79.2",
54
54
  "@rollup/plugin-json": "6.1.0",
55
55
  "rollup-plugin-typescript2": "0.36.0",
@@ -65,11 +65,11 @@
65
65
  },
66
66
  "typings": "./dist/functions-public.d.ts",
67
67
  "dependencies": {
68
- "@firebase/component": "0.7.0-canary.e6415ddee",
69
- "@firebase/messaging-interop-types": "0.2.3-canary.e6415ddee",
70
- "@firebase/auth-interop-types": "0.2.4-canary.e6415ddee",
71
- "@firebase/app-check-interop-types": "0.3.3-canary.e6415ddee",
72
- "@firebase/util": "1.13.0-canary.e6415ddee",
68
+ "@firebase/component": "0.7.0-canary.efc0117ae",
69
+ "@firebase/messaging-interop-types": "0.2.3-canary.efc0117ae",
70
+ "@firebase/auth-interop-types": "0.2.4-canary.efc0117ae",
71
+ "@firebase/app-check-interop-types": "0.3.3-canary.efc0117ae",
72
+ "@firebase/util": "1.13.0-canary.efc0117ae",
73
73
  "tslib": "^2.1.0"
74
74
  },
75
75
  "nyc": {