pawajs 1.4.28 → 1.4.29

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/package.json +1 -1
  2. package/pawaElement.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pawajs",
3
- "version": "1.4.28",
3
+ "version": "1.4.29",
4
4
  "type":"module",
5
5
  "description": "pawajs library (reactive web runtime) for easily building web ui, enhancing html element, micro frontend etc ",
6
6
  "main": "index.js",
package/pawaElement.js CHANGED
@@ -150,7 +150,7 @@ export class PawaElement {
150
150
  })
151
151
  }
152
152
  reCheckStaticContext(){
153
- const context=this.#context
153
+ const context=this._context
154
154
  if (this._staticContext.length > 0) {
155
155
  for (const [key,value] of Object.entries(context)) {
156
156
  if (this._staticContext.includes(key)) {