Skip to content

Commit dac9f72

Browse files
committed
chore: use zod schema for arg parser
1 parent 0d5aeb5 commit dac9f72

File tree

6 files changed

+1034
-296
lines changed

6 files changed

+1034
-296
lines changed

package-lock.json

Lines changed: 39 additions & 5 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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"mongodb-connection-string-url": "^3.0.2",
5252
"yargs-parser": "^20.2.4"
5353
},
54+
"peerDependencies": {
55+
"zod": "^3.25.76"
56+
},
5457
"devDependencies": {
5558
"@mongodb-js/devtools-connect": "^3.9.4",
5659
"@mongodb-js/eslint-config-mongosh": "^1.0.0",
@@ -60,6 +63,7 @@
6063
"depcheck": "^1.4.7",
6164
"eslint": "^7.25.0",
6265
"mongodb": "^6.19.0",
63-
"prettier": "^2.8.8"
66+
"prettier": "^2.8.8",
67+
"strip-ansi": "^7.1.2"
6468
}
6569
}

0 commit comments

Comments
 (0)