@xylabs/lodash 2.10.4 → 2.10.6

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/src/cjsIndex.ts DELETED
@@ -1,5 +0,0 @@
1
- // eslint-disable-next-line no-restricted-imports
2
- import lodash from 'lodash'
3
-
4
- // eslint-disable-next-line import/no-default-export
5
- export default lodash
package/src/esmIndex.ts DELETED
@@ -1,2 +0,0 @@
1
- // eslint-disable-next-line no-restricted-imports
2
- export * from 'lodash-es'
@@ -1,3 +0,0 @@
1
- // eslint-disable-next-line no-restricted-imports
2
- import type lodash from 'lodash'
3
- export = lodash
@@ -1,2 +0,0 @@
1
- import type * as lodash from 'lodash-es'
2
- export = lodash