@hubspot/project-parsing-lib 0.1.7 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/project-parsing-lib",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Parsing library for converting projects directory structures to their intermediate representation",
5
5
  "license": "Apache-2.0",
6
6
  "main": "src/index.js",
@@ -85,7 +85,7 @@ function convertIRToProjectConfig(IR) {
85
85
  type: (0, transform_1.mapToUserFacingType)(componentType),
86
86
  // We are assuming no dependencies for now since this will be a freshly migrated
87
87
  // project and the current supported components don't have non-hierarchical dependencies
88
- dependencies: {},
88
+ dependencies: undefined,
89
89
  };
90
90
  }
91
91
  function getTargetDirectoryFromComponentType(componentType) {