Skip to content

Commit

Permalink
update interface define
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondkmp committed Feb 13, 2025
1 parent 00dc620 commit 836cedf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/app-builder-lib/src/node-module-collector/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ export interface NodeModuleInfo {
}

export interface DependencyTree {
readonly version?: string
readonly name?: string
readonly from?: string
readonly workspaces?: string[]
readonly name: string
readonly version: string
readonly path: string
readonly workspaces?: string[]
__circularDependencyDetected?: boolean
dependencies?: {
[packageName: string]: DependencyTree
Expand Down

0 comments on commit 836cedf

Please sign in to comment.