dcp-client 4.3.7 → 4.3.8

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.
@@ -684,7 +684,7 @@ self.wrapScriptLoading({ scriptName: 'access-lists', ringTransition: true }, fun
684
684
  function applyAccessLists(obj, allowList, blockList = {}) {
685
685
  if (!obj) { return; }
686
686
  Object.getOwnPropertyNames(obj).forEach(function (prop) {
687
- if (Object.getOwnPropertyDescriptor(obj, prop).configurable) {
687
+ if (Object.getOwnPropertyDescriptor(obj, prop)?.configurable) {
688
688
  if (!allowList.has(prop)) {
689
689
  let isSet = false;
690
690
  let propValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-client",
3
- "version": "4.3.7",
3
+ "version": "4.3.8",
4
4
  "description": "Core libraries for accessing DCP network",
5
5
  "keywords": [
6
6
  "dcp"