marko 5.34.1 → 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 +2 -2
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.1",
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",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "dependencies": {
67
67
  "@marko/compiler": "^5.36.1",
68
- "@marko/translator-default": "^5.33.1",
68
+ "@marko/translator-default": "^6.0.0",
69
69
  "app-module-path": "^2.2.0",
70
70
  "argly": "^1.2.0",
71
71
  "browser-refresh-client": "1.1.4",