Skip to content

Commit 3d71822

Browse files
author
Ubuntu
committed
chore(release): bump packages
1 parent 82b7196 commit 3d71822

File tree

25 files changed

+126
-126
lines changed

25 files changed

+126
-126
lines changed

package-lock.json

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/arg-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/arg-parser",
3-
"version": "3.22.0",
3+
"version": "3.22.2",
44
"description": "MongoDB Shell CLI Argument List Parser Package",
55
"main": "./lib/index.js",
66
"repository": {

packages/async-rewriter2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/async-rewriter2",
3-
"version": "2.4.10",
3+
"version": "2.4.12",
44
"description": "MongoDB Shell Async Rewriter Package",
55
"main": "./lib/index.js",
66
"scripts": {

packages/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/autocomplete",
3-
"version": "3.26.2",
3+
"version": "3.28.0",
44
"description": "MongoDB Shell Autocomplete Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@mongodb-js/mongodb-constants": "^0.10.1",
47-
"@mongosh/shell-api": "^3.26.2",
47+
"@mongosh/shell-api": "^3.28.0",
4848
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
4949
"semver": "^7.5.4"
5050
}

packages/browser-repl/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "3.26.2",
3+
"version": "3.28.0",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": ">=14.15.1"
@@ -57,13 +57,13 @@
5757
]
5858
},
5959
"dependencies": {
60-
"@mongosh/browser-runtime-core": "^3.26.2",
60+
"@mongosh/browser-runtime-core": "^3.28.0",
6161
"@mongosh/errors": "2.4.4",
62-
"@mongosh/history": "2.4.9",
62+
"@mongosh/history": "2.4.11",
6363
"@mongosh/i18n": "^2.19.0",
64-
"@mongosh/node-runtime-worker-thread": "3.3.30",
65-
"@mongosh/service-provider-core": "3.6.3",
66-
"@mongosh/shell-bson": "1.0.4",
64+
"@mongosh/node-runtime-worker-thread": "3.3.32",
65+
"@mongosh/service-provider-core": "3.6.5",
66+
"@mongosh/shell-bson": "1.0.6",
6767
"bson": "^6.10.4",
6868
"numeral": "^2.0.6",
6969
"text-table": "^0.2.0"

0 commit comments

Comments
 (0)