@backstage-community/plugin-tech-insights-react 1.3.1 → 1.3.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage-community/plugin-tech-insights-react
2
2
 
3
+ ## 1.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0b21938: Upgrades Typescript to 5.7.0
8
+
3
9
  ## 1.3.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -196,7 +196,7 @@ type ResultLinksMenuInfo = {
196
196
  */
197
197
  declare const ResultLinksMenu: (props: PropsWithChildren<{
198
198
  result: CheckResult;
199
- entity?: Entity | undefined;
199
+ entity?: Entity;
200
200
  setMenu(opener: ResultLinksMenuInfo | undefined): void;
201
201
  }>) => react_jsx_runtime.JSX.Element | null;
202
202
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tech-insights-react",
3
3
  "description": "Web library for the tech-insights plugin",
4
- "version": "1.3.1",
4
+ "version": "1.3.2",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",