@drodil/backstage-plugin-qeta-common 3.45.2 → 3.46.0

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/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -410,6 +410,7 @@ interface Post extends PostAnswerEntity {
410
410
  url?: string;
411
411
  images?: number[];
412
412
  status: PostStatus;
413
+ published?: Date;
413
414
  }
414
415
  type NewPostEvent = {
415
416
  post: Post;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "frontend",
8
8
  "backstage.io"
9
9
  ],
10
- "version": "3.45.2",
10
+ "version": "3.46.0",
11
11
  "main": "dist/index.cjs.js",
12
12
  "types": "dist/index.d.ts",
13
13
  "prepublishOnly": "yarn tsc && yarn build",