@pnpm/write-project-manifest
Advanced tools
Comparing version 6.0.5 to 6.0.6
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.writeProjectManifest = void 0; | ||
exports.writeProjectManifest = writeProjectManifest; | ||
const fs_1 = require("fs"); | ||
@@ -31,3 +31,2 @@ const path_1 = __importDefault(require("path")); | ||
} | ||
exports.writeProjectManifest = writeProjectManifest; | ||
function stringifyJson5(obj, indent, comments) { | ||
@@ -34,0 +33,0 @@ const json5 = json5_1.default.stringify(obj, undefined, indent); |
{ | ||
"name": "@pnpm/write-project-manifest", | ||
"version": "6.0.5", | ||
"version": "6.0.6", | ||
"description": "Write a project manifest (called package.json in most cases)", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"@pnpm/text.comments-parser": "3.0.0", | ||
"@pnpm/types": "12.0.0" | ||
"@pnpm/types": "12.1.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "devDependencies": { | ||
"tempy": "^1.0.1", | ||
"@pnpm/write-project-manifest": "6.0.5" | ||
"@pnpm/write-project-manifest": "6.0.6" | ||
}, | ||
@@ -38,0 +38,0 @@ "funding": "https://opencollective.com/pnpm", |
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
6269
43
+ Added@pnpm/types@12.1.0(transitive)
- Removed@pnpm/types@12.0.0(transitive)
Updated@pnpm/types@12.1.0