@backstage/core-compat-api 0.0.0-nightly-20231122021643 → 0.0.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 +0 -17
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,5 @@
|
|
|
1
1
|
# @backstage/core-compat-api
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-20231122021643
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 03d0b6dcdcf6: Added `convertLegacyRouteRef` utility to convert existing route refs to be used with the new experimental packages.
|
|
8
|
-
- c219b168aa99: Made package public so it can be published
|
|
9
|
-
- Updated dependencies
|
|
10
|
-
- @backstage/core-plugin-api@0.0.0-nightly-20231122021643
|
|
11
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-20231122021643
|
|
12
|
-
- @backstage/core-app-api@0.0.0-nightly-20231122021643
|
|
13
|
-
|
|
14
|
-
## 0.0.1-next.0
|
|
15
|
-
|
|
16
|
-
### Patch Changes
|
|
17
|
-
|
|
18
|
-
- c219b168aa: Made package public so it can be published
|
|
19
|
-
|
|
20
3
|
## 0.0.2-next.0
|
|
21
4
|
|
|
22
5
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-compat-api",
|
|
3
|
-
"version": "0.0.0
|
|
3
|
+
"version": "0.0.0",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"postpack": "backstage-cli package postpack"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@backstage/cli": "^0.
|
|
27
|
-
"@backstage/plugin-puppetdb": "^0.
|
|
28
|
-
"@backstage/plugin-stackstorm": "^0.
|
|
26
|
+
"@backstage/cli": "^0.24.1-next.0",
|
|
27
|
+
"@backstage/plugin-puppetdb": "^0.1.11-next.0",
|
|
28
|
+
"@backstage/plugin-stackstorm": "^0.1.9-next.0",
|
|
29
29
|
"@oriflame/backstage-plugin-score-card": "^0.7.0",
|
|
30
30
|
"@testing-library/jest-dom": "^6.0.0"
|
|
31
31
|
},
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@backstage/core-app-api": "^
|
|
41
|
-
"@backstage/core-plugin-api": "^
|
|
42
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
40
|
+
"@backstage/core-app-api": "^1.11.2-next.0",
|
|
41
|
+
"@backstage/core-plugin-api": "^1.8.1-next.0",
|
|
42
|
+
"@backstage/frontend-plugin-api": "^0.3.1-next.0",
|
|
43
43
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
44
44
|
},
|
|
45
45
|
"module": "./dist/index.esm.js"
|