pawa-ssr 1.3.3 → 1.3.4

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 +2 -2
package/index.js CHANGED
@@ -224,7 +224,7 @@ export const getAllServerAttrArray=()=>{
224
224
 
225
225
  const {compoAfterCall,compoBeforeCall,externalPlugin,
226
226
  fullNamePlugin,renderAfterPawa,renderBeforeChild,
227
- renderBeforePawa,startsWithSet
227
+ renderBeforePawa,startsWithSet,pawaAttributes
228
228
  }=pluginsMap()
229
229
  const setPawaAttribute=(...attr)=>{
230
230
  attr.forEach(att=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pawa-ssr",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "type":"module",
5
5
  "description": "pawajs ssr libary",
6
6
  "main": "index.js",
@@ -25,6 +25,6 @@
25
25
  "homepage": "https://github.com/Allisboy/pawajs-ssr#readme",
26
26
  "dependencies": {
27
27
  "linkedom": "^0.18.11",
28
- "pawajs": "^1.4.11"
28
+ "pawajs": "^1.4.12"
29
29
  }
30
30
  }