@glidevvr/storage-payload-types-pkg 1.0.194 → 1.0.195

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 (2) hide show
  1. package/package.json +1 -1
  2. package/payload-types.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.194",
3
+ "version": "1.0.195",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -732,9 +732,6 @@ export interface Post {
732
732
  indexable?: boolean | null;
733
733
  };
734
734
  slug: string;
735
- /**
736
- * Optional author name for the blog post
737
- */
738
735
  author?: string | null;
739
736
  publishedAt?: string | null;
740
737
  /**