@pnpm/constants
Advanced tools
Comparing version 900.0.0 to 901.0.0
@@ -8,4 +8,4 @@ export declare const WANTED_LOCKFILE = "pnpm-lock.yaml"; | ||
export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml"; | ||
export declare const META_DIR = "metadata"; | ||
export declare const FULL_META_DIR = "metadata-full"; | ||
export declare const FULL_FILTERED_META_DIR = "metadata-v1.2"; | ||
export declare const ABBREVIATED_META_DIR = "metadata-v1.3"; | ||
export declare const FULL_META_DIR = "metadata-full-v1.3"; | ||
export declare const FULL_FILTERED_META_DIR = "metadata-v1.3"; |
"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.ABBREVIATED_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.WANTED_LOCKFILE = 'pnpm-lock.yaml'; | ||
@@ -14,5 +14,5 @@ exports.LOCKFILE_MAJOR_VERSION = '9'; | ||
// of one package/version | ||
exports.META_DIR = 'metadata'; | ||
exports.FULL_META_DIR = 'metadata-full'; | ||
exports.FULL_FILTERED_META_DIR = 'metadata-v1.2'; | ||
exports.ABBREVIATED_META_DIR = 'metadata-v1.3'; | ||
exports.FULL_META_DIR = 'metadata-full-v1.3'; // This is currently not used at all | ||
exports.FULL_FILTERED_META_DIR = 'metadata-v1.3'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/constants", | ||
"version": "900.0.0", | ||
"version": "901.0.0", | ||
"description": "pnpm constants", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/constants": "900.0.0" | ||
"@pnpm/constants": "901.0.0" | ||
}, | ||
@@ -30,0 +30,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
4548