@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.
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.11.
|
|
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
|
|
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.
|
|
51
|
+
"@firebase/app": "0.10.12-canary.1ca18c459"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@firebase/app": "0.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.
|
|
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.
|
|
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
|
},
|