@marko/compiler 5.22.9 → 5.23.0

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.
@@ -293,7 +293,7 @@ function parseMarko(file) {
293
293
  endAttr();
294
294
  currentTag.node.attributes.push(
295
295
  currentAttr = t.markoAttribute(
296
- name || "default",
296
+ name || "value",
297
297
  t.booleanLiteral(true),
298
298
  modifier,
299
299
  undefined,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marko/compiler",
3
3
  "description": "Marko template to JS compiler.",
4
- "version": "5.22.9",
4
+ "version": "5.23.0",
5
5
  "author": "Dylan Piercey <dpiercey@ebay.com>",
6
6
  "bugs": "https://github.com/marko-js/marko/issues/new?template=Bug_report.md",
7
7
  "dependencies": {
@@ -30,7 +30,7 @@
30
30
  "strip-json-comments": "^3.1.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@marko/translator-default": "^5.21.7"
33
+ "@marko/translator-default": "^5.22.0"
34
34
  },
35
35
  "files": [
36
36
  "dist",