@rnx-kit/dep-check
Advanced tools
Comparing version 1.12.22 to 1.12.23
#!/usr/bin/env node | ||
import type { Args } from "./types"; | ||
export declare function cli({ "package-json": packageJson, ...args }: Args): Promise<void>; | ||
export declare function cli({ packages, ...args }: Args): Promise<void>; | ||
//# sourceMappingURL=cli.d.ts.map |
@@ -12,5 +12,5 @@ import type { Capability, KitType } from "@rnx-kit/config"; | ||
"exclude-packages"?: string | number; | ||
"package-json"?: string | number; | ||
"set-version"?: string | number; | ||
init?: string; | ||
packages?: (string | number)[]; | ||
vigilant?: string | number; | ||
@@ -17,0 +17,0 @@ }; |
{ | ||
"name": "@rnx-kit/dep-check", | ||
"version": "1.12.22", | ||
"version": "1.12.23", | ||
"description": "Dependency checker for React Native apps", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/dep-check#readme", |
@@ -33,7 +33,9 @@ <!--remove-block start--> | ||
```sh | ||
yarn rnx-dep-check [options] [/path/to/package.json] | ||
yarn rnx-dep-check [options] [packages...] | ||
``` | ||
Providing a path to `package.json` is optional. If omitted, it will look for one | ||
using Node module resolution. | ||
Listing paths to packages that should be checked is optional. If omitted, | ||
dep-check will look for the closest `package.json` using Node module resolution. | ||
If the target package is a root package defining workspaces, they will all be | ||
included. | ||
@@ -40,0 +42,0 @@ Examples: |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1126770
30933
395