@firebase/functions 0.10.0-canary.f06ee5237 → 0.10.0-canary.f27baf423
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/esm-node/index.node.esm.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm2017.js +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/package.json +11 -11
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/index.esm2017.js
CHANGED
package/dist/index.node.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/functions",
|
|
3
|
-
"version": "0.10.0-canary.
|
|
3
|
+
"version": "0.10.0-canary.f27baf423",
|
|
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.
|
|
50
|
+
"@firebase/app": "0.9.21-canary.f27baf423"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@firebase/app": "0.9.
|
|
53
|
+
"@firebase/app": "0.9.21-canary.f27baf423",
|
|
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.
|
|
70
|
-
"@firebase/messaging-interop-types": "0.2.0-canary.
|
|
71
|
-
"@firebase/auth-interop-types": "0.2.1-canary.
|
|
72
|
-
"@firebase/app-check-interop-types": "0.3.0-canary.
|
|
73
|
-
"@firebase/util": "1.9.3-canary.
|
|
69
|
+
"@firebase/component": "0.6.4-canary.f27baf423",
|
|
70
|
+
"@firebase/messaging-interop-types": "0.2.0-canary.f27baf423",
|
|
71
|
+
"@firebase/auth-interop-types": "0.2.1-canary.f27baf423",
|
|
72
|
+
"@firebase/app-check-interop-types": "0.3.0-canary.f27baf423",
|
|
73
|
+
"@firebase/util": "1.9.3-canary.f27baf423",
|
|
74
74
|
"node-fetch": "2.6.7",
|
|
75
75
|
"tslib": "^2.1.0"
|
|
76
76
|
},
|