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