@tmlmobilidade/rss 20260507.11.20 → 20260507.1753.34

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.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import type { CreateRssFeedOptions, RssRawItem } from './types/index.js';
2
- export type { RssRawImageInput } from './types/index.js';
1
+ import { type CreateRssFeedOptions, type RssRawItem } from './types/index.js';
2
+ export * from './types/index.js';
3
3
  export declare function createRssFeed(rawItems: RssRawItem[], options: CreateRssFeedOptions): string;
package/dist/index.js CHANGED
@@ -2,6 +2,8 @@
2
2
  import { rssFeedItem } from './components/RSSFeedItem/index.js';
3
3
  import { rssFeed } from './components/RssXML/index.js';
4
4
  /* * */
5
+ export * from './types/index.js';
6
+ /* * */
5
7
  export function createRssFeed(rawItems, options) {
6
8
  //
7
9
  //
@@ -1,3 +1,2 @@
1
1
  /* * */
2
2
  export {};
3
- /* * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/rss",
3
- "version": "20260507.11.20",
3
+ "version": "20260507.1753.34",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"