File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
- - Adds support for maxInstances.
1
+ - Adds support for defining max number of instances for a function. Example:
2
+
3
+ ```
4
+ functions.runWith({
5
+ maxInstances: 10
6
+ }).https.onRequest(...);
7
+ ```
8
+
9
+ Learn more about max instances in the [ Google Cloud documentation.] ( https://cloud.google.com/functions/docs/max-instances )
10
+
11
+ - Fixes TypeScript build error when ` package-lock.json ` is present by updating dependencies (Issue #637 ).
Original file line number Diff line number Diff line change 38
38
"test" : " mocha"
39
39
},
40
40
"dependencies" : {
41
- "@types/express" : " ^4.17.0 " ,
41
+ "@types/express" : " ^4.17.3 " ,
42
42
"cors" : " ^2.8.5" ,
43
43
"express" : " ^4.17.1" ,
44
44
"jsonwebtoken" : " ^8.5.1" ,
61
61
"firebase-admin" : " ^8.2.0" ,
62
62
"istanbul" : " ^0.4.5" ,
63
63
"js-yaml" : " ^3.13.1" ,
64
- "jsdom" : " ^15 .2.0 " ,
64
+ "jsdom" : " ^16 .2.1 " ,
65
65
"mocha" : " ^6.1.4" ,
66
66
"mock-require" : " ^3.0.3" ,
67
67
"mz" : " ^2.7.0" ,
73
73
"tslint-config-prettier" : " ^1.18.0" ,
74
74
"tslint-no-unused-expression-chai" : " ^0.1.4" ,
75
75
"tslint-plugin-prettier" : " ^2.0.1" ,
76
- "typedoc" : " ^0.14.2 " ,
76
+ "typedoc" : " ^0.17.1 " ,
77
77
"typescript" : " ^3.5.2" ,
78
- "yargs" : " ^13.2.4 "
78
+ "yargs" : " ^15.3.1 "
79
79
},
80
80
"peerDependencies" : {
81
81
"firebase-admin" : " ^8.0.0"
You can’t perform that action at this time.
0 commit comments