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
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The following dependencies are installed in the function environment by default.
17
17
-[`@google-cloud/storage v5.3.0`](https://www.npmjs.com/package/@google-cloud/storage) exposed as `google.cloud.storage`
18
18
-[`jsonwebtoken v8.5.1`](https://www.npmjs.com/package/jsonwebtoken) exposed as `jsonwebtoken`
19
19
-[`lodash v4.17.15`](https://www.npmjs.com/package/lodash) exposed as `_`
20
+
-[`moment v2.26.0`](https://www.npmjs.com/package/moment/v/2.26.0) exposed as `moment`
20
21
-[`node-fetch v2.6.0`](https://www.npmjs.com/package/node-fetch) exposed as `fetch`
21
22
-[`oauth v0.9.15`](https://www.npmjs.com/package/oauth) exposed as `OAuth`
22
23
-[`stripe v8.115.0`](https://www.npmjs.com/package/stripe) exposed as `stripe`
0 commit comments