@backstage/frontend-plugin-api 0.4.1-next.1 → 0.4.1-next.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 +6 -0
- package/README.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @backstage/frontend-plugin-api
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**The [new frontend system](https://backstage.io/docs/frontend-system/) that this package is part of is in alpha, and we do not yet recommend using it for production deployments**
|
|
4
4
|
|
|
5
|
-
This package provides the
|
|
5
|
+
This package provides the framework API used by Backstage frontend plugins. It implements the design outlined in [RFC: Frontend System Evolution](https://github.com/backstage/backstage/issues/18372).
|
|
6
6
|
|
|
7
7
|
## Documentation
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/frontend-plugin-api",
|
|
3
|
-
"version": "0.4.1-next.
|
|
3
|
+
"version": "0.4.1-next.2",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@backstage/cli": "^0.25.1-next.1",
|
|
27
|
-
"@backstage/frontend-app-api": "^0.4.1-next.
|
|
28
|
-
"@backstage/frontend-test-utils": "^0.1.1-next.
|
|
27
|
+
"@backstage/frontend-app-api": "^0.4.1-next.2",
|
|
28
|
+
"@backstage/frontend-test-utils": "^0.1.1-next.2",
|
|
29
29
|
"@backstage/test-utils": "^1.4.7-next.1",
|
|
30
30
|
"@testing-library/jest-dom": "^6.0.0",
|
|
31
31
|
"@testing-library/react": "^14.0.0",
|