@pnpm/constants
Advanced tools
Comparing version 1.0.0-0 to 1.0.0
@@ -1,6 +0,6 @@ | ||
export declare const WANTED_SHRINKWRAP_FILENAME = "pnpm-lock.yaml"; | ||
export declare const CURRENT_SHRINKWRAP_FILENAME: string; | ||
export declare const SHRINKWRAP_VERSION = 5; | ||
export declare const WANTED_LOCKFILE = "pnpm-lock.yaml"; | ||
export declare const CURRENT_LOCKFILE: string; | ||
export declare const LOCKFILE_VERSION = 5; | ||
export declare const ENGINE_NAME: string; | ||
export declare const LAYOUT_VERSION = 1; | ||
export declare const LAYOUT_VERSION = 2; | ||
export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const path = require("path"); | ||
exports.WANTED_SHRINKWRAP_FILENAME = 'pnpm-lock.yaml'; | ||
exports.CURRENT_SHRINKWRAP_FILENAME = path.join('node_modules', '.pnpm-lock.yaml'); | ||
exports.SHRINKWRAP_VERSION = 5; | ||
exports.WANTED_LOCKFILE = 'pnpm-lock.yaml'; | ||
exports.CURRENT_LOCKFILE = path.join('node_modules', '.pnpm-lock.yaml'); | ||
exports.LOCKFILE_VERSION = 5; | ||
exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`; | ||
exports.LAYOUT_VERSION = 1; | ||
exports.LAYOUT_VERSION = 2; | ||
exports.WORKSPACE_MANIFEST_FILENAME = 'pnpm-workspace.yaml'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/constants", | ||
"version": "1.0.0-0", | ||
"version": "1.0.0", | ||
"description": "pnpm constants", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
3738