Commit 0b606b4
committed
fix(plugins): drop unused gitBranch re-export from the package entry
@trigger.dev/plugins re-exported sanitizeBranchName/isValidGitBranchName
from @trigger.dev/core purely as a convenience forwarder. Nothing imports
them through this package — every consumer imports them directly from
@trigger.dev/core/v3/utils/gitBranch. Removing the forwarder keeps the
package entry free of runtime core imports, so consumers that bundle it
from source don't drag an unrelated core subpath into their build.1 parent f48c897 commit 0b606b4
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
0 commit comments