@pnpm/types
Advanced tools
Comparing version 7.3.0 to 7.4.0
@@ -49,2 +49,3 @@ export interface Dependencies { | ||
directory?: string; | ||
executableFiles?: string[]; | ||
} | ||
@@ -51,0 +52,0 @@ interface BaseManifest { |
{ | ||
"name": "@pnpm/types", | ||
"version": "7.3.0", | ||
"description": "Basic types used by pnpm", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/types", | ||
"keywords": [ | ||
"pnpm", | ||
"types" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts" | ||
} | ||
} | ||
"name": "@pnpm/types", | ||
"version": "7.4.0", | ||
"description": "Basic types used by pnpm", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/types", | ||
"keywords": [ | ||
"pnpm", | ||
"types" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts" | ||
} | ||
} |
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
167
8363
18