cacache

npm's content-addressable cache

OTHER License

Downloads
109.5M
Stars
268
Committers
35

Bot releases are visible (Hide)

cacache - v18.0.2 Latest Release

Published by github-actions[bot] 10 months ago

18.0.2 (2024-01-03)

Bug Fixes

Chores

  • 7eab139 #252 postinstall for dependabot template-oss PR (@lukekarrys)
  • 44bedb2 #252 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • a12bdf3 #248 postinstall for dependabot template-oss PR (@lukekarrys)
  • 62e5a94 #248 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
cacache - v18.0.1

Published by github-actions[bot] 11 months ago

18.0.1 (2023-11-27)

Bug Fixes

  • 6755c0e #250 attach a catch handler to the handleContentP promise (#250) (@kalinkrustev)

Dependencies

  • 0a5c204 #221 bump minipass-collect from 1.0.2 to 2.0.1
cacache - v18.0.0

Published by github-actions[bot] about 1 year ago

18.0.0 (2023-08-14)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

cacache - v17.1.4

Published by github-actions[bot] about 1 year ago

17.1.4 (2023-08-14)

Dependencies

cacache - v17.1.3

Published by github-actions[bot] over 1 year ago

17.1.3 (2023-05-18)

Bug Fixes

  • a0a5e58 #209 normalize win32 paths to use on glob expressions (#209) (@supita)
cacache - v17.1.2

Published by github-actions[bot] over 1 year ago

17.1.2 (2023-05-16)

Bug Fixes

  • bd846d0 #206 catch eexists in moveOperations promise (#206) (@wraithgar)
cacache - v17.1.1

Published by github-actions[bot] over 1 year ago

17.1.1 (2023-05-16)

Bug Fixes

  • 988d77a #203 deduplicate move operations (#203) (@wraithgar)
cacache - v17.1.0

Published by github-actions[bot] over 1 year ago

17.1.0 (2023-05-02)

Features

  • 2e83cfc #200 write: accept multiple integrity algorithms (#200) (@wraithgar)

Bug Fixes

  • 62b2d8d #199 don't clobber time when verifying cache (#199) (@wraithgar)
  • e227c50 #197 verify: allow for entries with multiple hashes (#197) (@wraithgar)

Documentation

cacache - v17.0.7

Published by github-actions[bot] over 1 year ago

17.0.7 (2023-05-01)

Bug Fixes

  • 265e4ae #195 Trust the filesystem to move files (@wraithgar)

Dependencies

cacache - v17.0.6

Published by github-actions[bot] over 1 year ago

17.0.6 (2023-04-27)

Dependencies

cacache - v17.0.5

Published by github-actions[bot] over 1 year ago

17.0.5 (2023-03-21)

Dependencies

cacache - v17.0.4

Published by github-actions[bot] almost 2 years ago

17.0.4 (2022-12-14)

Dependencies

cacache - v17.0.3

Published by github-actions[bot] almost 2 years ago

17.0.3 (2022-12-07)

Dependencies

cacache - v17.0.2

Published by github-actions[bot] almost 2 years ago

17.0.2 (2022-11-04)

Bug Fixes

  • 4a7382f #152 replace @npmcli/move-file with @npmcli/fs (@lukekarrys)
cacache - v17.0.1

Published by github-actions[bot] about 2 years ago

17.0.1 (2022-10-17)

Dependencies

cacache - v17.0.0

Published by github-actions[bot] about 2 years ago

17.0.0 (2022-10-13)

⚠️ BREAKING CHANGES

  • this module no longer attempts to change file ownership automatically
  • this package is now async only, all synchronous methods have been removed
  • cacache is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 479b135 #141 do not alter file ownership (#141) (@nlf)
  • f57bb4d #140 remove sync methods (#140) (@nlf)
  • cfebcde #133 postinstall for dependabot template-oss PR (@lukekarrys)
cacache - v16.1.3

Published by github-actions[bot] about 2 years ago

16.1.3 (2022-08-23)

Dependencies

  • bump unique-filename from 1.1.1 to 2.0.0 (#123) (6235554)
cacache - v16.1.2

Published by github-actions[bot] about 2 years ago

16.1.2 (2022-08-15)

Bug Fixes

cacache - v16.1.1

Published by github-actions[bot] over 2 years ago

16.1.1 (2022-06-02)

Bug Fixes

  • read: change lstat to stat to correctly evaluate file size (#114) (e3a2928)
cacache - v16.1.0

Published by github-actions[bot] over 2 years ago

16.1.0 (2022-05-17)

Features

  • allow external integrity/size source (#110) (61785e1)

Bug Fixes

  • move to async functions where possible (#106) (71d4389)