@backstage-community/plugin-tech-insights-maturity 0.5.0 → 0.6.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage-community/plugin-tech-insights-maturity
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e8743d9: Backstage version bump to v1.46.2
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [e8743d9]
12
+ - @backstage-community/plugin-tech-insights-common@0.8.0
13
+ - @backstage-community/plugin-tech-insights-maturity-common@0.4.0
14
+ - @backstage-community/plugin-tech-insights-react@1.3.0
15
+
3
16
  ## 0.5.0
4
17
 
5
18
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ import { Entity } from '@backstage/catalog-model';
3
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
4
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
5
5
  import { DiscoveryApi, IdentityApi } from '@backstage/core-plugin-api';
6
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
6
7
  import { TechInsightsApi, TechInsightsClient } from '@backstage-community/plugin-tech-insights-react';
7
8
  import { MaturityRank, MaturityScore, BulkMaturityCheckResponse, MaturitySummary, BulkMaturitySummary } from '@backstage-community/plugin-tech-insights-maturity-common';
8
9
  import { CatalogApi } from '@backstage/catalog-client';
@@ -41,7 +42,7 @@ declare const EntityMaturitySummaryCard: () => react_jsx_runtime.JSX.Element;
41
42
  *
42
43
  * @public
43
44
  */
44
- declare const maturityApiRef: _backstage_core_plugin_api.ApiRef<MaturityApi>;
45
+ declare const maturityApiRef: _backstage_frontend_plugin_api.ApiRef<MaturityApi>;
45
46
  /**
46
47
  * Maturity API client interface extention of TechInsightsApi
47
48
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tech-insights-maturity",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -56,15 +56,15 @@
56
56
  "postpack": "backstage-cli package postpack"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage-community/plugin-tech-insights-common": "^0.7.1",
60
- "@backstage-community/plugin-tech-insights-maturity-common": "^0.3.1",
61
- "@backstage-community/plugin-tech-insights-react": "^1.2.1",
62
- "@backstage/catalog-client": "^1.10.0",
63
- "@backstage/catalog-model": "^1.7.4",
64
- "@backstage/core-components": "^0.17.2",
65
- "@backstage/core-plugin-api": "^1.10.7",
66
- "@backstage/plugin-catalog-react": "^1.18.0",
67
- "@backstage/theme": "^0.6.6",
59
+ "@backstage-community/plugin-tech-insights-common": "^0.8.0",
60
+ "@backstage-community/plugin-tech-insights-maturity-common": "^0.4.0",
61
+ "@backstage-community/plugin-tech-insights-react": "^1.3.0",
62
+ "@backstage/catalog-client": "^1.12.1",
63
+ "@backstage/catalog-model": "^1.7.6",
64
+ "@backstage/core-components": "^0.18.4",
65
+ "@backstage/core-plugin-api": "^1.12.1",
66
+ "@backstage/plugin-catalog-react": "^1.21.4",
67
+ "@backstage/theme": "^0.7.1",
68
68
  "@backstage/version-bridge": "^1.0.11",
69
69
  "@mui/icons-material": "5.18.0",
70
70
  "@mui/material": "5.18.0",
@@ -81,9 +81,9 @@
81
81
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
82
82
  },
83
83
  "devDependencies": {
84
- "@backstage/cli": "^0.32.1",
85
- "@backstage/dev-utils": "^1.1.10",
86
- "@backstage/test-utils": "^1.7.8",
84
+ "@backstage/cli": "^0.35.1",
85
+ "@backstage/dev-utils": "^1.1.18",
86
+ "@backstage/test-utils": "^1.7.14",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
88
  "@testing-library/react": "^14.0.0",
89
89
  "msw": "^1.0.0",