@openmrs/webpack-config 5.7.3-pre.2113 → 5.7.3-pre.2119

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.js CHANGED
@@ -285,7 +285,6 @@ exports.default = (env, argv = {}) => {
285
285
  '@openmrs/esm-framework': '@openmrs/esm-framework/src/internal',
286
286
  'lodash.debounce': 'lodash-es/debounce',
287
287
  'lodash.findlast': 'lodash-es/findLast',
288
- 'lodash.isequal': 'lodash-es/isEqual',
289
288
  'lodash.omit': 'lodash-es/omit',
290
289
  'lodash.throttle': 'lodash-es/throttle',
291
290
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/webpack-config",
3
- "version": "5.7.3-pre.2113",
3
+ "version": "5.7.3-pre.2119",
4
4
  "license": "MPL-2.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
package/src/index.ts CHANGED
@@ -337,7 +337,6 @@ export default (env: Record<string, string>, argv: Record<string, string> = {})
337
337
  '@openmrs/esm-framework': '@openmrs/esm-framework/src/internal',
338
338
  'lodash.debounce': 'lodash-es/debounce',
339
339
  'lodash.findlast': 'lodash-es/findLast',
340
- 'lodash.isequal': 'lodash-es/isEqual',
341
340
  'lodash.omit': 'lodash-es/omit',
342
341
  'lodash.throttle': 'lodash-es/throttle',
343
342
  },