@pnpm/write-project-manifest
Advanced tools
Comparing version 2.0.10 to 2.0.11
{ | ||
"name": "@pnpm/write-project-manifest", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "Write a project manifest (called package.json in most cases)", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/write-project-manifest", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/write-project-manifest", | ||
"keywords": [ | ||
@@ -24,5 +24,5 @@ "pnpm6", | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/write-project-manifest#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/write-project-manifest#readme", | ||
"dependencies": { | ||
"@pnpm/types": "7.9.0", | ||
"@pnpm/types": "7.10.0", | ||
"json5": "^2.1.3", | ||
@@ -33,3 +33,3 @@ "write-file-atomic": "^3.0.3", | ||
"devDependencies": { | ||
"@pnpm/write-project-manifest": "2.0.10", | ||
"@pnpm/write-project-manifest": "2.0.11", | ||
"@types/json5": "^2.2.0", | ||
@@ -44,5 +44,4 @@ "@types/write-file-atomic": "^3.0.1", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"readme": "# @pnpm/write-project-manifest\n\n> Write a project manifest (called package.json in most cases)\n\n<!--@shields('npm')-->\n[![npm version](https://img.shields.io/npm/v/@pnpm/write-project-manifest.svg)](https://www.npmjs.com/package/@pnpm/write-project-manifest)\n<!--/@-->\n\n## Installation\n\n```sh\npnpm add @pnpm/write-project-manifest\n```\n\n## Usage\n\n```ts\nimport writeProjectManifest from '@pnpm/write-project-manifest'\nimport path from 'path'\n\n(async () => await writeProjectManifest(path.resolve('package.yaml'), { name: 'foo', version: '1.0.0' }))()\n```\n\n## License\n\nMIT\n" | ||
"compile": "tsc --build && pnpm run lint --fix" | ||
} | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5545
+ Added@pnpm/types@7.10.0(transitive)
- Removed@pnpm/types@7.9.0(transitive)
Updated@pnpm/types@7.10.0