@drodil/backstage-plugin-qeta-common 3.37.1 → 3.38.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
@@ -691,6 +691,7 @@ interface URLMetadataResponse {
691
691
  title?: string;
692
692
  content?: string;
693
693
  image?: string;
694
+ favicon?: string;
694
695
  }
695
696
  interface EntityLinks {
696
697
  entityRef: string;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "frontend",
8
8
  "backstage.io"
9
9
  ],
10
- "version": "3.37.1",
10
+ "version": "3.38.0",
11
11
  "main": "dist/index.cjs.js",
12
12
  "types": "dist/index.d.ts",
13
13
  "prepublishOnly": "yarn tsc && yarn build",