pawajs 1.4.2 → 1.4.3

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.
@@ -139,7 +139,6 @@ export const normal_component=(el,stateContext,setStateContext,mapsPlugin,former
139
139
  }
140
140
 
141
141
  const childInsert=()=>{
142
- console.log(el._component?._hook,el.tagName)
143
142
  el._component?._hook?.beforeMount?.forEach((bfm) => {
144
143
  bfm._sent=true
145
144
  const result= bfm(comment)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pawajs",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
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",