@firebase/functions 0.11.7 → 0.11.8-canary.1ca18c459

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.
@@ -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.11.7";
609
+ const version = "0.11.8-canary.1ca18c459";
610
610
 
611
611
  /**
612
612
  * @license
package/dist/index.cjs.js CHANGED
@@ -609,7 +609,7 @@ async function callAtURL(functionsInstance, url, data, options) {
609
609
  }
610
610
 
611
611
  const name = "@firebase/functions";
612
- const version = "0.11.7";
612
+ const version = "0.11.8-canary.1ca18c459";
613
613
 
614
614
  /**
615
615
  * @license
package/dist/index.esm.js CHANGED
@@ -688,7 +688,7 @@ function callAtURL(functionsInstance, url, data, options) {
688
688
  }
689
689
 
690
690
  var name = "@firebase/functions";
691
- var version = "0.11.7";
691
+ var version = "0.11.8-canary.1ca18c459";
692
692
 
693
693
  /**
694
694
  * @license
@@ -605,7 +605,7 @@ async function callAtURL(functionsInstance, url, data, options) {
605
605
  }
606
606
 
607
607
  const name = "@firebase/functions";
608
- const version = "0.11.7";
608
+ const version = "0.11.8-canary.1ca18c459";
609
609
 
610
610
  /**
611
611
  * @license
@@ -693,7 +693,7 @@ function callAtURL(functionsInstance, url, data, options) {
693
693
  }
694
694
 
695
695
  var name = "@firebase/functions";
696
- var version = "0.11.7";
696
+ var version = "0.11.8-canary.1ca18c459";
697
697
 
698
698
  /**
699
699
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/functions",
3
- "version": "0.11.7",
3
+ "version": "0.11.8-canary.1ca18c459",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -36,7 +36,7 @@
36
36
  "test": "run-p --npm-path npm lint test:all",
37
37
  "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
38
38
  "test:all": "run-p --npm-path npm test:browser test:node",
39
- "test:browser": "karma start --single-run",
39
+ "test:browser": "karma start",
40
40
  "test:browser:debug": "karma start --browsers=Chrome --auto-watch",
41
41
  "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'src/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",
42
42
  "test:emulator": "env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://localhost:5005 run-p --npm-path npm test:node",
@@ -48,10 +48,10 @@
48
48
  },
49
49
  "license": "Apache-2.0",
50
50
  "peerDependencies": {
51
- "@firebase/app": "0.x"
51
+ "@firebase/app": "0.10.12-canary.1ca18c459"
52
52
  },
53
53
  "devDependencies": {
54
- "@firebase/app": "0.10.10",
54
+ "@firebase/app": "0.10.12-canary.1ca18c459",
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.8",
71
- "@firebase/messaging-interop-types": "0.2.2",
72
- "@firebase/auth-interop-types": "0.2.3",
73
- "@firebase/app-check-interop-types": "0.3.2",
74
- "@firebase/util": "1.9.7",
70
+ "@firebase/component": "0.6.9-canary.1ca18c459",
71
+ "@firebase/messaging-interop-types": "0.2.2-canary.1ca18c459",
72
+ "@firebase/auth-interop-types": "0.2.3-canary.1ca18c459",
73
+ "@firebase/app-check-interop-types": "0.3.2-canary.1ca18c459",
74
+ "@firebase/util": "1.10.0-canary.1ca18c459",
75
75
  "undici": "6.19.7",
76
76
  "tslib": "^2.1.0"
77
77
  },