marko 5.22.5 → 5.22.6

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.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -111,7 +111,7 @@ declare namespace Marko {
111
111
  /** @deprecated */
112
112
  public readonly els: Element[];
113
113
  /** Mutable state that when changed causes a rerender. */
114
- abstract state: State;
114
+ state: State;
115
115
 
116
116
  /** Returns the amount of event handlers listening to a specific event. */
117
117
  listenerCount(eventName: PropertyKey): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.22.5",
3
+ "version": "5.22.6",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {