Commit Graph

8 Commits

Author SHA1 Message Date
Aaron Jheng
4e63645e7f
mongosh: 2.0.1 -> 2.1.1 2023-12-05 18:53:45 +08:00
Aaron Jheng
491610cb6d
mongosh: 1.10.6 -> 2.0.1 2023-09-24 09:51:15 +08:00
Aaron Jheng
d4364f931b
mongosh: 1.10.5 -> 1.10.6 2023-08-25 22:04:47 +08:00
Aaron Jheng
a7759b6bb7
mongosh: 1.10.4 -> 1.10.5 2023-08-17 16:42:53 +08:00
Aaron Jheng
bf9e0fcdf1
mongosh: 1.9.1 -> 1.10.4 2023-08-11 10:28:44 +08:00
Aaron Jheng
6aa3abafcb
mongosh: 1.8.0 -> 1.9.1 2023-05-26 02:40:31 +00:00
Lily Foster
a7391ddbe6
mongosh: fix hash now that all git deps are fetched
This FOD hash changed becuase it the fetcher was not downloading dev
dependencies from https://github.com/mongodb-js/saslprep/tree/v1.0.4 (a
transitive dependency) and so since including git dep lockfiles is the
purpose of these changes this change is intended and the hash should be
updated.

Generally a package was unable to build without these so I did not
expect this to be a breaking change (since there would be no existing
FODs), but mongosh seems to have been an exception. I think just
changing the hash here is more appropriate for this exception rather
than working in machinery for supporting old and new FODs (since it's
rather unlikely these prefetch-npm-deps changes will break downstream
code as it should not have worked in the first place if it needed this).
2023-04-06 11:35:49 -04:00
undefined
2c02d0ba11
mongosh: 1.6.2 -> 1.8.0, use buildNpmPackage 2023-03-04 16:18:30 +08:00