@hubspot/cli 7.1.1-beta.0 → 7.1.1-beta.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.
Files changed (2) hide show
  1. package/commands/init.js +1 -1
  2. package/package.json +1 -1
package/commands/init.js CHANGED
@@ -146,7 +146,7 @@ exports.builder = yargs => {
146
146
  ],
147
147
  default: PERSONAL_ACCESS_KEY_AUTH_METHOD.value,
148
148
  defaultDescription: i18n(`${i18nKey}.options.authType.defaultDescription`, {
149
- defaultType: PERSONAL_ACCESS_KEY_AUTH_METHOD.value,
149
+ authMethod: PERSONAL_ACCESS_KEY_AUTH_METHOD.value,
150
150
  }),
151
151
  },
152
152
  account: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/cli",
3
- "version": "7.1.1-beta.0",
3
+ "version": "7.1.1-beta.1",
4
4
  "description": "The official CLI for developing on HubSpot",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "https://github.com/HubSpot/hubspot-cli",