marko 5.34.2 → 5.34.3

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
@@ -324,7 +324,7 @@ declare global {
324
324
  Return extends Element,
325
325
  > {
326
326
  input: Input;
327
- return: () => Return;
327
+ return: { value: () => Return };
328
328
  }
329
329
  export interface NativeTags {
330
330
  [name: string]: NativeTag<Record<string, any>, Element>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.34.2",
3
+ "version": "5.34.3",
4
4
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
5
5
  "keywords": [
6
6
  "front-end",