marko 5.37.46 → 5.37.47

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.
package/index.d.ts CHANGED
@@ -55,7 +55,7 @@ declare global {
55
55
  next: Return extends { valueChange?(next: infer Next): any }
56
56
  ? Next
57
57
  : never,
58
- ): void;
58
+ );
59
59
  update(input: Marko.TemplateInput<Input>): void;
60
60
  destroy(): void;
61
61
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.37.46",
3
+ "version": "5.37.47",
4
4
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
5
5
  "keywords": [
6
6
  "front-end",
package/tags-html.d.ts CHANGED
@@ -2576,7 +2576,7 @@ declare global {
2576
2576
  * @see Marko.Body
2577
2577
  */
2578
2578
  content?:
2579
- | AttrMissing
2579
+ | AttrString
2580
2580
  | Marko.Body<[], void>
2581
2581
  | Marko.Template<Record<any, never>, void>;
2582
2582