@ddd-tool/domain-designer-ui-component 0.0.0-alpha.5 → 0.0.0-alpha.6

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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -11603,6 +11603,8 @@ function Eu(o, e) {
11603
11603
  if (!Lu(s))
11604
11604
  continue;
11605
11605
  const u = n.querySelector(`[data-name="${s._attributes.__code}"]`);
11606
+ if (!u)
11607
+ continue;
11606
11608
  let f = 0;
11607
11609
  for (const g of Object.keys(s.inner)) {
11608
11610
  f++;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddd-tool/domain-designer-ui-component",
3
- "version": "0.0.0-alpha.5",
3
+ "version": "0.0.0-alpha.6",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "dependencies": {