@x-wave/blog 1.0.28 → 1.0.29

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.
Files changed (3) hide show
  1. package/index.js +732 -697
  2. package/package.json +1 -1
  3. package/types/index.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-wave/blog",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
package/types/index.ts CHANGED
@@ -16,6 +16,7 @@ export type NavigationEntry = NavigationSection | NavigationItem
16
16
  export interface LoadedContent {
17
17
  content: string
18
18
  frontmatter: {
19
+ title?: string
19
20
  hasAdvanced?: boolean
20
21
  tags?: string[]
21
22
  date?: string