@pnpm/write-project-manifest
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -16,3 +16,3 @@ "use strict"; | ||
async function writeProjectManifest(filePath, manifest, opts) { | ||
const fileType = filePath.substr(filePath.lastIndexOf('.') + 1).toLowerCase(); | ||
const fileType = filePath.slice(filePath.lastIndexOf('.') + 1).toLowerCase(); | ||
if (fileType === 'yaml') { | ||
@@ -19,0 +19,0 @@ return (0, write_yaml_file_1.default)(filePath, manifest, YAML_FORMAT); |
{ | ||
"name": "@pnpm/write-project-manifest", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Write a project manifest (called package.json in most cases)", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@pnpm/types": "8.0.0", | ||
"@pnpm/types": "8.0.1", | ||
"json5": "^2.1.3", | ||
@@ -32,3 +32,3 @@ "write-file-atomic": "^3.0.3", | ||
"devDependencies": { | ||
"@pnpm/write-project-manifest": "3.0.0", | ||
"@pnpm/write-project-manifest": "3.0.1", | ||
"@types/json5": "^2.2.0", | ||
@@ -35,0 +35,0 @@ "@types/write-file-atomic": "^3.0.1", |
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
5396
+ Added@pnpm/types@8.0.1(transitive)
- Removed@pnpm/types@8.0.0(transitive)
Updated@pnpm/types@8.0.1