@pnpm/constants
Advanced tools
Comparing version 4.0.0 to 4.1.0
# @pnpm/constants | ||
## 4.1.0 | ||
### Minor Changes | ||
- fcdad632f: Bump lockfile version to 5.2 | ||
## 4.0.0 | ||
@@ -4,0 +10,0 @@ |
export declare const WANTED_LOCKFILE = "pnpm-lock.yaml"; | ||
export declare const LOCKFILE_VERSION = 5.1; | ||
export declare const LOCKFILE_VERSION = 5.2; | ||
export declare const ENGINE_NAME: string; | ||
export declare const LAYOUT_VERSION = 4; | ||
export declare const WORKSPACE_MANIFEST_FILENAME = "pnpm-workspace.yaml"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.WANTED_LOCKFILE = 'pnpm-lock.yaml'; | ||
exports.LOCKFILE_VERSION = 5.1; | ||
exports.LOCKFILE_VERSION = 5.2; | ||
exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`; | ||
@@ -8,0 +8,0 @@ exports.LAYOUT_VERSION = 4; |
{ | ||
"name": "@pnpm/constants", | ||
"version": "4.0.0", | ||
"description": "pnpm constants", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=10.13" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/constants", | ||
"keywords": [ | ||
"pnpm", | ||
"constants" | ||
], | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/constants#readme", | ||
"funding": "https://opencollective.com/pnpm" | ||
"name": "@pnpm/constants", | ||
"version": "4.1.0", | ||
"description": "pnpm constants", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=10.16" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/constants", | ||
"keywords": [ | ||
"pnpm", | ||
"constants" | ||
], | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/constants#readme", | ||
"funding": "https://opencollective.com/pnpm" | ||
} |
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
3761