@pnpm/write-project-manifest
Advanced tools
Comparing version 1.1.1 to 1.1.2
# @pnpm/write-project-manifest | ||
## 1.1.2 | ||
### Patch Changes | ||
- Updated dependencies [d54043ee4] | ||
- @pnpm/types@6.3.0 | ||
## 1.1.1 | ||
@@ -4,0 +11,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 path = require("path"); | ||
const util_1 = require("util"); | ||
const writeFileAtomicCB = require("write-file-atomic"); | ||
@@ -8,0 +8,0 @@ const writeYamlFile = require("write-yaml-file"); |
{ | ||
"name": "@pnpm/write-project-manifest", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Write a project manifest (called package.json in most cases)", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10.13" | ||
"node": ">=10.16" | ||
}, | ||
@@ -16,3 +16,3 @@ "files": [ | ||
"scripts": { | ||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/write-project-manifest/coverage ts-node packages/write-project-manifest/test --type-check", | ||
@@ -34,3 +34,3 @@ "test": "pnpm run compile && pnpm run _test", | ||
"dependencies": { | ||
"@pnpm/types": "^6.2.0", | ||
"@pnpm/types": "^6.3.0", | ||
"json5": "^2.1.3", | ||
@@ -46,5 +46,5 @@ "mz": "^2.7.0", | ||
"@types/write-file-atomic": "^3.0.1", | ||
"tempy": "^0.6.0" | ||
"tempy": "^1.0.0" | ||
}, | ||
"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
5503
Updated@pnpm/types@^6.3.0