Skip to content

Commit

Permalink
set all packages to 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Jan 10, 2025
1 parent c736e32 commit de993f9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cli-repl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mongosh/cli-repl",
"version": "2.3.7",
"version": "2.3.8",
"description": "MongoDB Shell CLI REPL Package",
"homepage": "https://github.com/mongodb-js/mongosh",
"author": "Compass Team <compass@mongodb.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectivity-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci"
},
"devDependencies": {
"mongosh": "2.3.7"
"mongosh": "2.3.8"
},
"mongosh": {
"unitTestsOnly": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"node": ">=16.15.0"
},
"dependencies": {
"@mongosh/cli-repl": "2.3.7",
"@mongosh/cli-repl": "2.3.8",
"@mongosh/service-provider-core": "2.3.7",
"@mongodb-js/oidc-plugin": "^1.1.5",
"strip-ansi": "^6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mongosh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongosh",
"version": "2.3.7",
"version": "2.3.8",
"description": "MongoDB Shell CLI REPL",
"keywords": [
"mongosh",
Expand Down Expand Up @@ -39,6 +39,6 @@
"variants": []
},
"dependencies": {
"@mongosh/cli-repl": "2.3.7"
"@mongosh/cli-repl": "2.3.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ import type { RuntimeEvaluationListener } from '@mongosh/browser-runtime-core';
export class WorkerThreadEvaluationListener {
exposedListener: Exposed<
Required<
Omit<
RuntimeEvaluationListener,
'version' | 'onLoad' | 'getCryptLibraryOptions'
>
Omit<RuntimeEvaluationListener, 'onLoad' | 'getCryptLibraryOptions'>
>
>;

Expand Down

0 comments on commit de993f9

Please sign in to comment.