@hubspot/local-dev-lib 0.2.1 → 0.2.2

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.
@@ -119,6 +119,7 @@ async function updateConfigWithAccessToken(token, personalAccessKey, env, name,
119
119
  tokenInfo: { accessToken, expiresAt },
120
120
  sandboxAccountType,
121
121
  parentAccountId,
122
+ env: accountEnv,
122
123
  });
123
124
  (0, config_1.writeConfig)();
124
125
  if (makeDefault && name) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/local-dev-lib",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Provides library functionality for HubSpot local development tooling, including the HubSpot CLI",
5
5
  "main": "lib/index.js",
6
6
  "repository": {