Skip to content

Commit 3e787b6

Browse files
committed
Merge branch 'develop' into alt-text-audit
2 parents ca65549 + a00d708 commit 3e787b6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Gemfile.lock

100755100644
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
httpclient (~> 2.8, >= 2.8.3)
3232
json (>= 1.5.1)
3333
colorator (1.1.0)
34-
commonmarker (0.23.6)
34+
commonmarker (0.23.9)
3535
concurrent-ruby (1.1.9)
3636
dotenv (2.7.6)
3737
em-websocket (0.5.2)
@@ -102,24 +102,24 @@ GEM
102102
rb-fsevent (~> 0.10, >= 0.10.3)
103103
rb-inotify (~> 0.9, >= 0.9.10)
104104
mercenary (0.4.0)
105-
mini_portile2 (2.8.0)
105+
mini_portile2 (2.8.1)
106106
multipart-post (2.1.1)
107-
nokogiri (1.13.10)
107+
nokogiri (1.14.3)
108108
mini_portile2 (~> 2.8.0)
109109
racc (~> 1.4)
110-
nokogiri (1.13.10-arm64-darwin)
110+
nokogiri (1.14.3-arm64-darwin)
111111
racc (~> 1.4)
112-
nokogiri (1.13.10-x86_64-darwin)
112+
nokogiri (1.14.3-x86_64-darwin)
113113
racc (~> 1.4)
114-
nokogiri (1.13.10-x86_64-linux)
114+
nokogiri (1.14.3-x86_64-linux)
115115
racc (~> 1.4)
116116
pathutil (0.16.2)
117117
forwardable-extended (~> 2.6)
118118
posix-spawn (0.3.15)
119119
premonition (2.0.1)
120120
progressbar (1.11.0)
121121
public_suffix (4.0.6)
122-
racc (1.6.1)
122+
racc (1.6.2)
123123
rake (13.0.6)
124124
rb-fsevent (0.11.0)
125125
rb-inotify (0.10.1)

src/_includes/content/functions/runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The following dependencies are installed in the function environment by default.
1919
- [`hubspot-api-nodejs`](https://www.npmjs.com/package/@hubspot/api-client){:target="_blank"} exposed as `hubspotlib.hubspot`
2020
- [`jsforce v1.11.0`](https://www.npmjs.com/package/jsforce){:target="_blank"} exposed as `jsforce`
2121
- [`jsonwebtoken v8.5.1`](https://www.npmjs.com/package/jsonwebtoken){:target="_blank"} exposed as `jsonwebtoken`
22+
- [`libphonenumber-js`](https://www.npmjs.com/package/libphonenumber-js){:target="_blank"} exposed as `libphonenumberjslib.libphonenumberjs`
2223
- [`lodash v4.17.19`](https://www.npmjs.com/package/lodash){:target="_blank"} exposed as `_`
2324
- [`mailjet`](https://www.npmjs.com/package/node-mailjet){:target="_blank"} exposed as `const mailJet = nodemailjet.nodemailjet;`
2425
- [`moment-timezone v0.5.31`](https://www.npmjs.com/package/moment-timezone/v/0.5.31){:target="_blank"} exposed as `moment`

templates/partners/destination-new.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@
2424
>
2525
> If you have any questions in the meantime, please reach out to our team at [email protected].
2626
27-
---
28-
2927
## Template begins here...
3028

3129
---
32-
33-
## title: <integration_name> Destination
30+
title: <integration_name> Destination
31+
id: <integration_id>
32+
---
3433

3534
> (delete after reading) This template is meant for Actions-based destinations that do not have an existing Classic or non-Actions-based version. For Actions Destinations that are a new version of a classic destination, see the doc-template-update.md template.
3635

0 commit comments

Comments
 (0)