@pnpm/constants
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0
# @pnpm/constants | ||
## 4.0.0 | ||
### Major Changes | ||
- b5f66c0f2: Reduce the number of directories in the virtual store directory. Don't create a subdirectory for the package version. Append the package version to the package name directory. | ||
- ca9f50844: Bump lockfile version to 5.2. | ||
- 4f5801b1c: Changing lockfile version back to 5.1 | ||
## 4.0.0-alpha.1 | ||
@@ -4,0 +12,0 @@ |
export declare const WANTED_LOCKFILE = "pnpm-lock.yaml"; | ||
export declare const LOCKFILE_VERSION = 5.2; | ||
export declare const LOCKFILE_VERSION = 5.1; | ||
export declare const ENGINE_NAME: string; | ||
export declare const LAYOUT_VERSION = 4; | ||
export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.WANTED_LOCKFILE = 'pnpm-lock.yaml'; | ||
exports.LOCKFILE_VERSION = 5.2; | ||
exports.LOCKFILE_VERSION = 5.1; | ||
exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`; | ||
@@ -8,0 +8,0 @@ exports.LAYOUT_VERSION = 4; |
{ | ||
"name": "@pnpm/constants", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0", | ||
"description": "pnpm constants", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3651
0