marko 5.25.13 → 5.25.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tags-html.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.25.13",
3
+ "version": "5.25.14",
4
4
  "license": "MIT",
5
5
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
6
6
  "dependencies": {
package/tags-html.d.ts CHANGED
@@ -1237,7 +1237,7 @@ declare global {
1237
1237
  * Controls the data type (and associated control) of the element.
1238
1238
  * @see https://html.spec.whatwg.org/multipage/input.html#attr-input-type
1239
1239
  */
1240
- type:
1240
+ type?:
1241
1241
  | AttrMissing
1242
1242
  | "button"
1243
1243
  | "checkbox"