@xylabs/lodash 2.10.4 → 2.10.5

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
@@ -70,5 +70,5 @@
70
70
  },
71
71
  "sideEffects": false,
72
72
  "types": "./types/esmIndex.d.mts",
73
- "version": "2.10.4"
73
+ "version": "2.10.5"
74
74
  }
package/src/esmIndex.ts CHANGED
@@ -1,2 +1,5 @@
1
- // eslint-disable-next-line no-restricted-imports
1
+ import * as lodash from 'lodash-es'
2
2
  export * from 'lodash-es'
3
+
4
+ // eslint-disable-next-line import/no-default-export
5
+ export default lodash
@@ -1,3 +1,3 @@
1
1
  // eslint-disable-next-line no-restricted-imports
2
- import type lodash from 'lodash'
2
+ import lodash from 'lodash'
3
3
  export = lodash
@@ -1,2 +1,2 @@
1
- import type * as lodash from 'lodash-es'
1
+ import * as lodash from 'lodash-es'
2
2
  export = lodash