@omerlo/omerlo-webkit 0.0.7 → 0.0.8

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.
@@ -15,6 +15,7 @@ export interface ContentSeo {
15
15
  }
16
16
  export interface ContentSummary {
17
17
  id: string;
18
+ metadata: Record<string, string>;
18
19
  template: ContentTemplate;
19
20
  canonicalDomain: string | null;
20
21
  canonicalUrl: string | null;
@@ -36,7 +37,6 @@ export interface ContentSummary {
36
37
  authors: (PersonSummary | OrganizationSummary)[];
37
38
  }
38
39
  export interface Content extends ContentSummary {
39
- metadata: Record<string, string>;
40
40
  blocks: ContentBlock[];
41
41
  }
42
42
  export type ContentBlockRichtext = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omerlo/omerlo-webkit",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",