@cldmv/slothlet 2.5.2 → 2.5.3

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.
@@ -184,7 +184,7 @@ export function processModuleFromAnalysis(analysis, options = {}) {
184
184
 
185
185
 
186
186
  if (hasDefault && typeof processedModule.default === "object") {
187
- const obj = { ...processedModule.default };
187
+ const obj = processedModule.default;
188
188
 
189
189
 
190
190
  for (const [exportName, exportValue] of Object.entries(processedModule)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cldmv/slothlet",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "moduleVersions": {
5
5
  "lazy": "1.3.0",
6
6
  "eager": "1.3.0"