@hubspot/ui-extensions-dev-server 0.10.1 → 0.10.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.
package/dist/lib/utils.js CHANGED
@@ -67,7 +67,7 @@ function isExtensionFile(filepath, extensionPath) {
67
67
  return !relativePath.startsWith('..') && !path_1.default.isAbsolute(relativePath);
68
68
  }
69
69
  catch (e) {
70
- console.log(`Error checking if ${filepath} is in extension path: ${e}`);
70
+ // console.log(`Error checking if ${filepath} is in extension path: ${e}`);
71
71
  // If there's an error, we can't determine if the file is in the extension path, so return false.
72
72
  return false;
73
73
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/ui-extensions-dev-server",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "uie": "./dist/lib/bin/cli.js"
@@ -70,5 +70,5 @@
70
70
  "optional": true
71
71
  }
72
72
  },
73
- "gitHead": "d3300e12daf61bc1931da0e79d62aede9675a750"
73
+ "gitHead": "e2b4235a577b2c9ec027f2646ebf4268374fe28b"
74
74
  }