Commit Graph

16 Commits

Author SHA1 Message Date
Zoltan Kochan
bf9bdbfee2 feat: stopping the server
ref pnpm/pnpm#960
2018-01-16 21:16:17 +02:00
Zoltan Kochan
4d2b0a4450 feat: implement importPackage()
BREAKING CHANGE: API updated
2018-01-09 01:38:50 +02:00
Emanuele Tamponi
17519f8c13 fix: just return empty object for empty responses (#9)
* fix: just return empty object for empty responses

* fix: return undefined instead of empty object
2018-01-07 18:15:36 +02:00
Zoltan Kochan
7c59f7f6d0 revert: "refactor: refactor: use pkgId instead of msgId"
revert 456c89a2c9
2018-01-03 19:09:31 +02:00
Zoltan Kochan
1bd4008918 feat: update dependencies 2018-01-03 18:55:59 +02:00
Zoltan Kochan
c019b989e7 perf: avoid redundant requests to get manifests
BREAKING CHANGE: not compatible with prev routers
2018-01-02 01:15:05 +02:00
Zoltan Kochan
456c89a2c9 refactor: use pkgId instead of msgId 2017-12-20 21:19:32 +02:00
Emanuele Tamponi
112366fd16 feat: use http over local domain socket for communication 2017-12-19 23:01:21 +02:00
Zoltan Kochan
7217d343e5 perf: delete the waiter when fullfilled 2017-12-17 17:31:28 +02:00
Zoltan Kochan
5d7f0000ed feat: the net options are passed to client/server directly 2017-12-14 23:11:31 +02:00
Zoltan Kochan
9e6fa87e9b feat: use new package store interface 2017-12-13 02:06:26 +02:00
Zoltan Kochan
efa822fd01 feat: use store controller instead of just package-requester
BREAKING CHANGE: API change
2017-12-11 01:34:19 +02:00
Zoltan Kochan
c3d29f3cd7 refactor: close client connection via close() function 2017-12-09 20:39:19 +02:00
Zoltan Kochan
019931da8f feat: returning the finishing param in PackageResponse object 2017-12-09 20:24:15 +02:00
Zoltan Kochan
69a397da49 feat: export both the server and connector 2017-12-09 20:17:03 +02:00
Zoltan Kochan
5421534041 feat: create
ref https://github.com/pnpm/pnpm/issues/832
2017-12-09 18:52:20 +02:00