@rnx-kit/dep-check
Advanced tools
Comparing version 1.12.15 to 1.12.16
@@ -1,4 +0,2 @@ | ||
import type { Profile, ProfilesInfo, ProfileVersion } from "./types"; | ||
declare type ProfileMap = Record<ProfileVersion, Profile>; | ||
export declare const defaultProfiles: Readonly<ProfileMap>; | ||
import type { Profile, ProfileMap, ProfilesInfo, ProfileVersion } from "./types"; | ||
export declare function loadCustomProfiles(customProfilesPath: string | undefined): Partial<ProfileMap>; | ||
@@ -10,3 +8,2 @@ export declare function getProfileVersionsFor(reactVersionRange: string | ProfileVersion[]): ProfileVersion[]; | ||
export declare function resolveCustomProfiles(projectRoot: string, profilesPath: string | undefined): string | undefined; | ||
export {}; | ||
//# sourceMappingURL=profiles.d.ts.map |
@@ -58,2 +58,3 @@ import type { Capability, KitType } from "@rnx-kit/config"; | ||
export declare type ProfileVersion = "0.61" | "0.62" | "0.63" | "0.64" | "0.65" | "0.66" | "0.67" | "0.68"; | ||
export declare type ProfileMap = Record<ProfileVersion, Profile>; | ||
export declare type ProfilesInfo = { | ||
@@ -60,0 +61,0 @@ supportedProfiles: Profile[]; |
{ | ||
"name": "@rnx-kit/dep-check", | ||
"version": "1.12.15", | ||
"version": "1.12.16", | ||
"description": "Dependency checker for React Native apps", | ||
@@ -30,10 +30,8 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/dep-check#readme", | ||
}, | ||
"dependencies": { | ||
"@rnx-kit/console": "^1.0.11", | ||
"@rnx-kit/tools-language": "^1.2.6", | ||
"@rnx-kit/tools-node": "^1.2.7" | ||
}, | ||
"devDependencies": { | ||
"@rnx-kit/config": "*", | ||
"@rnx-kit/console": "*", | ||
"@rnx-kit/scripts": "*", | ||
"@rnx-kit/tools-language": "*", | ||
"@rnx-kit/tools-node": "*", | ||
"@types/jest": "^27.0.0", | ||
@@ -40,0 +38,0 @@ "@types/lodash": "^4.14.172", |
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
0
27
1868907
21
51006
- Removed@rnx-kit/console@^1.0.11
- Removed@rnx-kit/tools-language@^1.2.6
- Removed@rnx-kit/tools-node@^1.2.7
- Removed@rnx-kit/console@1.1.0(transitive)
- Removed@rnx-kit/tools-language@1.4.2(transitive)
- Removed@rnx-kit/tools-node@1.3.1(transitive)
- Removedfind-up@3.0.05.0.0(transitive)
- Removedlocate-path@3.0.06.0.0(transitive)
- Removedp-limit@2.3.03.1.0(transitive)
- Removedp-locate@3.0.05.0.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@3.0.04.0.0(transitive)
- Removedpkg-dir@5.0.0(transitive)
- Removedpkg-up@3.1.0(transitive)
- Removedyocto-queue@0.1.0(transitive)