@segment/action-destinations 3.249.0 → 3.250.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ const getAuthSettings = (settings) => {
17
17
  return {
18
18
  refresh_token: settings.oauth.refresh_token,
19
19
  access_token: settings.oauth.access_token,
20
- client_id: process.env.ACTIONS_DISPLAY_VIDEO_360_CLIEND_ID,
20
+ client_id: process.env.ACTIONS_DISPLAY_VIDEO_360_CLIENT_ID,
21
21
  client_secret: process.env.ACTIONS_DISPLAY_VIDEO_360_CLIENT_SECRET
22
22
  };
23
23
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@segment/action-destinations",
3
3
  "description": "Destination Actions engine and definitions.",
4
- "version": "3.249.0",
4
+ "version": "3.250.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/segmentio/action-destinations",
@@ -86,5 +86,5 @@
86
86
  "__tests__/__helpers__/"
87
87
  ]
88
88
  },
89
- "gitHead": "ed54b6b74461f6071329112626975fb3880e4a04"
89
+ "gitHead": "f5403064c28f0e2c791fdea598e5e8d757097cb7"
90
90
  }