@pnpm/constants
Advanced tools
Comparing version 8.0.0 to 9.0.0
@@ -8,1 +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"; |
"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.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.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'; | ||
@@ -11,2 +11,8 @@ exports.LOCKFILE_MAJOR_VERSION = '9'; | ||
exports.WORKSPACE_MANIFEST_FILENAME = 'pnpm-workspace.yaml'; | ||
// This file contains meta information | ||
// about all the packages published by the same name, not just the manifest | ||
// of one package/version | ||
exports.META_DIR = 'metadata'; | ||
exports.FULL_META_DIR = 'metadata-full'; | ||
exports.FULL_FILTERED_META_DIR = 'metadata-v1.2'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/constants", | ||
"version": "8.0.0", | ||
"version": "9.0.0", | ||
"description": "pnpm constants", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/constants": "8.0.0" | ||
"@pnpm/constants": "9.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
4384
27