You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_includes/content/functions/runtime.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,10 @@ The following dependencies are installed in the function environment by default.
24
24
-[`@sendgrid/mail v7.4.7`](https://www.npmjs.com/package/@sendgrid/mail) exposed as `sendgrid.mail`
25
25
-[`stripe v8.115.0`](https://www.npmjs.com/package/stripe) exposed as `stripe`
26
26
-[`twilio v3.68.0`](https://www.npmjs.com/package/twilio) exposed as `twilio`
27
+
-[`uuidv5 v1.0.0`](https://www.npmjs.com/package/uuidv5) exposed as `uuidv5`
27
28
-[`xml v1.0.1`](https://www.npmjs.com/package/xml) exposed as `xml`
28
29
-[`xml2js v0.4.23`](https://www.npmjs.com/package/xml2js) exposed as `xml2js`
30
+
-[`zlib v1.0.5`](https://www.npmjs.com/package/zlib) exposed as `zlib`
29
31
30
32
Only the [`crypto` Node.js module](https://nodejs.org/dist/latest-v10.x/docs/api/crypto.html) is included (exposed as `crypto`). [Other built-in Node.js modules](https://nodejs.org/api/modules.html) are not available.
0 commit comments