@firebase/functions 0.10.0-canary.e91f82a20 → 0.10.0-canary.eff95304d

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.
@@ -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.10.0-canary.e91f82a20";
608
+ const version = "0.10.0-canary.eff95304d";
609
609
 
610
610
  /**
611
611
  * @license
package/dist/index.cjs.js CHANGED
@@ -608,7 +608,7 @@ async function callAtURL(functionsInstance, url, data, options) {
608
608
  }
609
609
 
610
610
  const name = "@firebase/functions";
611
- const version = "0.10.0-canary.e91f82a20";
611
+ const version = "0.10.0-canary.eff95304d";
612
612
 
613
613
  /**
614
614
  * @license
package/dist/index.esm.js CHANGED
@@ -687,7 +687,7 @@ function callAtURL(functionsInstance, url, data, options) {
687
687
  }
688
688
 
689
689
  var name = "@firebase/functions";
690
- var version = "0.10.0-canary.e91f82a20";
690
+ var version = "0.10.0-canary.eff95304d";
691
691
 
692
692
  /**
693
693
  * @license
@@ -604,7 +604,7 @@ async function callAtURL(functionsInstance, url, data, options) {
604
604
  }
605
605
 
606
606
  const name = "@firebase/functions";
607
- const version = "0.10.0-canary.e91f82a20";
607
+ const version = "0.10.0-canary.eff95304d";
608
608
 
609
609
  /**
610
610
  * @license
@@ -696,7 +696,7 @@ function callAtURL(functionsInstance, url, data, options) {
696
696
  }
697
697
 
698
698
  var name = "@firebase/functions";
699
- var version = "0.10.0-canary.e91f82a20";
699
+ var version = "0.10.0-canary.eff95304d";
700
700
 
701
701
  /**
702
702
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/functions",
3
- "version": "0.10.0-canary.e91f82a20",
3
+ "version": "0.10.0-canary.eff95304d",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -33,13 +33,13 @@
33
33
  "build:deps": "lerna run --scope @firebase/functions --include-dependencies build",
34
34
  "build:release": "rollup -c rollup.config.release.js && yarn api-report",
35
35
  "dev": "rollup -c -w",
36
- "test": "run-p lint test:all",
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
- "test:all": "run-p test:browser test:node",
38
+ "test:all": "run-p --npm-path npm test:browser test:node",
39
39
  "test:browser": "karma start --single-run",
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
- "test:emulator": "env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://localhost:5005 run-p test:node",
42
+ "test:emulator": "env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://localhost:5005 run-p --npm-path npm test:node",
43
43
  "api-report": "api-extractor run --local --verbose",
44
44
  "doc": "api-documenter markdown --input temp --output docs",
45
45
  "build:doc": "yarn build && yarn doc",
@@ -47,10 +47,10 @@
47
47
  },
48
48
  "license": "Apache-2.0",
49
49
  "peerDependencies": {
50
- "@firebase/app": "0.9.14-canary.e91f82a20"
50
+ "@firebase/app": "0.9.19-canary.eff95304d"
51
51
  },
52
52
  "devDependencies": {
53
- "@firebase/app": "0.9.14-canary.e91f82a20",
53
+ "@firebase/app": "0.9.19-canary.eff95304d",
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.4-canary.e91f82a20",
70
- "@firebase/messaging-interop-types": "0.2.0-canary.e91f82a20",
71
- "@firebase/auth-interop-types": "0.2.1-canary.e91f82a20",
72
- "@firebase/app-check-interop-types": "0.3.0-canary.e91f82a20",
73
- "@firebase/util": "1.9.3-canary.e91f82a20",
69
+ "@firebase/component": "0.6.4-canary.eff95304d",
70
+ "@firebase/messaging-interop-types": "0.2.0-canary.eff95304d",
71
+ "@firebase/auth-interop-types": "0.2.1-canary.eff95304d",
72
+ "@firebase/app-check-interop-types": "0.3.0-canary.eff95304d",
73
+ "@firebase/util": "1.9.3-canary.eff95304d",
74
74
  "node-fetch": "2.6.7",
75
75
  "tslib": "^2.1.0"
76
76
  },