@hubspot/local-dev-lib 0.5.0-experimental.7 → 0.5.0-experimental.8

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/config/index.js +1 -1
  2. package/package.json +1 -1
package/config/index.js CHANGED
@@ -15,7 +15,7 @@ const environment_1 = require("../lib/environment");
15
15
  const HubSpotConfigError_1 = require("../models/HubSpotConfigError");
16
16
  const config_2 = require("../constants/config");
17
17
  function localConfigFileExists() {
18
- return Boolean((0, utils_1.getLocalConfigDefaultFilePath)());
18
+ return Boolean((0, utils_1.getLocalConfigFilePath)());
19
19
  }
20
20
  exports.localConfigFileExists = localConfigFileExists;
21
21
  function globalConfigFileExists() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/local-dev-lib",
3
- "version": "0.5.0-experimental.7",
3
+ "version": "0.5.0-experimental.8",
4
4
  "description": "Provides library functionality for HubSpot local development tooling, including the HubSpot CLI",
5
5
  "repository": {
6
6
  "type": "git",