marko 5.25.17 → 5.25.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,7 +53,7 @@ You can also import, reuse, and extend `Input` interfaces from other `.marko` or
53
53
  ```marko
54
54
  import { Input as PriceInput } from "<PriceField>";
55
55
  import { ExtraTypes } from "lib/utils.ts";
56
- export type Input = { ...PriceInput, ...ExtraTypes };
56
+ export type Input = PriceInput & ExtraTypes;
57
57
  ```
58
58
 
59
59
  ```marko
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.25.17",
3
+ "version": "5.25.18",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {