Commit Graph

13 Commits

Author SHA1 Message Date
Zoltan Kochan
a1b07d7ed3 fix: can resolve package with version prefixed with v 2017-12-25 03:32:11 +02:00
Zoltan Kochan
8b38443084 feat: allow to specify preferred version selectors
ref https://github.com/pnpm/pnpm/issues/952
2017-12-25 01:01:42 +02:00
Zoltan Kochan
440e0f0cb0 fix: should work with aliased scoped dependencies 2017-12-23 22:29:53 +02:00
Zoltan Kochan
4d3142d4a3 fix: use make-fetch-happen instead of npm-registry-client
ref https://github.com/pnpm/pnpm/issues/953
2017-12-08 00:26:02 +02:00
Zoltan Kochan
8ee8b3a1b5 fix: input params validation added 2017-12-07 01:15:50 +02:00
Zoltan Kochan
47fe2d67e8 refactor: use PnpmOptions as createResolver options types 2017-12-03 22:23:43 +02:00
Zoltan Kochan
06a3fd027b feat: add auth logic 2017-12-03 22:19:50 +02:00
Zoltan Kochan
8172f05879 refactor: add store as an init config 2017-12-03 14:27:32 +02:00
Zoltan Kochan
7070083407 refactor: add metaCache as options 2017-12-03 14:21:16 +02:00
Zoltan Kochan
b5bed44000 refactor: offline is an installation-level config
BREAKING CHANGE: offline should be set during init
2017-12-03 13:50:54 +02:00
Zoltan Kochan
b6805d919f feat: don't rely on getJson() 2017-12-03 02:57:19 +02:00
Zoltan Kochan
f0a46ced7d feat: auth info should be passed in
BREAKING CHANGE: resolver should be created first
2017-12-02 01:09:15 +02:00
Zoltan Kochan
96209e7242 feat: create package 2017-11-27 23:59:34 +02:00