@pnpm/constants
Advanced tools
Comparing version 7.1.1 to 8.0.0
export declare const WANTED_LOCKFILE = "pnpm-lock.yaml"; | ||
export declare const LOCKFILE_VERSION = 5.4; | ||
export declare const LOCKFILE_MAJOR_VERSION = "9"; | ||
export declare const LOCKFILE_VERSION = "9.0"; | ||
export declare const LOCKFILE_VERSION_V6 = "6.0"; | ||
@@ -4,0 +5,0 @@ export declare const ENGINE_NAME: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.WORKSPACE_MANIFEST_FILENAME = exports.LAYOUT_VERSION = exports.ENGINE_NAME = exports.LOCKFILE_VERSION_V6 = exports.LOCKFILE_VERSION = exports.WANTED_LOCKFILE = void 0; | ||
exports.WORKSPACE_MANIFEST_FILENAME = exports.LAYOUT_VERSION = exports.ENGINE_NAME = exports.LOCKFILE_VERSION_V6 = exports.LOCKFILE_VERSION = exports.LOCKFILE_MAJOR_VERSION = exports.WANTED_LOCKFILE = void 0; | ||
exports.WANTED_LOCKFILE = 'pnpm-lock.yaml'; | ||
exports.LOCKFILE_VERSION = 5.4; | ||
exports.LOCKFILE_MAJOR_VERSION = '9'; | ||
exports.LOCKFILE_VERSION = `${exports.LOCKFILE_MAJOR_VERSION}.0`; | ||
exports.LOCKFILE_VERSION_V6 = '6.0'; | ||
@@ -7,0 +8,0 @@ exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`; |
{ | ||
"name": "@pnpm/constants", | ||
"version": "7.1.1", | ||
"version": "8.0.0", | ||
"description": "pnpm constants", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=16.14" | ||
"node": ">=18.12" | ||
}, | ||
@@ -17,3 +17,3 @@ "files": [ | ||
"keywords": [ | ||
"pnpm8", | ||
"pnpm9", | ||
"pnpm", | ||
@@ -29,3 +29,3 @@ "constants" | ||
"devDependencies": { | ||
"@pnpm/constants": "7.1.1" | ||
"@pnpm/constants": "8.0.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
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
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
3751
17