File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/_includes/content/functions Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ The following dependencies are installed in the function environment by default.
15
15
- [ ` @google-cloud/functions v1.1.0 ` ] ( https://www.npmjs.com/package/@google-cloud/functions ) {: target ="_ blank"} exposed as ` google.cloud.functions `
16
16
- [ ` @google-cloud/pubsub v2.6.0 ` ] ( https://www.npmjs.com/package/@google-cloud/pubsub ) {: target ="_ blank"} exposed as ` google.cloud.pubsub `
17
17
- [ ` @google-cloud/storage v5.3.0 ` ] ( https://www.npmjs.com/package/@google-cloud/storage ) {: target ="_ blank"} exposed as ` google.cloud.storage `
18
+ - [ ` @google-cloud/tasks v2.6.0 ` ] ( https://www.npmjs.com/package/@google-cloud/tasks ) {: target ="_ blank"} exposed as ` google.cloud.tasks `
18
19
- [ ` jsforce v1.11.0 ` ] ( https://www.npmjs.com/package/jsforce ) {: target ="_ blank"} exposed as ` jsforce `
19
20
- [ ` jsonwebtoken v8.5.1 ` ] ( https://www.npmjs.com/package/jsonwebtoken ) {: target ="_ blank"} exposed as ` jsonwebtoken `
20
21
- [ ` lodash v4.17.19 ` ] ( https://www.npmjs.com/package/lodash ) {: target ="\_ blank"} exposed as ` _ `
@@ -26,6 +27,7 @@ The following dependencies are installed in the function environment by default.
26
27
- [ ` stripe v8.115.0 ` ] ( https://www.npmjs.com/package/stripe ) {: target ="_ blank"} exposed as ` stripe `
27
28
- [ ` twilio v3.68.0 ` ] ( https://www.npmjs.com/package/twilio ) {: target ="_ blank"} exposed as ` twilio `
28
29
- [ ` uuidv5 v1.0.0 ` ] ( https://www.npmjs.com/package/uuidv5 ) {: target ="_ blank"} exposed as ` uuidv5 `
30
+ - [ ` winston v2.4.6 ` ] ( https://www.npmjs.com/package/winston ) {: target ="_ blank"} exposed as ` const winston = winstonlib.winston `
29
31
- [ ` xml v1.0.1 ` ] ( https://www.npmjs.com/package/xml ) {: target ="_ blank"} exposed as ` xml `
30
32
- [ ` xml2js v0.4.23 ` ] ( https://www.npmjs.com/package/xml2js ) {: target ="_ blank"} exposed as ` xml2js `
31
33
- [ ` zlib v1.0.5 ` ] ( https://www.npmjs.com/package/zlib ) {: target ="_ blank"} exposed as ` zlib.zlib `
You can’t perform that action at this time.
0 commit comments