Add @internal/cli package for opaque CLI types
Move OpaqueCliPlugin to a new @internal/cli inline package, following the same pattern as @internal/frontend. Both cli-plugin-api and cli import it directly, and it gets bundled into their dists at build time. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -9680,6 +9680,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@internal/cli@workspace:packages/cli-internal":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@internal/cli@workspace:packages/cli-internal"
|
||||
dependencies:
|
||||
"@backstage/cli": "workspace:^"
|
||||
"@backstage/cli-plugin-api": "workspace:^"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@internal/frontend@workspace:packages/frontend-internal":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@internal/frontend@workspace:packages/frontend-internal"
|
||||
|
||||
Reference in New Issue
Block a user