Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pnpm/supi

Fast, disk space efficient installation engine. Used by pnpm
https://github.com/pnpm/supi

docs(readme): change package name to `supi` in API section

46a4672cf4d522003269f77459f87ee017008f25 authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.10

c3ab1561bbbee065a92ef7738bd66785ea2ae539 authored over 7 years ago by zkochan <[email protected]>
feat: pass depth when reporting deprecation message

8c2ffbe7f1b244951a743965af93efbc7f833f58 authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.9

8e4acef2d4483a7b313cc69d85621126550d376a authored over 7 years ago by zkochan <[email protected]>
fix: don't update package when unlinking

08e096a06be02543bca465e112fd62ac9ac33e49 authored over 7 years ago by zkochan <[email protected]>
chore(shrinkwrap): update

ffd7213b0ba25893a367635db3bef9d48cca5a9f authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.8

1ec0307f16884bd04ac2c39ad183a1fa18b64fd1 authored over 7 years ago by zkochan <[email protected]>
fix: pre and postinstall are ran once when install is present

Ref https://github.com/pnpm/pnpm/issues/856

fb360d4c000262f4839f9d104272a8a6ab46c9df authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.7

f9eb08010420f08f59cf150e2cf39603d64d2f02 authored over 7 years ago by zkochan <[email protected]>
fix: run install script of the project

Ref https://github.com/pnpm/pnpm/issues/854

6a76dc3aa10bb539a8d8b11692945630a2d92e1d authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.6

b70314dd7ebd38d6164168309103666f659eb9a3 authored over 7 years ago by zkochan <[email protected]>
feat: add pruneStore()

Store prunning removes unreferenced packages and packages
referenced by projects that no longer ...

69ef40a0c8b72dfe824039e6bc8615b1413765de authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.5

f3cf8a86841fc42a214724ebda6f031ae7800aa4 authored over 7 years ago by zkochan <[email protected]>
feat: update package-store to version 0.2.1

c1b80f9c8a83cfdfb25278f7d3740dfb04a16b2f authored over 7 years ago by zkochan <[email protected]>
Merge branch 'perf/prioritized-requests'

4dbd6063949ac691f1b4cfc1315ad3c64223e4b1 authored over 7 years ago by zkochan <[email protected]>
Merge branch 'feat/verify-store-integrity'

f93b33d5a753c10b77930144856a0c60a6dc457f authored over 7 years ago by zkochan <[email protected]>
docs: add logo

72526ca367c5f16d4f54ca95dabe4804db7d77d7 authored over 7 years ago by zkochan <[email protected]>
refactor: getting info from shrinkwrap is more understandable

fff8898b89d5a08e80b71b7cb8023619364b0603 authored over 7 years ago by zkochan <[email protected]>
test: use `load-json-file` instead of `read-pkg`

69be3e01ed460959c13849fd5099efab0ccc3878 authored over 7 years ago by zkochan <[email protected]>
feat: add verifyStoreIntegrity option

Ref https://github.com/pnpm/pnpm/issues/802

1e3cb65a21fac658771e9856f93a17a4c43cf4c2 authored over 7 years ago by zkochan <[email protected]>
perf: optimize set operations in resolve peers

1e4c5376ba8ac5d056e31ec5e275d2c45601c212 authored over 7 years ago by zkochan <[email protected]>
refactor: send only the info that needed to resolve peers

3b4adbc05450f40746865b739b6ae77a0110aa50 authored over 7 years ago by zkochan <[email protected]>
perf: optimize peers resolution algorithm

cb2af118e6ed755743cb0256ac918ddbe81b970a authored over 7 years ago by zkochan <[email protected]>
refactor: prefer the `path` naming instead of `id`

f944fe2352ffc133266bc1ed86ebd953b60d6a6f authored over 7 years ago by zkochan <[email protected]>
perf: download manifests for top dependencies first

810c7536e97923784eef3cfb27615e7cca9724de authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.4

a27d105350af7cb357c44dc75830e4fa8d8b5a62 authored over 7 years ago by zkochan <[email protected]>
fix(unlink): no unnecessary warning about scoped packages

dd809b802e2cb6fd2cb6f6aee6ad4509731c68c8 authored over 7 years ago by zkochan <[email protected]>
refactor: use pnpm-logger instead of bole

a10c503fd222bacf6e731770b98b1b164d448f66 authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.3

8e0af0cf4e26ede06401dc2194b7a13ad3d4642f authored over 7 years ago by zkochan <[email protected]>
fix: don't create a lockfile in the parent directory

There might no access granted to the parent directory.
Locks are now created in a central locati...

f1b2b523415fed068caea5279c6d5ee4bbc0d3e2 authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.2

05f17d5fab46a7914644cae05c0836da050956e3 authored over 7 years ago by zkochan <[email protected]>
feat: add unlink() and unlinkPkgs()

Ref pnpm/pnpm#819

335392b57dd3432784d6b045854420fc4df94b62 authored over 7 years ago by zkochan <[email protected]>
fix: empty node_modules not created when nothing installed

441356a2443049647f18d36bd313301409ce037f authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.1

d1bbfaf203a5a9ddc7fddbfadccafedbdc5bdb65 authored over 7 years ago by zkochan <[email protected]>
fix: don't create an empty folder for the lockfile

Ref https://github.com/pnpm/pnpm/issues/843

4de01d55ddbdf533ceb500e5820af8f988cd0edc authored over 7 years ago by zkochan <[email protected]>
refactor: use `encode-registry` and `dependency-path`

85269d943aea7fb1c2fda45986c471f68e4de507 authored over 7 years ago by zkochan <[email protected]>
refactor: use getPkgShortId from pnpm-shrinkwrap

0544780a249ac8184b9b8b961a534fe8d6de0d61 authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.2.0

57790a01ea68d2434a87c229811ec6a6e012f9f1 authored over 7 years ago by zkochan <[email protected]>
feat: require pnpm-logger as a peer dependency

BREAKING CHANGE:

a new peer dependency added

7580120c002795d936b0e574ff446006ce46725f authored over 7 years ago by zkochan <[email protected]>
chore(release): 0.1.10

5e931e3015a0f461baff35aba4efb90de9e1c9ae authored over 7 years ago by zkochan <[email protected]>
chore(npmrc): change the release commit message format

a49ee98a08da3746177773d1d3e13882973c3a34 authored over 7 years ago by zkochan <[email protected]>
feat: reporter has a Log type

43635e6bbb7078f03c23b05ab540169eec42e50d authored over 7 years ago by zkochan <[email protected]>
feat: report deprecation warnings

Close https://github.com/pnpm/pnpm/issues/628

f043b2f62db1b977b7d377039727d42f4bd686bd authored over 7 years ago by zkochan <[email protected]>
chore: release 0.1.9

f9d2e4896faf8c0920a586a6917abe5213a87a47 authored over 7 years ago by zkochan <[email protected]>
fix: the `depth` config should limit the update

9c392afe3f86a8030541637338b20980c57b83c8 authored over 7 years ago by zkochan <[email protected]>
chore: release 0.1.8

980667af5d7aa78c7280aba34136d7742c9a0991 authored over 7 years ago by zkochan <[email protected]>
fix: don't always warn about different shrinkwrap on uninstall

bc35651b4adab3979ea424f4cf6e7930ca1d4809 authored over 7 years ago by zkochan <[email protected]>
chore: release 0.1.7

1db92b18d187714cecc1d644edd18ed5b71e2f46 authored over 7 years ago by zkochan <[email protected]>
fix: partial update of private shrinkwrap file on named installs

4d9af8aa6c3dc10024ff8f774fd11b9688852c55 authored over 7 years ago by zkochan <[email protected]>
chore: release 0.1.6

acbb125292077bc5309ea4deabba3af830007bd9 authored over 7 years ago by zkochan <[email protected]>
fix: partial shrinkwrap file has to be created on named install

Installation should not fail when doing a noop installation
after a named installation

6a0da65456fea78e40b62e954ce656ea4f861a5f authored over 7 years ago by zkochan <[email protected]>
chore: release 0.1.5

7556c6f5db08cbda2c63bcbde09cb7735e5de89f authored over 7 years ago by zkochan <[email protected]>
feat: add logging of adding/removing root dependencies

844bc110e18fc81f419d9c8eed7edf3a21abd642 authored over 7 years ago by zkochan <[email protected]>
chore: release 0.1.4

c554aabbbc34a1f447d2d20feba746b32a1db14f authored over 7 years ago by zkochan <[email protected]>
fix: update package-store to version 1.0.0

24451f6513e3c49c80a1f9bc613ffd99a1e364d8 authored over 7 years ago by zkochan <[email protected]>
chore: release 0.1.3

2761b2eb04e2ca262cbb0db67887aba7bbe039ca authored over 7 years ago by zkochan <[email protected]>
refactor: move out store code to separate package

03f0cb77a7c2218ddf86c5f68eb493ad9eaa35b0 authored over 7 years ago by zkochan <[email protected]>
chore: optimizing dependencies

15ed0268717dddf651db7c66aefb73d931e2c045 authored over 7 years ago by zkochan <[email protected]>
fix: skipped packages should not be installable

e268796e4f81bade768e78a00638971a426e1333 authored over 7 years ago by Zoltan Kochan <[email protected]>
perf: try to unpack tarball immediatly instead of exist check

810ecec65c10609cd6b8c5514e121914e18005da authored over 7 years ago by zkochan <[email protected]>
perf: assume package not in node_modules if not in private shr

f820700446fe8c830e1b94ace720fb8c7a8dbbf7 authored over 7 years ago by zkochan <[email protected]>
fix: if no package in `store.json` rewrite package in store fs

5444e79de7f034a19bbbdf1963def046425adc7c authored over 7 years ago by zkochan <[email protected]>
perf: assume package is not in store if it is not in `store.json`

2881eb461a6f00cc1ff7039ff21da0e3d5ffeb24 authored over 7 years ago by zkochan <[email protected]>
perf: read store index file at the beginning of installation

b8541a463129f20a18158a801e87070dba34f49b authored over 7 years ago by zkochan <[email protected]>
perf: read package.json and inner/outer shrinkwrap together

5fba123f411f9c15774a8c0e6496f4c2c56ea457 authored over 7 years ago by zkochan <[email protected]>
refactor: getIsInstallable()

61bfe2ca5f507144fd3e78284de9e4a0e7377cf4 authored over 7 years ago by zkochan <[email protected]>
docs(README): describe `options.saveProd`

e6a02181cef7954972612ff3dd607fd33d2262ec authored over 7 years ago by zkochan <[email protected]>
chore: release 0.1.2

8d46b360257eef583fb467583d2be91e8e75edf7 authored over 7 years ago by zkochan <[email protected]>
fix: prefer dev/optional deps from `package.json`

When specs of dev or optional dependencies in `package.json`
defer from the ones in `shrinkwrap....

72f211931e235180fe74c16ee7c1287f29701ca4 authored over 7 years ago by zkochan <[email protected]>
chore: release 0.1.1

d902041a217e0056608ff1f9bea581b7dfce4dcc authored over 7 years ago by zkochan <[email protected]>
feat: expect the pm package.json from outside

05748c4a5d84019eaf2edee57c875fd5e7ac92e8 authored over 7 years ago by zkochan <[email protected]>
chore: release 0.1.0

370d596edff68237f9815c09f8afbb1788e5a7ce authored over 7 years ago by zkochan <[email protected]>
test: resolution stage completion is logged

6354f13c2f44ca4eaf50f5059cd303a2fff3175d authored over 7 years ago by zkochan <[email protected]>
test: logging should work

f1654385c17745894b8ed98156e7193801e69dd4 authored over 7 years ago by zkochan <[email protected]>
feat: add an option to pass in a logs listener

Ref https://github.com/pnpm/pnpm/issues/572

fd2b23ebf06f2aa5c77203d40e8ec5b4cd120b5e authored over 7 years ago by zkochan <[email protected]>
feat: print more info on different stages of installation

e1476af76efffc7631543fe09feb17eee7d5af67 authored over 7 years ago by zkochan <[email protected]>
feat: add logging of reused packages and resolving packages

00316c90c020f182d9c82f846146f6c52673ec9f authored over 7 years ago by zkochan <[email protected]>
refactor: remove logging of download percentage

bddba9eaf6b0f32d6af6ca85da02b6d5cdefe7bd authored over 7 years ago by zkochan <[email protected]>
chore: update shrinkwrap.yaml

018604f04c5e1341fab06835180e99e5684cdbee authored over 7 years ago by zkochan <[email protected]>
chore(package.json): remove preferGlobal

80c84d5d007d9f23290f0ce2374cf4b4d48a249d authored over 7 years ago by zkochan <[email protected]>
chore: release 0.0.3

91ecdf07f71d9eef7eec8615ac714ada6317601a authored over 7 years ago by zkochan <[email protected]>
feat: prefer SHA2 in shrinkwrap.yaml

fc3ce38936218112cf5f8b9b4007a809cf01e8db authored over 7 years ago by zkochan <[email protected]>
chore: release 0.0.2

812f5b9b1210b6196b97a6d3c5b4a54b9875b547 authored over 7 years ago by zkochan <[email protected]>
fix: with --no-lock project folder should not be locked

eab0928d20ae89ef881ddafc8e0db0d4198673d1 authored over 7 years ago by zkochan <[email protected]>
chore: release 0.0.1

bef78593d5cb0cf9eb0477b3ab8e43b6faa18f42 authored over 7 years ago by zkochan <[email protected]>
chore: change release message

70ced45c253bb8ad3d7fe79c6062aec458d43166 authored over 7 years ago by zkochan <[email protected]>
chore: use supi/ as tag version prefix

1a8021b6b277e3012f14e0b2785d0f2d786bd051 authored over 7 years ago by zkochan <[email protected]>
refactor: removing CLI stuff from supi

001370c6eb553d81316681970bba4a619c481535 authored over 7 years ago by Zoltan Kochan <[email protected]>
refactor: rename package to supi

07ce0d4c70dbf0629ea886b3c551337161b3d4db authored over 7 years ago by Zoltan Kochan <[email protected]>
chore: release v1.0.0

Close #297

70a327a6b207f4bb1f325368b488876815c1ae04 authored over 7 years ago by zkochan <[email protected]>
docs: add new question to FAQ

Why have hard links at all? Why not symlink directly to the global store?

e1dd9817b3498a3c2284a43dd09ddbdd8301658b authored over 7 years ago by Zoltan Kochan <[email protected]>
docs: symlinked node_modules structure

697c601318310af9f16d8694158cca620810b8ff authored over 7 years ago by zkochan <[email protected]>
docs(README): capitilizing Yarn

f60b25422af7254dbf504acf49492a8f7bbcad2d authored over 7 years ago by zkochan <[email protected]>
docs(README): adding link to pnpm's awesome list

da86fe6baf8735cdb95abf86a2d2c2d862deeb34 authored over 7 years ago by zkochan <[email protected]>
docs(README): add Support section

4daeec764e13bce0f9bfe20acd8262ddb146c99e authored over 7 years ago by zkochan <[email protected]>
docs: update the issue template

Suggest to ask questions on StackOverflow or in Gitter chat
instead of creating a new issue.

001f415699a39f5cccbccbc9d1e20a6714de4d58 authored over 7 years ago by zkochan <[email protected]>
feat: update typescript to version 2.4.1

c28dba774a8bb4e846f88272c998be90c1edf823 authored over 7 years ago by zkochan <[email protected]>
feat: keep existing indentation in `package.json`

efa5996a56c95c5c636bc55d8554ebd1d08d0da9 authored over 7 years ago by zkochan <[email protected]>
chore: release v0.75.0

634f4da387bab2ad7a37d42a07946fa8e448f8ee authored over 7 years ago by zkochan <[email protected]>
fix: unhandled promise rejection

798b4df34f466be57dac8e59d443814a3d112393 authored over 7 years ago by zkochan <[email protected]>