@astrojs/rss
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -29,9 +29,9 @@ import { z } from 'astro/zod'; | ||
/** Link to item */ | ||
link: z.infer<typeof rssSchema>['link']; | ||
link?: z.infer<typeof rssSchema>['link']; | ||
/** Full content of the item. Should be valid HTML */ | ||
content?: z.infer<typeof rssSchema>['content']; | ||
/** Title of item */ | ||
title: z.infer<typeof rssSchema>['title']; | ||
title?: z.infer<typeof rssSchema>['title']; | ||
/** Publication date of item */ | ||
pubDate: z.infer<typeof rssSchema>['pubDate']; | ||
pubDate?: z.infer<typeof rssSchema>['pubDate']; | ||
/** Item description */ | ||
@@ -38,0 +38,0 @@ description?: z.infer<typeof rssSchema>['description']; |
{ | ||
"name": "@astrojs/rss", | ||
"description": "Add RSS feeds to your Astro projects", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"type": "module", | ||
@@ -26,7 +26,7 @@ "types": "./dist/index.d.ts", | ||
"xml2js": "0.6.2", | ||
"astro": "4.8.4", | ||
"astro": "4.11.1", | ||
"astro-scripts": "0.0.14" | ||
}, | ||
"dependencies": { | ||
"fast-xml-parser": "^4.3.6", | ||
"fast-xml-parser": "^4.4.0", | ||
"kleur": "^4.1.5" | ||
@@ -33,0 +33,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37440
Updatedfast-xml-parser@^4.4.0