@the-inkwell/shared 0.1.13 → 0.1.14

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