Skip to content

Commit 691fdfe

Browse files
committed
put mongodb-schema as a dep in the right place
1 parent 729b4c1 commit 691fdfe

File tree

3 files changed

+214
-3
lines changed

3 files changed

+214
-3
lines changed

package-lock.json

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

packages/cli-repl/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"js-yaml": "^4.1.0",
8888
"mongodb-connection-string-url": "^3.0.1",
8989
"mongodb-log-writer": "^2.3.1",
90+
"mongodb-schema": "^12.6.2",
9091
"numeral": "^2.0.6",
9192
"pretty-repl": "^4.0.1",
9293
"semver": "^7.5.4",

packages/shell-api/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
"@mongosh/history": "2.4.6",
5959
"@mongosh/i18n": "^2.13.1",
6060
"@mongosh/service-provider-core": "3.3.3",
61-
"mongodb-redact": "^1.1.5",
62-
"mongodb-schema": "^12.6.2"
61+
"mongodb-redact": "^1.1.5"
6362
},
6463
"devDependencies": {
6564
"@microsoft/api-extractor": "^7.39.3",

0 commit comments

Comments
 (0)