pawajs 1.3.8 → 1.3.9

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -840,7 +840,7 @@ const component = (el, resume = false, attr, notRender, stopResume) => {
840
840
  getComment(el)
841
841
  getEndComment(comment)
842
842
  el.removeAttribute(attr.name)
843
- const numberComponentChildren = notRender.index + children.length - 1
843
+ const numberComponentChildren = notRender.index + children.length - 2
844
844
  notRender.notRender = numberComponentChildren
845
845
  resumer.resume_component?.(el, attr, setStateContext, mapsPlugins, formerStateContext, pawaContext, stateWatch, { comment, endComment, name, serialized, id, children })
846
846
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pawajs",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "type":"module",
5
5
  "description": "pawajs library (html runtime) for easily building web ui, enhancing html element, micro frontend etc ",
6
6
  "main": "index.js",