Comparing version 0.17.1 to 0.17.2
@@ -74,5 +74,5 @@ declare const AGENTS: { | ||
add: string; | ||
upgrade: string; | ||
'upgrade-interactive': string; | ||
execute: string; | ||
upgrade: null; | ||
'upgrade-interactive': null; | ||
execute: null; | ||
uninstall: string; | ||
@@ -79,0 +79,0 @@ global_uninstall: string; |
{ | ||
"name": "@antfu/ni", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"packageManager": "pnpm@7.4.0", | ||
@@ -5,0 +5,0 @@ "description": "Use the right package manager", |
@@ -41,4 +41,2 @@ # ni | ||
``` | ||
```bash | ||
@@ -50,3 +48,3 @@ ni @types/node -D | ||
# pnpm add -D @types/node | ||
# bun add -D @types/node | ||
# bun add -d @types/node | ||
``` | ||
@@ -60,2 +58,3 @@ | ||
# pnpm install --frozen-lockfile | ||
# bun install --no-save | ||
``` | ||
@@ -107,2 +106,3 @@ | ||
# (not available for bun) | ||
# npx vitest | ||
@@ -120,2 +120,3 @@ # yarn dlx vitest | ||
# (not available for bun) | ||
# npm upgrade | ||
@@ -129,3 +130,3 @@ # yarn upgrade | ||
# (not available for npm) | ||
# (not available for npm & bun) | ||
# yarn upgrade-interactive | ||
@@ -167,2 +168,3 @@ # pnpm update -i | ||
# pnpm install --frozen-lockfile | ||
# bun install --no-save | ||
``` | ||
@@ -182,2 +184,3 @@ | ||
# pnpm | ||
# bun | ||
``` | ||
@@ -191,2 +194,3 @@ | ||
# pnpm run foo | ||
# bun run foo | ||
``` | ||
@@ -193,0 +197,0 @@ |
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
509807
15675
253