@the-inkwell/shared 0.1.14 → 0.1.15

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": "@the-inkwell/shared",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Shared code for Inkwell",
5
5
  "license": "ISC",
6
6
  "author": "Inkwell (Rob Yedlin)",
@@ -6,9 +6,9 @@ type AdminWebsiteStaticPage = {
6
6
  slug: string
7
7
  name: string
8
8
  path: string
9
- meta?: {
9
+ meta: {
10
10
  [key: string]: string
11
- }
11
+ } | null
12
12
  content: {
13
13
  [key: string]: string
14
14
  }