@marko/runtime-tags 6.0.114 → 6.0.115

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.
@@ -6056,7 +6056,7 @@ function getUsedAttrs(tagName, tag) {
6056
6056
  }
6057
6057
  }
6058
6058
  spreadProps.push(import_compiler30.types.spreadElement(value));
6059
- } else if (!seen[attr.name] || !(attr.name === "content" && tag.body.body.length)) {
6059
+ } else if (!(seen[attr.name] || attr.name === "content" && tag.body.body.length)) {
6060
6060
  seen[attr.name] = attr;
6061
6061
  if (spreadProps) {
6062
6062
  spreadProps.push(toObjectProperty(attr.name, attr.value));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marko/runtime-tags",
3
- "version": "6.0.114",
3
+ "version": "6.0.115",
4
4
  "description": "Optimized runtime for Marko templates.",
5
5
  "keywords": [
6
6
  "api",