pawajs-continue 1.0.8 → 1.0.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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -17,6 +17,7 @@ export const resume_text=(el,attr,isName)=>{
17
17
  el.childNodes.forEach((value, index) => {
18
18
  if(value.nodeType === 8 && value.data.startsWith('textEvaluator-')){
19
19
  textNodes=value.data.slice(14)
20
+ value.remove()
20
21
  }
21
22
  })
22
23
  const evaluate = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pawajs-continue",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Pawajs continuity initializer library for ssr",
5
5
  "main": "index.js",
6
6
  "scripts": {