@bolttech/form-engine-core 0.0.1-beta.34 → 0.0.1-beta.35

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 +2 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3342,7 +3342,8 @@ class FormCore {
3342
3342
  if (!this.fields.has(field)) {
3343
3343
  /*
3344
3344
  * check with João the need for a global mount event for the form
3345
- * to avoid not displaying this message in some cases
3345
+ * to avoid not displaying this message in some cases (AsFormField)
3346
+ * sugestion: create subscriber to targetField.ON_FIELD_MOUNT
3346
3347
  */
3347
3348
  console.warn(`failed to update visibility onto field ${field}`);
3348
3349
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bolttech/form-engine-core",
3
- "version": "0.0.1-beta.34",
3
+ "version": "0.0.1-beta.35",
4
4
  "module": "./index.esm.js",
5
5
  "type": "module",
6
6
  "main": "./index.esm.js",