@pnpm/manifest-utils
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -1,2 +0,2 @@ | ||
export declare type PinnedVersion = 'major' | 'minor' | 'patch' | 'none'; | ||
export type PinnedVersion = 'major' | 'minor' | 'patch' | 'none'; | ||
export declare const getPrefix: (alias: string, name: string) => string; | ||
@@ -3,0 +3,0 @@ export declare function getPref(alias: string, name: string, version: string | undefined, opts: { |
@@ -15,3 +15,2 @@ "use strict"; | ||
case 'none': | ||
return '*'; | ||
case 'major': | ||
@@ -18,0 +17,0 @@ if (opts.rolling) |
{ | ||
"name": "@pnpm/manifest-utils", | ||
"description": "Utils for dealing with package manifest", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"bugs": { | ||
@@ -21,3 +21,3 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/manifest-utils", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/manifest-utils", | ||
"dependencies": { | ||
@@ -28,6 +28,6 @@ "@pnpm/core-loggers": "8.0.2", | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/manifest-utils#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/pkg-manifest/manifest-utils#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/manifest-utils": "4.1.1" | ||
"@pnpm/manifest-utils": "4.1.2" | ||
}, | ||
@@ -34,0 +34,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
18160
205