@bolttech/form-engine-core 0.0.1-beta.27 → 0.0.1-beta.29

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.esm.js +5 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3357,6 +3357,11 @@ class FormCore {
3357
3357
  }) {
3358
3358
  const field = this.fields.get(key);
3359
3359
  const structVisibility = field === null || field === void 0 ? void 0 : field.visibilityConditions;
3360
+ console.table({
3361
+ key,
3362
+ field,
3363
+ structVisibility
3364
+ });
3360
3365
  if (!structVisibility || !(structVisibility === null || structVisibility === void 0 ? void 0 : structVisibility.some(config => config.events.includes(event)))) {
3361
3366
  return;
3362
3367
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bolttech/form-engine-core",
3
- "version": "0.0.1-beta.27",
3
+ "version": "0.0.1-beta.29",
4
4
  "module": "./index.esm.js",
5
5
  "type": "module",
6
6
  "main": "./index.esm.js",