@pnpm/write-project-manifest
Advanced tools
Comparing version 1.1.6 to 1.1.7
# @pnpm/write-project-manifest | ||
## 1.1.7 | ||
### Patch Changes | ||
- ad113645b: pin graceful-fs to v4.2.4 | ||
## 1.1.6 | ||
@@ -4,0 +10,0 @@ |
@@ -21,3 +21,3 @@ "use strict"; | ||
const json = (fileType === 'json5' ? JSON5 : JSON) | ||
.stringify(manifest, null, (_a = opts === null || opts === void 0 ? void 0 : opts.indent) !== null && _a !== void 0 ? _a : '\t'); | ||
.stringify(manifest, undefined, (_a = opts === null || opts === void 0 ? void 0 : opts.indent) !== null && _a !== void 0 ? _a : '\t'); | ||
return writeFileAtomic(filePath, `${json}${trailingNewline}`); | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "@pnpm/write-project-manifest", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Write a project manifest (called package.json in most cases)", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
5637