Skip to content

Commit

Permalink
fix(orchestrator): resolve broken dynamic plugin publish (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
batzionb authored Jul 18, 2024
1 parent 315d76e commit 5f99043
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 4,894 deletions.
16 changes: 8 additions & 8 deletions plugins/orchestrator-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
],
"scripts": {},
"dependencies": {
"@janus-idp/backstage-plugin-audit-log-node": "^1.2.0",
"@janus-idp/backstage-plugin-rbac-common": "^1.7.0",
"@urql/core": "^4.1.4",
"ajv-formats": "^2.1.1",
"cloudevents": "^8.0.0",
Expand All @@ -64,13 +62,9 @@
"axios": "^1.6.8"
},
"devDependencies": {},
"maintainers": [
"@janus-idp/maintainers-plugins",
"@janus-idp/orchestrator-codeowners"
],
"author": "The Backstage Community",
"bundleDependencies": true,
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "^1.7.0",
"@janus-idp/backstage-plugin-audit-log-node": "^1.2.0",
"@backstage/backend-app-api": "^0.7.9",
"@backstage/backend-common": "^0.23.2",
"@backstage/backend-dynamic-feature-service": "^0.2.14",
Expand All @@ -91,6 +85,12 @@
"@backstage/plugin-scaffolder-node": "^0.4.7",
"@backstage/types": "^1.1.1"
},
"maintainers": [
"@janus-idp/maintainers-plugins",
"@janus-idp/orchestrator-codeowners"
],
"author": "The Backstage Community",
"bundleDependencies": true,
"overrides": {
"@aws-sdk/util-utf8-browser": {
"@smithy/util-utf8": "^2.0.0"
Expand Down
Loading

0 comments on commit 5f99043

Please sign in to comment.