@gaialabs/core 0.2.9 → 0.2.10

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/index.cjs CHANGED
@@ -5279,7 +5279,7 @@ var DbRootUtils = class {
5279
5279
  name
5280
5280
  });
5281
5281
  extLookup[type.extension] = type;
5282
- fileTypeLookup[type.type] = type;
5282
+ fileTypeLookup[type.name] = type;
5283
5283
  acc[name] = type;
5284
5284
  return acc;
5285
5285
  }, {});