marko 5.34.2 → 5.34.3

Sign up to get free protection for your applications and to get access to all the features.
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",