aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/install/dummy.registry.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-08[install] pick `latest` tagged version by default (#2016)Gravatar Alex Lam S.L 1-2/+3
* [install] pick `latest` tagged version by default fixes #1993 * update `package.json` the same way as `npm
2023-02-08[install] assorted fixes & improvements (#2011)Gravatar Alex Lam S.L 1-14/+16
- take `peerDependencies` into account during package placement - do not recursively resolve `workspaces` (matches `npm`) - link binaries to non-root packages correctly - prune empty nodes during dependency tree construction - support non-standard `workspace:` specifier
2023-01-31[bun add] various fixes (#1953)Gravatar Alex Lam S.L 1-1/+1
2023-01-28normalise `bun add` package specifiers (#1924)Gravatar Alex Lam S.L 1-0/+83
- fix invalid buffer references fixes #1920