Commit 82972b9
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
2 files changed
+162
-49
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments