@heroku-cli/heroku-connect-plugin 0.11.0 → 0.11.1

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.
@@ -104,5 +104,5 @@ module.exports = {
104
104
  })),
105
105
 
106
106
  // Additional exports for code sharing
107
- displayResults: displayResults
107
+ displayResults
108
108
  }
@@ -25,7 +25,7 @@ class DiscoveryClient {
25
25
  requestAppAccess (appName, addonType) {
26
26
  const addonTypeQueryParam = addonType ? `?addon_type=${addonType}` : ''
27
27
  const url = `/auth/${appName}${addonTypeQueryParam}`
28
- return this.client({ url: url, method: 'POST' })
28
+ return this.client({ url, method: 'POST' })
29
29
  }
30
30
  }
31
31
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heroku-cli/heroku-connect-plugin",
3
3
  "description": "Heroku Connect plugin for Heroku CLI",
4
- "version": "0.11.0",
4
+ "version": "0.11.1",
5
5
  "author": "Heroku",
6
6
  "repository": {
7
7
  "type": "git",
@@ -36,7 +36,7 @@
36
36
  "mockdate": "^2.0.1",
37
37
  "nock": "^13.5.4",
38
38
  "sinon": "^18.0.0",
39
- "standard": "^16.0.4",
39
+ "standard": "^17.1.0",
40
40
  "unexpected": "^12.0.5"
41
41
  }
42
42
  }