@backstage/core-compat-api 0.2.1-next.2 → 0.2.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 +20 -0
- package/dist/index.d.ts +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @backstage/core-compat-api
|
|
2
2
|
|
|
3
|
+
## 0.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-app-api@1.12.2
|
|
9
|
+
- @backstage/frontend-plugin-api@0.6.2
|
|
10
|
+
- @backstage/core-plugin-api@1.9.1
|
|
11
|
+
- @backstage/version-bridge@1.0.7
|
|
12
|
+
|
|
13
|
+
## 0.2.1
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/core-app-api@1.12.1
|
|
19
|
+
- @backstage/core-plugin-api@1.9.1
|
|
20
|
+
- @backstage/frontend-plugin-api@0.6.1
|
|
21
|
+
- @backstage/version-bridge@1.0.7
|
|
22
|
+
|
|
3
23
|
## 0.2.1-next.2
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -111,4 +111,4 @@ declare function convertLegacyRouteRef<TParams extends AnyRouteRefParams>(ref: S
|
|
|
111
111
|
*/
|
|
112
112
|
declare function convertLegacyRouteRef<TParams extends AnyRouteRefParams, TOptional extends boolean>(ref: ExternalRouteRef<TParams, TOptional>): ExternalRouteRef$1<TParams, TOptional>;
|
|
113
113
|
|
|
114
|
-
export { MultipleAnalyticsApi, NoOpAnalyticsApi, ToNewRouteRef, compatWrapper, convertLegacyApp, convertLegacyRouteRef, convertLegacyRouteRefs };
|
|
114
|
+
export { MultipleAnalyticsApi, NoOpAnalyticsApi, type ToNewRouteRef, compatWrapper, convertLegacyApp, convertLegacyRouteRef, convertLegacyRouteRefs };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-compat-api",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"postpack": "backstage-cli package postpack"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@backstage/core-app-api": "^1.12.
|
|
32
|
-
"@backstage/core-plugin-api": "^1.9.1
|
|
33
|
-
"@backstage/frontend-plugin-api": "^0.6.
|
|
31
|
+
"@backstage/core-app-api": "^1.12.2",
|
|
32
|
+
"@backstage/core-plugin-api": "^1.9.1",
|
|
33
|
+
"@backstage/frontend-plugin-api": "^0.6.2",
|
|
34
34
|
"@backstage/version-bridge": "^1.0.7",
|
|
35
35
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
36
36
|
},
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@backstage/cli": "^0.
|
|
43
|
-
"@backstage/frontend-app-api": "^0.6.
|
|
44
|
-
"@backstage/frontend-test-utils": "^0.1.
|
|
45
|
-
"@backstage/plugin-catalog": "^1.18.
|
|
46
|
-
"@backstage/plugin-puppetdb": "^0.1.
|
|
47
|
-
"@backstage/plugin-stackstorm": "^0.1.
|
|
42
|
+
"@backstage/cli": "^0.26.1",
|
|
43
|
+
"@backstage/frontend-app-api": "^0.6.2",
|
|
44
|
+
"@backstage/frontend-test-utils": "^0.1.4",
|
|
45
|
+
"@backstage/plugin-catalog": "^1.18.1",
|
|
46
|
+
"@backstage/plugin-puppetdb": "^0.1.15",
|
|
47
|
+
"@backstage/plugin-stackstorm": "^0.1.13",
|
|
48
48
|
"@oriflame/backstage-plugin-score-card": "^0.8.0",
|
|
49
49
|
"@testing-library/jest-dom": "^6.0.0",
|
|
50
50
|
"@testing-library/react": "^14.0.0"
|