Skip to content

Commit e385a2e

Browse files
committed
pre-process the app name and prefix, use minimatch
1 parent 0c033e8 commit e385a2e

File tree

11 files changed

+1951
-1887
lines changed

11 files changed

+1951
-1887
lines changed

package-lock.json

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

packages/compass/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
"devDependencies": {
192192
"@electron/rebuild": "^3.7.1",
193193
"@electron/remote": "^2.1.2",
194+
"@types/minimatch": "^5.1.2",
194195
"@mongodb-js/atlas-service": "^0.35.0",
195196
"@mongodb-js/compass-aggregations": "^9.52.0",
196197
"@mongodb-js/compass-app-stores": "^7.36.0",
@@ -256,9 +257,9 @@
256257
"hadron-build": "^25.7.0",
257258
"hadron-ipc": "^3.4.0",
258259
"local-links": "^1.4.0",
259-
"lodash": "^4.17.21",
260260
"make-fetch-happen": "^10.2.1",
261261
"marky": "^1.2.1",
262+
"minimatch": "^10.0.1",
262263
"mongodb": "^6.12.0",
263264
"mongodb-build-info": "^1.7.2",
264265
"mongodb-cloud-info": "^2.1.2",

0 commit comments

Comments
 (0)