Merge pull request #21457 from awanlin/topic/make-core-compat-api-public
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Made package public so it can be published
|
||||
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"name": "@backstage/core-compat-api",
|
||||
"version": "0.0.2-next.0",
|
||||
"version": "0.0.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
@@ -40,6 +39,7 @@
|
||||
"dependencies": {
|
||||
"@backstage/core-app-api": "workspace:^",
|
||||
"@backstage/core-plugin-api": "workspace:^",
|
||||
"@backstage/frontend-plugin-api": "workspace:^"
|
||||
"@backstage/frontend-plugin-api": "workspace:^",
|
||||
"@types/react": "^16.13.1 || ^17.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3767,6 +3767,7 @@ __metadata:
|
||||
"@backstage/plugin-stackstorm": "workspace:^"
|
||||
"@oriflame/backstage-plugin-score-card": ^0.7.0
|
||||
"@testing-library/jest-dom": ^6.0.0
|
||||
"@types/react": ^16.13.1 || ^17.0.0
|
||||
peerDependencies:
|
||||
react: ^16.13.1 || ^17.0.0 || ^18.0.0
|
||||
react-router-dom: 6.0.0-beta.0 || ^6.3.0
|
||||
|
||||
Reference in New Issue
Block a user