@firebase/functions 0.11.8-canary.a2146910c → 0.11.8-canary.b942e9e6e

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.
@@ -615,7 +615,7 @@ async function callAtURL(functionsInstance, url, data, options) {
615
615
  }
616
616
 
617
617
  const name = "@firebase/functions";
618
- const version = "0.11.8-canary.a2146910c";
618
+ const version = "0.11.8-canary.b942e9e6e";
619
619
 
620
620
  /**
621
621
  * @license
package/dist/index.cjs.js CHANGED
@@ -618,7 +618,7 @@ async function callAtURL(functionsInstance, url, data, options) {
618
618
  }
619
619
 
620
620
  const name = "@firebase/functions";
621
- const version = "0.11.8-canary.a2146910c";
621
+ const version = "0.11.8-canary.b942e9e6e";
622
622
 
623
623
  /**
624
624
  * @license
package/dist/index.esm.js CHANGED
@@ -697,7 +697,7 @@ function callAtURL(functionsInstance, url, data, options) {
697
697
  }
698
698
 
699
699
  var name = "@firebase/functions";
700
- var version = "0.11.8-canary.a2146910c";
700
+ var version = "0.11.8-canary.b942e9e6e";
701
701
 
702
702
  /**
703
703
  * @license
@@ -614,7 +614,7 @@ async function callAtURL(functionsInstance, url, data, options) {
614
614
  }
615
615
 
616
616
  const name = "@firebase/functions";
617
- const version = "0.11.8-canary.a2146910c";
617
+ const version = "0.11.8-canary.b942e9e6e";
618
618
 
619
619
  /**
620
620
  * @license
@@ -702,7 +702,7 @@ function callAtURL(functionsInstance, url, data, options) {
702
702
  }
703
703
 
704
704
  var name = "@firebase/functions";
705
- var version = "0.11.8-canary.a2146910c";
705
+ var version = "0.11.8-canary.b942e9e6e";
706
706
 
707
707
  /**
708
708
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/functions",
3
- "version": "0.11.8-canary.a2146910c",
3
+ "version": "0.11.8-canary.b942e9e6e",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -48,10 +48,10 @@
48
48
  },
49
49
  "license": "Apache-2.0",
50
50
  "peerDependencies": {
51
- "@firebase/app": "0.10.13-canary.a2146910c"
51
+ "@firebase/app": "0.10.13-canary.b942e9e6e"
52
52
  },
53
53
  "devDependencies": {
54
- "@firebase/app": "0.10.13-canary.a2146910c",
54
+ "@firebase/app": "0.10.13-canary.b942e9e6e",
55
55
  "rollup": "2.79.1",
56
56
  "@rollup/plugin-json": "4.1.0",
57
57
  "rollup-plugin-typescript2": "0.31.2",
@@ -67,11 +67,11 @@
67
67
  },
68
68
  "typings": "./dist/functions-public.d.ts",
69
69
  "dependencies": {
70
- "@firebase/component": "0.6.9-canary.a2146910c",
71
- "@firebase/messaging-interop-types": "0.2.2-canary.a2146910c",
72
- "@firebase/auth-interop-types": "0.2.3-canary.a2146910c",
73
- "@firebase/app-check-interop-types": "0.3.2-canary.a2146910c",
74
- "@firebase/util": "1.10.0-canary.a2146910c",
70
+ "@firebase/component": "0.6.9-canary.b942e9e6e",
71
+ "@firebase/messaging-interop-types": "0.2.2-canary.b942e9e6e",
72
+ "@firebase/auth-interop-types": "0.2.3-canary.b942e9e6e",
73
+ "@firebase/app-check-interop-types": "0.3.2-canary.b942e9e6e",
74
+ "@firebase/util": "1.10.0-canary.b942e9e6e",
75
75
  "undici": "6.19.7",
76
76
  "tslib": "^2.1.0"
77
77
  },