@labdigital/commercetools-mock 1.1.3 → 1.2.0

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.
@@ -44429,6 +44429,9 @@ ${this.pendingMocks().join("\n")}`
44429
44429
  setLocalizedDescription: (_context, resource, { localizedDescription }) => {
44430
44430
  resource.localizedDescription = localizedDescription;
44431
44431
  },
44432
+ setLocalizedName: (_context, resource, { localizedName }) => {
44433
+ resource.localizedName = localizedName;
44434
+ },
44432
44435
  setPredicate: (_context, resource, { predicate }) => {
44433
44436
  resource.predicate = predicate;
44434
44437
  },