xast-util-feed
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -120,3 +120,3 @@ /** | ||
while (++offset < datum.tags.length) { | ||
items.push(x('category', {term: String(datum.tags[offset])})) | ||
children.push(x('category', {term: String(datum.tags[offset])})) | ||
} | ||
@@ -123,0 +123,0 @@ } |
{ | ||
"name": "xast-util-feed", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "xast utility to build feeds (rss, atom)", | ||
@@ -50,5 +50,5 @@ "license": "MIT", | ||
"type-coverage": "^2.0.0", | ||
"typescript": "^4.0.0", | ||
"typescript": "^5.0.0", | ||
"xast-util-to-xml": "^3.0.0", | ||
"xo": "^0.53.0" | ||
"xo": "^0.54.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "scripts": { |
36172