@firebase/functions 0.4.40-canary.daf63c2c → 0.4.40

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.cjs.js CHANGED
@@ -600,7 +600,7 @@ function registerFunctions(instance) {
600
600
  }
601
601
 
602
602
  var name = "@firebase/functions";
603
- var version = "0.4.40-canary.daf63c2c";
603
+ var version = "0.4.40";
604
604
 
605
605
  /**
606
606
  * @license
package/dist/index.esm.js CHANGED
@@ -596,7 +596,7 @@ function registerFunctions(instance) {
596
596
  }
597
597
 
598
598
  var name = "@firebase/functions";
599
- var version = "0.4.40-canary.daf63c2c";
599
+ var version = "0.4.40";
600
600
 
601
601
  /**
602
602
  * @license
@@ -525,7 +525,7 @@ function registerFunctions(instance) {
525
525
  }
526
526
 
527
527
  const name = "@firebase/functions";
528
- const version = "0.4.40-canary.daf63c2c";
528
+ const version = "0.4.40";
529
529
 
530
530
  /**
531
531
  * @license
@@ -601,7 +601,7 @@ function registerFunctions(instance) {
601
601
  }
602
602
 
603
603
  var name = "@firebase/functions";
604
- var version = "0.4.40-canary.daf63c2c";
604
+ var version = "0.4.40";
605
605
 
606
606
  /**
607
607
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/functions",
3
- "version": "0.4.40-canary.daf63c2c",
3
+ "version": "0.4.40",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "peerDependencies": {
29
- "@firebase/app": "0.6.1-canary.daf63c2c",
30
- "@firebase/app-types": "0.6.0-canary.daf63c2c"
29
+ "@firebase/app": "0.x",
30
+ "@firebase/app-types": "0.x"
31
31
  },
32
32
  "devDependencies": {
33
- "@firebase/messaging": "0.6.12-canary.daf63c2c",
34
- "rollup": "2.6.1",
35
- "rollup-plugin-typescript2": "0.27.0",
33
+ "@firebase/messaging": "0.6.12",
34
+ "rollup": "2.0.6",
35
+ "rollup-plugin-typescript2": "0.26.0",
36
36
  "typescript": "3.8.3"
37
37
  },
38
38
  "repository": {
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "typings": "dist/index.d.ts",
47
47
  "dependencies": {
48
- "@firebase/functions-types": "0.3.16-canary.daf63c2c",
49
- "@firebase/messaging-types": "0.4.4-canary.daf63c2c",
50
- "@firebase/component": "0.1.9-canary.daf63c2c",
48
+ "@firebase/functions-types": "0.3.16",
49
+ "@firebase/messaging-types": "0.4.4",
50
+ "@firebase/component": "0.1.9",
51
51
  "isomorphic-fetch": "2.2.1",
52
52
  "tslib": "1.11.1"
53
53
  },