Comparing version 0.3.8 to 0.3.9
@@ -14,2 +14,3 @@ type PackageManagerName = "npm" | "yarn" | "pnpm" | "bun"; | ||
packageManager?: PackageManager | PackageManagerName; | ||
installPeerDependencies?: boolean; | ||
dev?: boolean; | ||
@@ -61,4 +62,7 @@ workspace?: boolean | string; | ||
* @param options.packageManager - The package manager info to use (auto-detected). | ||
* @param options.frozenLockFile - Whether to install dependencies with frozen lock file. | ||
*/ | ||
declare function installDependencies(options?: Pick<OperationOptions, "cwd" | "silent" | "packageManager">): Promise<void>; | ||
declare function installDependencies(options?: Pick<OperationOptions, "cwd" | "silent" | "packageManager"> & { | ||
frozenLockFile?: boolean; | ||
}): Promise<void>; | ||
/** | ||
@@ -65,0 +69,0 @@ * Adds dependency to the project. |
{ | ||
"name": "nypm", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "Unified Package Manager for Node.js", | ||
@@ -30,19 +30,19 @@ "repository": "unjs/nypm", | ||
"pathe": "^1.1.2", | ||
"ufo": "^1.4.0" | ||
"pkg-types": "^1.1.1", | ||
"ufo": "^1.5.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.11.24", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"automd": "^0.3.6", | ||
"@types/node": "^20.14.9", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"automd": "^0.3.7", | ||
"changelogen": "^0.5.5", | ||
"eslint": "^8.57.0", | ||
"eslint-config-unjs": "^0.2.1", | ||
"jiti": "^1.21.0", | ||
"prettier": "^3.2.5", | ||
"eslint": "^9.5.0", | ||
"eslint-config-unjs": "^0.3.2", | ||
"jiti": "^1.21.6", | ||
"prettier": "^3.3.2", | ||
"std-env": "^3.7.0", | ||
"typescript": "^5.3.3", | ||
"typescript": "^5.5.2", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^1.3.1" | ||
"vitest": "^1.6.0" | ||
}, | ||
"packageManager": "pnpm@8.15.1", | ||
"engines": { | ||
@@ -54,4 +54,4 @@ "node": "^14.16.0 || >=16.10.0" | ||
"dev": "vitest dev", | ||
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test", | ||
"lint:fix": "eslint --ext .ts,.js,.mjs,.cjs . --fix && prettier -w src test", | ||
"lint": "eslint . && prettier -c src test", | ||
"lint:fix": "eslint . --fix && prettier -w src test", | ||
"nypm": "jiti src/cli.ts", | ||
@@ -58,0 +58,0 @@ "release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
44822
904
6
+ Addedpkg-types@^1.1.1
+ Addedacorn@8.14.0(transitive)
+ Addedconfbox@0.1.8(transitive)
+ Addedmlly@1.7.2(transitive)
+ Addedpkg-types@1.2.1(transitive)
Updatedufo@^1.5.3