mongosh: 1.8.0 -> 1.9.1

This commit is contained in:
Aaron Jheng 2023-05-19 07:43:35 +00:00
parent 905312c79e
commit 6aa3abafcb
No known key found for this signature in database
GPG key ID: F6A547A869D050A3
3 changed files with 1990 additions and 788 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"version": "1.8.0", "version": "1.9.1",
"integrity": "sha512-9pHLqfYMWwP1L2t83TK5k6ho1faz+jFD9zXxnTtgnyu0c/uC39nx+tJT9AsxNZpY+GlhshDu1YcJm45f8l3gIw==", "integrity": "sha512-hO4jVRv2NBcoOVDJp38J6LoRDKM39dwjMfFYHVuBUyMZnfALg1eMgiq18kPigMvFtA7Zym74FdV8cFBI9DhMAQ==",
"filename": "mongosh-1.8.0.tgz", "filename": "mongosh-1.9.1.tgz",
"deps": "sha256-ewl5q6ZxlQN030AmObP42E5KpUisrdYHOsg8whUIUZA=" "deps": "sha256-nUSP9zMq3ARzccEwENu4HUf/vwqIrEppfozT21MF/rI="
} }

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#! nix-shell -i bash -p nodejs libarchive prefetch-npm-deps moreutils #! nix-shell -i bash -p nodejs libarchive prefetch-npm-deps moreutils jq
# shellcheck shell=bash # shellcheck shell=bash
set -exuo pipefail set -exuo pipefail