Commit Graph

9 Commits

Author SHA1 Message Date
Aaron Jheng
6aa3abafcb
mongosh: 1.8.0 -> 1.9.1 2023-05-26 02:40:31 +00:00
Sandro Jäckel
00000001b4
treewide: switch builtins.fromJSON(builtins.readFile ./file.json) to lib.importJSON ./file.json #2 2023-05-06 16:20:13 +02: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
Aaron Jheng
3e6ea2bf69
mongosh: 1.6.1 -> 1.6.2 2023-01-11 02:24:09 +00:00
Aaron Jheng
f1b328906e
mongosh: 1.6.0 -> 1.6.1 2022-12-15 02:04:14 +00:00
Aaron Jheng
7d51ec58c7
mongosh: 1.4.2 -> 1.6.0 2022-09-29 05:58:15 +00:00
Aaron Jheng
570d61a7dc
mongosh: 1.5.0 -> 1.4.2 2022-07-16 03:07:46 +00:00
Aaron Jheng
fdd7b027c7
mongosh: init at 1.5.0 2022-06-03 00:37:46 +00:00