@pnpm/constants
Advanced tools
Comparing version 900.0.0 to 1000.0.0
@@ -5,4 +5,6 @@ export declare const WANTED_LOCKFILE = "pnpm-lock.yaml"; | ||
export declare const LOCKFILE_VERSION_V6 = "6.0"; | ||
export declare const MANIFEST_BASE_NAMES: readonly ["package.json", "package.json5", "package.yaml"]; | ||
export declare const ENGINE_NAME: string; | ||
export declare const LAYOUT_VERSION = 5; | ||
export declare const STORE_VERSION = "v10"; | ||
export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml"; | ||
@@ -9,0 +11,0 @@ export declare const META_DIR = "metadata"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FULL_FILTERED_META_DIR = exports.FULL_META_DIR = exports.META_DIR = 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.FULL_FILTERED_META_DIR = exports.FULL_META_DIR = exports.META_DIR = exports.WORKSPACE_MANIFEST_FILENAME = exports.STORE_VERSION = exports.LAYOUT_VERSION = exports.ENGINE_NAME = exports.MANIFEST_BASE_NAMES = exports.LOCKFILE_VERSION_V6 = exports.LOCKFILE_VERSION = exports.LOCKFILE_MAJOR_VERSION = exports.WANTED_LOCKFILE = void 0; | ||
exports.WANTED_LOCKFILE = 'pnpm-lock.yaml'; | ||
@@ -8,4 +8,6 @@ exports.LOCKFILE_MAJOR_VERSION = '9'; | ||
exports.LOCKFILE_VERSION_V6 = '6.0'; | ||
exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`; | ||
exports.MANIFEST_BASE_NAMES = ['package.json', 'package.json5', 'package.yaml']; | ||
exports.ENGINE_NAME = `${process.platform};${process.arch};node${process.version.split('.')[0].substring(1)}`; | ||
exports.LAYOUT_VERSION = 5; | ||
exports.STORE_VERSION = 'v10'; | ||
exports.WORKSPACE_MANIFEST_FILENAME = 'pnpm-workspace.yaml'; | ||
@@ -12,0 +14,0 @@ // This file contains meta information |
{ | ||
"name": "@pnpm/constants", | ||
"version": "900.0.0", | ||
"version": "1000.0.0", | ||
"description": "pnpm constants", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"keywords": [ | ||
"pnpm9", | ||
"pnpm10", | ||
"pnpm", | ||
@@ -28,3 +28,3 @@ "constants" | ||
"devDependencies": { | ||
"@pnpm/constants": "900.0.0" | ||
"@pnpm/constants": "1000.0.0" | ||
}, | ||
@@ -31,0 +31,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
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
4885
31