File tree Expand file tree Collapse file tree 5 files changed +53
-441
lines changed
catalog-entities/marketplace/packages
wrappers/red-hat-developer-hub-backstage-plugin-quickstart Expand file tree Collapse file tree 5 files changed +53
-441
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ metadata:
1717spec :
1818 packageName : " @red-hat-developer-hub/backstage-plugin-quickstart"
1919 dynamicArtifact : ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-quickstart
20- version : 1.1.1
20+ version : 1.6.2
2121 backstage :
2222 role : frontend-plugin
23- supportedVersions : 1.39.1
23+ supportedVersions : 1.42.5
2424 author : Red Hat
2525 support : production
2626 lifecycle : active
Original file line number Diff line number Diff line change @@ -716,6 +716,10 @@ plugins:
716716 dynamicPlugins :
717717 frontend :
718718 red-hat-developer-hub.backstage-plugin-quickstart :
719+ translationResources :
720+ - importName : quickstartTranslations
721+ module : Alpha
722+ ref : quickstartTranslationRef
719723 mountPoints :
720724 - mountPoint : application/provider
721725 importName : QuickstartDrawerProvider
Original file line number Diff line number Diff line change 11{
22 "name" : " red-hat-developer-hub-backstage-plugin-quickstart" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.2 " ,
44 "main" : " src/index.ts" ,
55 "types" : " src/index.ts" ,
66 "license" : " Apache-2.0" ,
2929 },
3030 "dependencies" : {
3131 "@mui/material" : " 5.18.0" ,
32- "@red-hat-developer-hub/backstage-plugin-quickstart" : " 1.6.0 "
32+ "@red-hat-developer-hub/backstage-plugin-quickstart" : " 1.6.2 "
3333 },
3434 "devDependencies" : {
3535 "@backstage/cli" : " ^0.34.1" ,
4343 "scalprum" : {
4444 "name" : " red-hat-developer-hub.backstage-plugin-quickstart" ,
4545 "exposedModules" : {
46- "PluginRoot" : " ./src/index.ts"
46+ "PluginRoot" : " ./src/index.ts" ,
47+ "Alpha" : " ./src/alpha.ts"
4748 }
4849 },
4950 "repository" : {
Original file line number Diff line number Diff line change 1+ export * from "@red-hat-developer-hub/backstage-plugin-quickstart/alpha" ;
You can’t perform that action at this time.
0 commit comments