Skip to content

Commit 3e3db3c

Browse files
chore(release): bump packages for auxiliary release (#2555)
Co-authored-by: addaleax <899444+addaleax@users.noreply.github.com>
1 parent 3260245 commit 3e3db3c

File tree

18 files changed

+97
-97
lines changed

18 files changed

+97
-97
lines changed

package-lock.json

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

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.0",
3+
"version": "3.26.1",
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.0",
47+
"@mongosh/shell-api": "^3.26.1",
4848
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.7",
4949
"semver": "^7.5.4"
5050
}

packages/browser-repl/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "3.26.0",
3+
"version": "3.26.1",
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.0",
60+
"@mongosh/browser-runtime-core": "^3.26.1",
6161
"@mongosh/errors": "2.4.4",
6262
"@mongosh/history": "2.4.9",
6363
"@mongosh/i18n": "^2.19.0",
64-
"@mongosh/node-runtime-worker-thread": "3.3.28",
65-
"@mongosh/service-provider-core": "3.6.1",
66-
"@mongosh/shell-bson": "1.0.2",
64+
"@mongosh/node-runtime-worker-thread": "3.3.29",
65+
"@mongosh/service-provider-core": "3.6.2",
66+
"@mongosh/shell-bson": "1.0.3",
6767
"bson": "^6.10.4",
6868
"numeral": "^2.0.6",
6969
"text-table": "^0.2.0"

packages/browser-runtime-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-core",
3-
"version": "3.26.0",
3+
"version": "3.26.1",
44
"description": "Mongosh browser runtime core",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -50,9 +50,9 @@
5050
"rimraf": "^3.0.2"
5151
},
5252
"dependencies": {
53-
"@mongosh/autocomplete": "^3.26.0",
54-
"@mongosh/service-provider-core": "3.6.1",
55-
"@mongosh/shell-api": "^3.26.0",
56-
"@mongosh/shell-evaluator": "^3.26.0"
53+
"@mongosh/autocomplete": "^3.26.1",
54+
"@mongosh/service-provider-core": "3.6.2",
55+
"@mongosh/shell-api": "^3.26.1",
56+
"@mongosh/shell-evaluator": "^3.26.1"
5757
}
5858
}

packages/browser-runtime-electron/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-electron",
3-
"version": "3.26.0",
3+
"version": "3.26.1",
44
"description": "Mongosh browser runtime electron",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -41,7 +41,7 @@
4141
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
4242
"@mongodb-js/prettier-config-devtools": "^1.0.1",
4343
"@mongodb-js/tsconfig-mongosh": "^1.0.0",
44-
"@mongosh/service-provider-node-driver": "^3.17.3",
44+
"@mongosh/service-provider-node-driver": "^3.17.4",
4545
"@types/sinon": "^7.5.1",
4646
"@types/sinon-chai": "^3.2.4",
4747
"bson": "^6.10.4",
@@ -51,8 +51,8 @@
5151
"rimraf": "^3.0.2"
5252
},
5353
"dependencies": {
54-
"@mongosh/browser-runtime-core": "^3.26.0",
55-
"@mongosh/service-provider-core": "3.6.1",
54+
"@mongosh/browser-runtime-core": "^3.26.1",
55+
"@mongosh/service-provider-core": "3.6.2",
5656
"@mongosh/types": "^3.14.0"
5757
}
5858
}

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/build",
3-
"version": "3.7.7",
3+
"version": "3.7.8",
44
"private": true,
55
"description": "MongoDB Shell Build Tools",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)