Skip to content

Commit 3f8349f

Browse files
authored
chore: also bundle mongodb-schema and json-schema (#2489)
also bundle mongodb-schema and json-schema
1 parent 68a7259 commit 3f8349f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/shell-api/api-extractor.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"@mongosh/arg-parser",
1616
"@mongosh/service-provider-core",
1717
"@mongosh/types",
18-
"mongodb"
18+
"mongodb",
19+
"mongodb-schema",
20+
"@types/json-schema"
1921
],
2022
"dtsRollup": {
2123
"enabled": true,

0 commit comments

Comments
 (0)