Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/autocomplete",
"version": "3.24.0",
"version": "3.24.1",
"description": "MongoDB Shell Autocomplete Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@mongodb-js/mongodb-constants": "^0.10.1",
"@mongosh/shell-api": "^3.24.0",
"@mongosh/shell-api": "^3.24.1",
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
"semver": "^7.5.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/browser-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-repl",
"version": "3.24.0",
"version": "3.24.1",
"description": "Browser presentation component for Mongo Shell",
"engines": {
"node": ">=14.15.1"
Expand Down Expand Up @@ -57,11 +57,11 @@
]
},
"dependencies": {
"@mongosh/browser-runtime-core": "^3.24.0",
"@mongosh/browser-runtime-core": "^3.24.1",
"@mongosh/errors": "2.4.4",
"@mongosh/history": "2.4.9",
"@mongosh/i18n": "^2.17.0",
"@mongosh/node-runtime-worker-thread": "3.3.26",
"@mongosh/node-runtime-worker-thread": "3.3.27",
"@mongosh/service-provider-core": "3.6.1",
"@mongosh/shell-bson": "1.0.2",
"bson": "^6.10.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/browser-runtime-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-runtime-core",
"version": "3.24.0",
"version": "3.24.1",
"description": "Mongosh browser runtime core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -50,9 +50,9 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/autocomplete": "^3.24.0",
"@mongosh/autocomplete": "^3.24.1",
"@mongosh/service-provider-core": "3.6.1",
"@mongosh/shell-api": "^3.24.0",
"@mongosh/shell-evaluator": "^3.24.0"
"@mongosh/shell-api": "^3.24.1",
"@mongosh/shell-evaluator": "^3.24.1"
}
}
6 changes: 3 additions & 3 deletions packages/browser-runtime-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/browser-runtime-electron",
"version": "3.24.0",
"version": "3.24.1",
"description": "Mongosh browser runtime electron",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
"@mongosh/service-provider-node-driver": "^3.17.1",
"@mongosh/service-provider-node-driver": "^3.17.2",
"@types/sinon": "^7.5.1",
"@types/sinon-chai": "^3.2.4",
"bson": "^6.10.4",
Expand All @@ -51,7 +51,7 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@mongosh/browser-runtime-core": "^3.24.0",
"@mongosh/browser-runtime-core": "^3.24.1",
"@mongosh/service-provider-core": "3.6.1",
"@mongosh/types": "^3.14.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/build",
"version": "3.7.5",
"version": "3.7.6",
"private": true,
"description": "MongoDB Shell Build Tools",
"main": "lib/index.js",
Expand Down
14 changes: 7 additions & 7 deletions packages/cli-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@
"dependencies": {
"@mongodb-js/devtools-proxy-support": "^0.5.3",
"@mongosh/arg-parser": "^3.20.0",
"@mongosh/autocomplete": "^3.24.0",
"@mongosh/editor": "^3.24.0",
"@mongosh/autocomplete": "^3.24.1",
"@mongosh/editor": "^3.24.1",
"@mongosh/errors": "2.4.4",
"@mongosh/history": "2.4.9",
"@mongosh/i18n": "^2.17.0",
"@mongosh/js-multiline-to-singleline": "2.4.10",
"@mongosh/logging": "^3.15.1",
"@mongosh/logging": "^3.15.2",
"@mongosh/service-provider-core": "3.6.1",
"@mongosh/service-provider-node-driver": "^3.17.1",
"@mongosh/shell-api": "^3.24.0",
"@mongosh/shell-evaluator": "^3.24.0",
"@mongosh/snippet-manager": "^3.24.0",
"@mongosh/service-provider-node-driver": "^3.17.2",
"@mongosh/shell-api": "^3.24.1",
"@mongosh/shell-evaluator": "^3.24.1",
"@mongosh/snippet-manager": "^3.24.1",
"@mongosh/types": "^3.14.0",
"@segment/analytics-node": "^1.3.0",
"ansi-escape-sequences": "^5.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/e2e-tests",
"version": "3.16.1",
"version": "3.16.2",
"private": true,
"description": "MongoDB Shell E2E Tests Package",
"homepage": "https://github.com/mongodb-js/mongosh",
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/editor",
"version": "3.24.0",
"version": "3.24.1",
"description": "MongoDB Shell External Editor",
"main": "./lib/index.js",
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@mongosh/js-multiline-to-singleline": "2.4.10",
"@mongosh/shell-api": "^3.24.0",
"@mongosh/shell-evaluator": "^3.24.0",
"@mongosh/shell-api": "^3.24.1",
"@mongosh/shell-evaluator": "^3.24.1",
"@mongosh/types": "^3.14.0",
"bson": "^6.10.4",
"js-beautify": "^1.15.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/java-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/java-shell",
"version": "2.4.8",
"version": "2.4.9",
"private": true,
"description": "Java application that uses mongosh-shell-api node module and MongoDB java driver to run mongo shell on JVM",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/logging",
"version": "3.15.1",
"version": "3.15.2",
"description": "MongoDB Shell Logging Utilities Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"license": "Apache-2.0",
Expand Down
Loading