@jeromefitz/notion 2.0.6 → 2.0.7-notion--website-oss.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeromefitz/notion",
3
- "version": "2.0.6",
3
+ "version": "2.0.7-notion--website-oss.1",
4
4
  "description": "Notion: Custom Client for jeromefitzgerald.com",
5
5
  "author": {
6
6
  "name": "Jerome Fitzgerald",
@@ -42,7 +42,7 @@
42
42
  "semantic-release:mono": "semantic-release -e semantic-release-monorepo"
43
43
  },
44
44
  "dependencies": {
45
- "@notionhq/client": "0.4.12",
45
+ "@notionhq/client": "0.4.13",
46
46
  "date-fns": "2.28.0",
47
47
  "date-fns-tz": "1.2.2",
48
48
  "github-slugger": "1.4.0",
package/schema/index.d.ts CHANGED
@@ -61,6 +61,7 @@ interface Default {
61
61
  seoDescription: any;
62
62
  seoImage: any;
63
63
  seoImageDescription: any;
64
+ title: any;
64
65
  }
65
66
  declare type BlogPost = Default;
66
67
  declare type Blog = Record<string, BlogPost>;
@@ -95,6 +96,9 @@ interface Event extends Default {
95
96
  rollupEvents__Shows_Lineup: any;
96
97
  rollupEvents__Shows: any;
97
98
  rollupEvents__Venues: any;
99
+ rollupLineup: any;
100
+ rollupTags: any;
101
+ rollupTagsSecondary: any;
98
102
  socialFacebook: any;
99
103
  socialWebsite: any;
100
104
  ticketUrl: any;