@pnpm/types
Advanced tools
Comparing version 5.0.0 to 6.0.0-alpha.0
export * from './misc'; | ||
export * from './options'; | ||
export * from './package'; | ||
export * from './store'; |
@@ -7,1 +7,2 @@ "use strict"; | ||
__export(require("./misc")); | ||
//# sourceMappingURL=index.js.map |
@@ -9,1 +9,2 @@ "use strict"; | ||
]; | ||
//# sourceMappingURL=misc.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=options.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=package.js.map |
{ | ||
"name": "@pnpm/types", | ||
"version": "5.0.0", | ||
"version": "6.0.0-alpha.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -8,11 +8,12 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=10.13" | ||
}, | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"!*.map" | ||
], | ||
"scripts": { | ||
"test": "pnpm run tsc", | ||
"tsc": "rimraf lib && tsc", | ||
"prepublishOnly": "pnpm run tsc" | ||
"test": "pnpm run compile", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
@@ -30,5 +31,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/types", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme", | ||
"devDependencies": { | ||
"rimraf": "3.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
6426
0
12
131
1