@labdigital/commercetools-mock 1.1.1 → 1.1.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.
package/dist/index.mjs CHANGED
@@ -4285,7 +4285,7 @@ var TaxCategoryRepository = class extends AbstractResourceRepository {
4285
4285
  };
4286
4286
 
4287
4287
  // src/repositories/type.ts
4288
- import { isEqual } from "lodash";
4288
+ import isEqual from "lodash.isequal";
4289
4289
  var TypeRepository = class extends AbstractResourceRepository {
4290
4290
  constructor() {
4291
4291
  super(...arguments);