@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.js CHANGED
@@ -4318,7 +4318,7 @@ var TaxCategoryRepository = class extends AbstractResourceRepository {
4318
4318
  };
4319
4319
 
4320
4320
  // src/repositories/type.ts
4321
- var import_lodash = require("lodash");
4321
+ var import_lodash = __toESM(require("lodash.isequal"));
4322
4322
  var TypeRepository = class extends AbstractResourceRepository {
4323
4323
  constructor() {
4324
4324
  super(...arguments);
@@ -4351,7 +4351,7 @@ var TypeRepository = class extends AbstractResourceRepository {
4351
4351
  result.push(field);
4352
4352
  current = current.filter((f) => f.name !== fieldName);
4353
4353
  });
4354
- if ((0, import_lodash.isEqual)(
4354
+ if ((0, import_lodash.default)(
4355
4355
  fieldNames,
4356
4356
  resource.fieldDefinitions.map((item) => item.name)
4357
4357
  )) {