Skip to content

Commit

Permalink
yarn packages & api reports fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
  • Loading branch information
deepan10 committed Dec 24, 2024
1 parent 00b794e commit 219ae70
Show file tree
Hide file tree
Showing 3 changed files with 5,257 additions and 4,735 deletions.
5 changes: 4 additions & 1 deletion workspaces/blackduck/.changeset/lazy-days-kick.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
'@backstage-community/plugin-scaffolder-backend-module-blackduck': patch
'@backstage-community/plugin-blackduck-backend': patch
'@backstage-community/plugin-blackduck-common': patch
'@backstage-community/plugin-blackduck-node': patch
'@backstage-community/plugin-blackduck': patch
---

Implemented blackduck scaffolder - project creation action
Implemented blackduck scaffolder - project creation action.
Added @backstage-community/plugin-blackduck-node as dependency
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```ts
import { BackendFeature } from '@backstage/backend-plugin-api';
import { BlackDuckConfig } from '@backstage-community/plugin-blackduck-node';
import { JsonObject } from '@backstage/types';
import { JsonObject } from '@backstage/types/index';
import { LoggerService } from '@backstage/backend-plugin-api';
import { TemplateAction } from '@backstage/plugin-scaffolder-node';

Expand Down
Loading

0 comments on commit 219ae70

Please sign in to comment.