@vendure/admin-ui 1.6.0 → 1.6.1

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.
@@ -6529,7 +6529,7 @@
6529
6529
  code: operation.code,
6530
6530
  arguments: Object.values(formValueOperations.args || {}).map(function (value, j) { return ({
6531
6531
  name: operation.args[j].name,
6532
- value: value.hasOwnProperty('value')
6532
+ value: (value === null || value === void 0 ? void 0 : value.hasOwnProperty('value'))
6533
6533
  ? encodeConfigArgValue(value.value)
6534
6534
  : encodeConfigArgValue(value),
6535
6535
  }); }),
@@ -14570,7 +14570,7 @@
14570
14570
  }
14571
14571
 
14572
14572
  // Auto-generated by the set-version.js script.
14573
- var ADMIN_UI_VERSION = '1.6.0';
14573
+ var ADMIN_UI_VERSION = '1.6.1';
14574
14574
 
14575
14575
  /**
14576
14576
  * Responsible for registering dashboard widget components and querying for layouts.