Skip to content

Commit 82972b9

Browse files
committed
fix: add glob as production dependency
glob is imported in event-formatting.ts but was only available as a transitive dev dependency. With unbundled builds this would cause ERR_MODULE_NOT_FOUND at runtime for end users.
1 parent 83242c9 commit 82972b9

File tree

2 files changed

+162
-49
lines changed

2 files changed

+162
-49
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"@sentry/node": "^10.43.0",
8181
"bplist-parser": "^0.3.2",
8282
"chokidar": "^5.0.0",
83+
"glob": "^13.0.6",
8384
"uuid": "^11.1.0",
8485
"yaml": "^2.4.5",
8586
"yargs": "^17.7.2",

0 commit comments

Comments
 (0)