mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-15 03:02:11 +00:00
refactor: split api into api, api-cli & api-plugin
This commit is contained in:
@@ -18,7 +18,6 @@ import {readFile} from 'fs/promises';
|
||||
|
||||
/**
|
||||
* Get used version of a dependency of a project referenced by a path
|
||||
*
|
||||
* @param directoryPath Path to a Node.js project directory
|
||||
* @param dependency Dependency to get used version of
|
||||
*/
|
||||
@@ -46,7 +45,6 @@ export async function getUsedVersion(directoryPath: PathLike, dependency: string
|
||||
* Get 'MAJOR.MINOR' part of a used version
|
||||
*
|
||||
* See [[getUsedVersion]].
|
||||
*
|
||||
* @param path see [[getUsedVersion]]
|
||||
* @param dependency see [[getUsedVersion]]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user