@backstage/core-compat-api 0.0.0-nightly-20231215021624 → 0.0.0-nightly-20231217021636
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 +4 -4
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/core-compat-api
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20231217021636
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
- b7adf24: Delete alpha DI compatibility helper for components, migrating components should be simple without a helper.
|
|
18
18
|
- 046e443: Updates for compatibility with the new extension IDs.
|
|
19
19
|
- Updated dependencies
|
|
20
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
21
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
22
|
-
- @backstage/core-app-api@0.0.0-nightly-
|
|
20
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20231217021636
|
|
21
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20231217021636
|
|
22
|
+
- @backstage/core-app-api@0.0.0-nightly-20231217021636
|
|
23
23
|
- @backstage/version-bridge@1.0.7
|
|
24
24
|
|
|
25
25
|
## 0.1.0-next.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-compat-api",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20231217021636",
|
|
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
|
"dependencies": {
|
|
26
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
27
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
28
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
26
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20231217021636",
|
|
27
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20231217021636",
|
|
28
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20231217021636",
|
|
29
29
|
"@backstage/version-bridge": "^1.0.7",
|
|
30
30
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
31
31
|
},
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/frontend-test-utils": "^0.0.0-nightly-
|
|
39
|
-
"@backstage/plugin-catalog": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/plugin-puppetdb": "^0.0.0-nightly-
|
|
41
|
-
"@backstage/plugin-stackstorm": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/cli": "^0.0.0-nightly-20231217021636",
|
|
38
|
+
"@backstage/frontend-test-utils": "^0.0.0-nightly-20231217021636",
|
|
39
|
+
"@backstage/plugin-catalog": "^0.0.0-nightly-20231217021636",
|
|
40
|
+
"@backstage/plugin-puppetdb": "^0.0.0-nightly-20231217021636",
|
|
41
|
+
"@backstage/plugin-stackstorm": "^0.0.0-nightly-20231217021636",
|
|
42
42
|
"@oriflame/backstage-plugin-score-card": "^0.7.0",
|
|
43
43
|
"@testing-library/jest-dom": "^6.0.0",
|
|
44
44
|
"@testing-library/react": "^14.0.0"
|