@firebase/functions 0.9.2-canary.3323f68c8 → 0.9.2

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.
@@ -603,7 +603,7 @@ async function callAtURL(functionsInstance, url, data, options) {
603
603
  }
604
604
 
605
605
  const name = "@firebase/functions";
606
- const version = "0.9.2-canary.3323f68c8";
606
+ const version = "0.9.2";
607
607
 
608
608
  /**
609
609
  * @license
package/dist/index.cjs.js CHANGED
@@ -606,7 +606,7 @@ async function callAtURL(functionsInstance, url, data, options) {
606
606
  }
607
607
 
608
608
  const name = "@firebase/functions";
609
- const version = "0.9.2-canary.3323f68c8";
609
+ const version = "0.9.2";
610
610
 
611
611
  /**
612
612
  * @license
package/dist/index.esm.js CHANGED
@@ -679,7 +679,7 @@ function callAtURL(functionsInstance, url, data, options) {
679
679
  }
680
680
 
681
681
  var name = "@firebase/functions";
682
- var version = "0.9.2-canary.3323f68c8";
682
+ var version = "0.9.2";
683
683
 
684
684
  /**
685
685
  * @license
@@ -602,7 +602,7 @@ async function callAtURL(functionsInstance, url, data, options) {
602
602
  }
603
603
 
604
604
  const name = "@firebase/functions";
605
- const version = "0.9.2-canary.3323f68c8";
605
+ const version = "0.9.2";
606
606
 
607
607
  /**
608
608
  * @license
@@ -688,7 +688,7 @@ function callAtURL(functionsInstance, url, data, options) {
688
688
  }
689
689
 
690
690
  var name = "@firebase/functions";
691
- var version = "0.9.2-canary.3323f68c8";
691
+ var version = "0.9.2";
692
692
 
693
693
  /**
694
694
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/functions",
3
- "version": "0.9.2-canary.3323f68c8",
3
+ "version": "0.9.2",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -47,10 +47,10 @@
47
47
  },
48
48
  "license": "Apache-2.0",
49
49
  "peerDependencies": {
50
- "@firebase/app": "0.9.2-canary.3323f68c8"
50
+ "@firebase/app": "0.x"
51
51
  },
52
52
  "devDependencies": {
53
- "@firebase/app": "0.9.2-canary.3323f68c8",
53
+ "@firebase/app": "0.9.2",
54
54
  "rollup": "2.79.1",
55
55
  "@rollup/plugin-json": "4.1.0",
56
56
  "rollup-plugin-typescript2": "0.31.2",
@@ -66,11 +66,11 @@
66
66
  },
67
67
  "typings": "./dist/functions-public.d.ts",
68
68
  "dependencies": {
69
- "@firebase/component": "0.6.2-canary.3323f68c8",
70
- "@firebase/messaging-interop-types": "0.2.0-canary.3323f68c8",
71
- "@firebase/auth-interop-types": "0.2.1-canary.3323f68c8",
72
- "@firebase/app-check-interop-types": "0.2.0-canary.3323f68c8",
73
- "@firebase/util": "1.9.1-canary.3323f68c8",
69
+ "@firebase/component": "0.6.2",
70
+ "@firebase/messaging-interop-types": "0.2.0",
71
+ "@firebase/auth-interop-types": "0.2.1",
72
+ "@firebase/app-check-interop-types": "0.2.0",
73
+ "@firebase/util": "1.9.1",
74
74
  "node-fetch": "2.6.7",
75
75
  "tslib": "^2.1.0"
76
76
  },