@pnpm/types
Advanced tools
Comparing version 7.9.0 to 7.10.0
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -102,2 +102,3 @@ export interface Dependencies { | ||
neverBuiltDependencies?: string[]; | ||
onlyBuiltDependencies?: string[]; | ||
overrides?: Record<string, string>; | ||
@@ -104,0 +105,0 @@ packageExtensions?: Record<string, PackageExtension>; |
{ | ||
"name": "@pnpm/types", | ||
"version": "7.9.0", | ||
"version": "7.10.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/types", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/types", | ||
"keywords": [ | ||
@@ -25,13 +25,12 @@ "pnpm6", | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/types#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/types": "7.9.0" | ||
"@pnpm/types": "7.10.0" | ||
}, | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix", | ||
"compile": "tsc --build && pnpm run lint --fix", | ||
"lint": "eslint src/**/*.ts" | ||
}, | ||
"readme": "# @pnpm/types\n\n> Basic types used by pnpm\n\n<!--@shields('npm')-->\n[![npm version](https://img.shields.io/npm/v/@pnpm/types.svg)](https://www.npmjs.com/package/@pnpm/types)\n<!--/@-->\n\n## Installation\n\n```sh\npnpm add @pnpm/types\n```\n\n## Usage\n\n```ts\nimport { PackageManifest } from '@pnpm/types'\n\nconst pkg: PackageManifest = {\n name: 'foo',\n version: '1.0.0',\n}\n```\n\n## License\n\nMIT\n" | ||
} | ||
} |
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
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
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
210
10160