@pnpm/write-project-manifest
Advanced tools
Comparing version 1.1.3 to 1.1.4
# @pnpm/write-project-manifest | ||
## 1.1.4 | ||
### Patch Changes | ||
- cb6e6fc8a: Use the promise version of write-file-atomic. | ||
## 1.1.3 | ||
@@ -4,0 +10,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const util_1 = require("util"); | ||
const path = require("path"); | ||
const JSON5 = require("json5"); | ||
const fs = require("mz/fs"); | ||
const writeFileAtomicCB = require("write-file-atomic"); | ||
const writeFileAtomic = require("write-file-atomic"); | ||
const writeYamlFile = require("write-yaml-file"); | ||
const writeFileAtomic = util_1.promisify(writeFileAtomicCB); | ||
const YAML_FORMAT = { | ||
@@ -11,0 +9,0 @@ noCompatMode: true, |
{ | ||
"name": "@pnpm/write-project-manifest", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Write a project manifest (called package.json in most cases)", | ||
@@ -41,3 +41,3 @@ "main": "lib/index.js", | ||
"@types/json5": "^0.0.30", | ||
"@types/mz": "^2.7.1", | ||
"@types/mz": "^2.7.2", | ||
"@types/write-file-atomic": "^3.0.1", | ||
@@ -44,0 +44,0 @@ "tempy": "^1.0.0" |
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
5584
29